Searched refs:yp_maplist (Results 1 – 6 of 6) sorted by relevance
665 static void yp_maplist_free(struct ypmaplist *yp_maplist) argument669 while (yp_maplist) {670 next = yp_maplist->next;671 free(yp_maplist->map);672 free(yp_maplist);673 yp_maplist = next;683 struct ypmaplist *yp_maplist = NULL; local706 yp_maplist_free(yp_maplist);712 yp_maplist_free(yp_maplist);716 cur->next = yp_maplist;[all …]
17 yp_maplist;
1099 yp_maplist(char *indomain, struct ypmaplist **outmaplist) in yp_maplist() function
83 int yp_maplist(char *indomain, struct ypmaplist **outmaplist);
242 r = yp_maplist(domain, &ypml); in main()
3430 fun:yp_maplist=uninstrumented