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

/freebsd-current/contrib/sendmail/libsm/
H A Dglue.h22 extern struct sm_glue struct
24 struct sm_glue *gl_next;
H A Dfwalk.c40 register struct sm_glue *g;
H A Dfindfp.c85 static struct sm_glue smuglue = { 0, SM_IO_OPEN_MAX - 3, usual };
99 struct sm_glue smglue = { &smuglue, 3, SmIoF };
112 static struct sm_glue *sm_moreglue_x __P((int));
115 static struct sm_glue *
119 register struct sm_glue *g;
122 g = (struct sm_glue *) sm_pmalloc_x(sizeof(*g) + SM_ALIGN_BITS +
155 register struct sm_glue *g;

Completed in 698 milliseconds