Searched refs:ypbindlist (Results 1 - 1 of 1) sorted by path

/freebsd-current/usr.sbin/ypbind/
H A Dypbind.c105 static struct _dom_binding *ypbindlist; variable in typeref:struct:_dom_binding
180 for (ypdb = ypbindlist; ypdb; ypdb = ypdb->dom_pnext) {
217 ypdb->dom_pnext = ypbindlist;
218 ypbindlist = ypdb;
371 for (ypdb = ypbindlist; ypdb; ypdb = ypdb->dom_pnext) {
460 ypbindlist = malloc(sizeof *ypbindlist);
461 if (ypbindlist == NULL)
463 bzero(ypbindlist, sizeof *ypbindlist);
[all...]

Completed in 127 milliseconds