Searched refs:yp_maplist (Results 1 - 5 of 5) sorted by relevance

/freebsd-9.3-release/lib/libc/yp/
H A DSymbol.map21 yp_maplist;
H A Dyplib.c1059 yp_maplist(char *indomain, struct ypmaplist **outmaplist) function
1087 clnt_perror(ysd->dom_client, "yp_maplist: clnt_call");
/freebsd-9.3-release/include/rpcsvc/
H A Dypclnt.h83 int yp_maplist(char *indomain, struct ypmaplist **outmaplist);
/freebsd-9.3-release/usr.sbin/ypserv/
H A Dyp_server.c665 static void yp_maplist_free(struct ypmaplist *yp_maplist) argument
669 while (yp_maplist) {
670 next = yp_maplist->next;
671 free(yp_maplist->map);
672 free(yp_maplist);
673 yp_maplist = next;
684 struct ypmaplist *yp_maplist = NULL; local
707 yp_maplist_free(yp_maplist);
713 yp_maplist_free(yp_maplist);
716 cur->next = yp_maplist;
[all...]
/freebsd-9.3-release/usr.bin/ypwhich/
H A Dypwhich.c228 r = yp_maplist(domnam, &ypml);

Completed in 120 milliseconds