Searched refs:ypmaplist (Results 1 – 9 of 9) sorted by relevance
150 struct ypmaplist { struct152 struct ypmaplist *ypml_next; argument157 struct ypmaplist *list;
69 struct ypmaplist;83 int yp_maplist(char *indomain, struct ypmaplist **outmaplist);
156 struct ypmaplist { struct158 ypmaplist *next; argument163 ypmaplist *maps;
666 static void yp_maplist_free(struct ypmaplist *yp_maplist)668 register struct ypmaplist *next;679 static struct ypmaplist *684 struct ypmaplist *cur = NULL;685 struct ypmaplist *yp_maplist = NULL;704 if ((cur = (struct ypmaplist *)705 malloc(sizeof(struct ypmaplist))) == NULL) {
48 struct ypmaplist **outmaplist);
336 yp_maplist_host(CLIENT *client, char *indomain, struct ypmaplist **outmaplist) in yp_maplist_host()
144 struct ypmaplist *ypml, *y; in main()
618 static struct ypmaplist maps[nitems(mapnames)]; in ypproc_maplist_2_svc()
1104 yp_maplist(char *indomain, struct ypmaplist **outmaplist) in yp_maplist()