Searched refs:next (Results 1 - 7 of 7) sorted by relevance

/sendmail/contrib/
H A Dbitdomain.c328 struct entry *next; member in struct:entry
342 for (p = firstentry; p; p = p->next) {
365 for (p = firstentry; p; p = p->next) {
379 p->next = firstentry;
403 for (p = firstentry; p; p = p->next) {
/sendmail/vacation/
H A Dvacation.c83 struct alias *next; member in struct:alias
207 cur->next = Names;
445 cur->next = Names;
606 cur = cur->next)
647 ** the next character after the match is not an alphanumeric.
829 time_t then, next; local
843 next = SECSPERDAY * DAYSPERWEEK;
845 memmove(&next, data.data, sizeof(next));
859 if (next
[all...]
/sendmail/sendmail/
H A Dstab.c374 goto next; /* not expired */
380 goto next; /* not expired */
408 next:
H A Dmain.c1006 optarg++; /* skip '!' for next switch */
2875 ENVELOPE *next; local
2890 next = e->e_sibling;
2895 e->e_sibling = next;
H A Dmap.c3709 /* server disappeared, try reopen on next search */
7167 struct ns_map_list *next; member in struct:ns_map_list
7178 for (ns_map = ns_maps; ns_map != NULL; ns_map = ns_map->next)
7191 ns_map->next = ns_maps;
7793 /* couldn't connect.... try next address */
7803 /* try next address */
7935 MAP *next; local
7943 next = smap->socket_map_next;
7945 smap = next;
H A Dqueue.c68 struct work *w_next; /* next in queue */
103 ** The number of queue groups that can be run on the next work run
1267 ** SCHEDULE_QUEUE_RUNS -- schedule the next queue run for a work group.
1430 ** maybe schedules next queue run.
1500 ** of the next queue group's additional queue runners (maximum)
1719 ** Set the head of the WorkQ to the next work item.
1840 sequenceno += seqjump; /* next sequence number */
2068 ** Find the next queue group within the work group that
2154 ** of the children to finish before moving on to the next
2322 ** so we get fresh map connections on the next looku
8404 ENVELOPE *ee, *next, *firstsibling; local
[all...]
H A Dconf.c889 lk = lk->next;
4124 ** a value > 214748364, or equal but the next digit is > 7 (or 8),
5475 ** have some data for the next entry.

Completed in 42 milliseconds