Searched refs:ypml (Results 1 - 4 of 4) sorted by relevance

/macosx-10.9.5/Libinfo-449.1.3/nis.subproj/
H A Dyp_maplist.c81 struct ypresp_maplist ypml; local
93 memset(&ypml, 0, sizeof ypml);
95 r = clnt_call(ysd->dom_client, YPPROC_MAPLIST, (xdrproc_t)xdr_domainname, &indomain, (xdrproc_t)xdr_ypresp_maplist, &ypml, tv);
107 *outmaplist = ypml.maps;
108 /* NO: xdr_free(xdr_ypresp_maplist, &ypml); */
110 return ypprot_err(ypml.stat);
/macosx-10.9.5/remote_cmds-41.90.1/ypwhich.tproj/
H A Dypwhich.c147 struct ypmaplist *ypml, *y; local
231 ypml = NULL;
232 r = yp_maplist(domnam, &ypml);
235 for (y = ypml; y;) {
236 ypml = y;
237 r = yp_master(domnam, ypml->ypml_name, &master);
240 printf("%s %s\n", ypml->ypml_name, master);
245 ypml->ypml_name, yperr_string(r));
248 y = ypml->ypml_next;
249 free(ypml);
[all...]
/macosx-10.9.5/remote_cmds-41.90.1/yppush.tproj/
H A Dyplib_host.c410 struct ypresp_maplist ypml; local
417 memset(&ypml, 0, sizeof ypml);
420 (xdrproc_t)xdr_domainname, &indomain, (xdrproc_t)xdr_ypresp_maplist, &ypml, tv);
424 *outmaplist = ypml.maps;
425 /* NO: xdr_free(xdr_ypresp_maplist, &ypml);*/
426 return ypprot_err(ypml.stat);
/macosx-10.9.5/remote_cmds-41.90.1/ypxfr.tproj/
H A Dyplib_host.c410 struct ypresp_maplist ypml; local
417 memset(&ypml, 0, sizeof ypml);
420 (xdrproc_t)xdr_domainname, &indomain, (xdrproc_t)xdr_ypresp_maplist, &ypml, tv);
424 *outmaplist = ypml.maps;
425 /* NO: xdr_free(xdr_ypresp_maplist, &ypml);*/
426 return ypprot_err(ypml.stat);

Completed in 109 milliseconds