Searched refs:gl_next (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/sendmail/libsm/
H A Dglue.h24 struct sm_glue *gl_next; member in struct:sm_glue
H A Dfwalk.c44 for (g = &smglue; g != NULL; g = g->gl_next)
H A Dfindfp.c125 g->gl_next = NULL;
168 for (g = &smglue;; g = g->gl_next)
173 if (g->gl_next == NULL)
174 g->gl_next = sm_moreglue_x(NDYNAMIC);

Completed in 112 milliseconds