Home
last modified time | relevance | path

Searched refs:newnews (Results 1 – 25 of 111) sorted by relevance

12345

/dports/news/tin/tin-2.4.5/src/
H A Dmemory.c68 struct t_newnews *newnews; /* active file sizes on different servers */ variable
101 newnews = my_malloc(sizeof(*newnews) * max_newnews); in init_alloc()
204 newnews = my_realloc(newnews, sizeof(struct t_newnews) * max_newnews); in expand_newnews()
305 if (newnews != NULL) { in free_all_arrays()
307 FreeAndNull(newnews); in free_all_arrays()
507 FreeAndNull(newnews[i].host); in free_newnews_array()
H A Dactive.c940 if (idx == -1 || ((ngtm = localtime(&newnews[idx].time)) == NULL)) in open_newgroups_fp()
989 STRCPY(old_newnews_host, newnews[newnews_index].host); in check_for_any_new_groups()
990 old_newnews_time = newnews[newnews_index].time; in check_for_any_new_groups()
1035 newnews[newnews_index].time = new_newnews_time; in check_for_any_new_groups()
1191 newnews[i].host = NULL; in load_newnews_info()
1192 newnews[i].time = (time_t) 0; in load_newnews_info()
1213 newnews[i].host = my_strdup(info); in load_newnews_info()
1216 newnews[i].time = new_time; in load_newnews_info()
1220 …bug_print_file("NNTP", "ACTIVE host=[%s] time=[%lu]", newnews[i].host, (unsigned long int) newnews in load_newnews_info()
1235 if (STRCMPEQ(cur_newnews_host, newnews[i].host)) in find_newnews_index()
/dports/chinese/tin/tin-2.4.5/src/
H A Dmemory.c68 struct t_newnews *newnews; /* active file sizes on different servers */ variable
101 newnews = my_malloc(sizeof(*newnews) * max_newnews); in init_alloc()
204 newnews = my_realloc(newnews, sizeof(struct t_newnews) * max_newnews); in expand_newnews()
305 if (newnews != NULL) { in free_all_arrays()
307 FreeAndNull(newnews); in free_all_arrays()
507 FreeAndNull(newnews[i].host); in free_newnews_array()
H A Dactive.c940 if (idx == -1 || ((ngtm = localtime(&newnews[idx].time)) == NULL)) in open_newgroups_fp()
989 STRCPY(old_newnews_host, newnews[newnews_index].host); in check_for_any_new_groups()
990 old_newnews_time = newnews[newnews_index].time; in check_for_any_new_groups()
1035 newnews[newnews_index].time = new_newnews_time; in check_for_any_new_groups()
1191 newnews[i].host = NULL; in load_newnews_info()
1192 newnews[i].time = (time_t) 0; in load_newnews_info()
1213 newnews[i].host = my_strdup(info); in load_newnews_info()
1216 newnews[i].time = new_time; in load_newnews_info()
1220 …bug_print_file("NNTP", "ACTIVE host=[%s] time=[%lu]", newnews[i].host, (unsigned long int) newnews in load_newnews_info()
1235 if (STRCMPEQ(cur_newnews_host, newnews[i].host)) in find_newnews_index()
/dports/mail/cyrus-imapd30/cyrus-imapd-3.0.16/imap/
H A Dfetchnews.c266 int newnews = 1; in main() local
300 newnews = 0; in main()
371 if (newnews) { in main()
425 newnews = 0; in main()
439 if (!newnews) { in main()
455 newnews ? "NEWNEWS" : "LIST ACTIVE"); in main()
478 if (newnews) { in main()
/dports/mail/cyrus-imapd34/cyrus-imapd-3.4.2/imap/
H A Dfetchnews.c266 int newnews = 1; in main() local
300 newnews = 0; in main()
371 if (newnews) { in main()
436 newnews = 0; in main()
450 if (!newnews) { in main()
466 newnews ? "NEWNEWS" : "LIST ACTIVE"); in main()
489 if (newnews) { in main()
/dports/mail/cyrus-imapd32/cyrus-imapd-3.2.8/imap/
H A Dfetchnews.c266 int newnews = 1; in main() local
300 newnews = 0; in main()
371 if (newnews) { in main()
436 newnews = 0; in main()
450 if (!newnews) { in main()
466 newnews ? "NEWNEWS" : "LIST ACTIVE"); in main()
489 if (newnews) { in main()
/dports/news/nntp/nntp-1.5.12.2_10/inetd/
H A DMakefile7 newgroups.o newnews.o nextlast.o ngmatch.o post.o parsit.o scandir.o \
14 newgroups.c newnews.c nextlast.c ngmatch.c post.c parsit.c scandir.c \
H A Dcommon.h302 void newnews(register int argc, char *argv[]);
/dports/news/nntp/nntp-1.5.12.2_10/server/
H A DMakefile7 newgroups.o newnews.o nextlast.o ngmatch.o post.o parsit.o scandir.o \
14 newgroups.c newnews.c nextlast.c ngmatch.c post.c parsit.c scandir.c \
H A Dcommon.h302 void newnews(register int argc, char *argv[]);
/dports/net/p5-Net/libnet-3.13/demos/
H A Dnntp32 my $news = $nntp->newnews(time - 3600, lc $group);
/dports/lang/racket/racket-8.3/share/pkgs/compatibility-lib/net/
H A Dnntp-sig.rkt7 newnews-since generic-message-command
/dports/news/tin/tin-2.4.5/include/
H A Dnntplib.h211 t_bool newnews:1; /* NEWNEWS */ member
/dports/chinese/tin/tin-2.4.5/include/
H A Dnntplib.h211 t_bool newnews:1; /* NEWNEWS */ member
/dports/lang/racket/racket-8.3/share/pkgs/net-lib/net/
H A Dnntp.rkt9 newnews-since generic-message-command
292 ;; newnews-since :
295 (define newnews-since
/dports/lang/racket/racket-8.3/share/pkgs/typed-racket-more/typed/net/
H A Dnntp.rkt17 [newnews-since (communicator Number -> (Listof String))]
/dports/news/nntp/nntp-1.5.12.2_10/
H A DSYSLOG29 host newnews %s %s %s GMT|local %s
H A DCHANGES174 Fixed getword() subroutine in newnews.c so that it will work with
229 Bug fix to newnews.c to support GMT time stamps in 2.11 history file
231 Speed up to newnews.c to keep from chewing up so much CPU time.
253 Bug fix to the newnews command to make it show the first article
388 server/newnews.c had a printf which was missing an
/dports/devel/tcllib/tcllib-1.20/modules/nntp/
H A Dnntp.tcllib.man164 [call [arg nntpName] [method newnews]]
169 [call [arg nntpName] [method newnews] [arg since]]
175 [call [arg nntpName] [method newnews] [arg group] [opt [arg since]]]
/dports/devel/tcllibc/tcllib-1.20/modules/nntp/
H A Dnntp.tcllib.man164 [call [arg nntpName] [method newnews]]
169 [call [arg nntpName] [method newnews] [arg since]]
175 [call [arg nntpName] [method newnews] [arg group] [opt [arg since]]]
/dports/devel/pytype/pytype-2021.9.9/pytype/typeshed/stdlib/@python2/
H A Dnntplib.pyi56 def newnews(
/dports/devel/pytype/pytype-2021.9.9/pytype/typeshed/stdlib/
H A Dnntplib.pyi57 def newnews(
/dports/devel/py-jedi/jedi-0.18.0/jedi/third_party/typeshed/stdlib/3/
H A Dnntplib.pyi59 …def newnews(self, group: str, date: Union[datetime.date, datetime.datetime], *, file: _File = ...)…
/dports/devel/py-mypy/mypy-0.910/mypy/typeshed/stdlib/
H A Dnntplib.pyi57 def newnews(

12345