Home
last modified time | relevance | path

Searched refs:mapnames (Results 1 – 1 of 1) sorted by relevance

/freebsd/usr.sbin/ypldap/
H A Dyp.c604 } mapnames[] = { in ypproc_maplist_2_svc() local
614 static struct ypmaplist maps[nitems(mapnames)]; in ypproc_maplist_2_svc()
621 for (i = 0; i < nitems(mapnames); i++) { in ypproc_maplist_2_svc()
622 if (!(env->sc_flags & mapnames[i].cond)) in ypproc_maplist_2_svc()
624 maps[i].map = mapnames[i].name; in ypproc_maplist_2_svc()