Searched refs:ypmaplist (Results 1 – 9 of 9) sorted by relevance
69 struct ypmaplist;83 int yp_maplist(char *indomain, struct ypmaplist **outmaplist);
67 * YPPROC_MAPLIST takes (char *), returns (struct ypmaplist *).150 struct ypmaplist { struct 152 struct ypmaplist *ypml_next; argument 157 struct ypmaplist *list;
149 struct ypmaplist { struct151 ypmaplist *next; argument156 ypmaplist *maps;
665 static void yp_maplist_free(struct ypmaplist *yp_maplist)667 register struct ypmaplist *next;677 static struct ypmaplist *682 struct ypmaplist *cur = NULL;683 struct ypmaplist *yp_maplist = NULL;702 if ((cur = (struct ypmaplist *)703 malloc(sizeof(struct ypmaplist))) == NULL) {
46 struct ypmaplist **outmaplist);
333 yp_maplist_host(CLIENT *client, char *indomain, struct ypmaplist **outmaplist) in yp_maplist_host()
141 struct ypmaplist *ypml, *y; in main()
614 static struct ypmaplist maps[nitems(mapnames)]; in ypproc_maplist_2_svc()
1099 yp_maplist(char *indomain, struct ypmaplist **outmaplist) in yp_maplist()