Searched refs:h_link (Results 1 - 9 of 9) sorted by relevance

/freebsd-11-stable/usr.bin/xlint/lint2/
H A Dhash.c101 for (hte = table[h]; hte != NULL; hte = hte->h_link) {
121 hte->h_link = table[h];
141 for (hte = table[i]; hte != NULL; hte = hte->h_link)
161 nexthte = hte->h_link;
H A Dlint2.h181 struct hte *h_link; /* next hte with same hash function */ member in struct:hte
H A Dread.c1176 for (nhte = hte; nhte->h_link != NULL; nhte = nhte->h_link)
1178 nhte->h_link = xmalloc(sizeof (hte_t));
1179 nhte = nhte->h_link;
1190 nhte->h_link = NULL;
/freebsd-11-stable/usr.sbin/lpr/pac/
H A Dpac.c87 struct hent *h_link; /* Forward hash link */ member in struct:hent
268 hp = hp->h_link;
308 hp = hp->h_link;
346 hp->h_link = hashtab[h];
363 for (hp = hashtab[h]; hp != NULL; hp = hp->h_link)
/freebsd-11-stable/contrib/sendmail/src/
H A Dheaders.c395 for (hp = hdrp; (h = *hp) != NULL; hp = &h->h_link)
440 h->h_link = NULL;
627 for (hp = hdrlist; (h = *hp) != NULL; hp = &h->h_link)
635 h->h_link = *hp;
682 srch = srch->h_link, idx--)
688 h->h_link = NULL;
693 last->h_link = h;
694 h->h_link = NULL;
698 h->h_link = srch->h_link;
[all...]
H A Denvelope.c748 bh = bh->h_link;
749 nhp = &(*nhp)->h_link;
H A Dmilter.c2679 for (h = e->e_header; h != NULL; h = h->h_link)
2974 for (h = e->e_header; h != NULL; h = h->h_link)
3174 for (h = e->e_header; h != NULL; h = h->h_link)
H A Dsendmail.h906 struct header *h_link; /* the next header */ member in struct:header
H A Dqueue.c802 for (h = e->e_header; h != NULL; h = h->h_link)

Completed in 144 milliseconds