Searched refs:ypmaplist (Results 1 - 14 of 14) sorted by relevance

/macosx-10.9.5/Libinfo-449.1.3/nis.subproj/
H A Dxdr_ypmaplist.c74 struct ypmaplist *objp;
80 sizeof(struct ypmaplist), (xdrproc_t)xdr_ypmaplist);
H A Dypclnt.h109 struct ypmaplist;
110 int yp_maplist __P((const char *, struct ypmaplist **));
H A Dxdr_ypresp_maplist.c80 sizeof(struct ypmaplist), (xdrproc_t)xdr_ypmaplist);
H A Dyp_prot.h67 * YPPROC_MAPLIST takes (char *), returns (struct ypmaplist *).
152 struct ypmaplist { struct
154 struct ypmaplist *ypml_next;
159 struct ypmaplist *list;
332 bool_t xdr_ypmaplist __P((XDR *, struct ypmaplist *));
H A Dyp_maplist.c78 struct ypmaplist **outmaplist;
/macosx-10.9.5/Librpcsvc-23/
H A Dyp.x154 struct ypmaplist {
156 ypmaplist *next;
161 ypmaplist *maps;
/macosx-10.9.5/remote_cmds-41.90.1/yppush.tproj/
H A Dyplib_host.h76 struct ypmaplist **outmaplist));
H A Dyplib_host.c408 struct ypmaplist **outmaplist;
/macosx-10.9.5/remote_cmds-41.90.1/ypxfr.tproj/
H A Dyplib_host.h76 struct ypmaplist **outmaplist));
H A Dyplib_host.c408 struct ypmaplist **outmaplist;
/macosx-10.9.5/remote_cmds-41.90.1/ypserv.tproj/
H A Dyp.h296 struct ypmaplist { struct
298 struct ypmaplist *next;
300 typedef struct ypmaplist ypmaplist; typedef in typeref:struct:ypmaplist
302 extern "C" bool_t xdr_ypmaplist(XDR *, ypmaplist*);
304 extern bool_t xdr_ypmaplist(XDR *, ypmaplist*);
312 ypmaplist *maps;
H A Dypserv_xdr.c312 ypmaplist *objp;
318 if (!xdr_pointer(xdrs, (char **)&objp->next, sizeof(ypmaplist), (xdrproc_t)xdr_ypmaplist)) {
334 if (!xdr_pointer(xdrs, (char **)&objp->maps, sizeof(ypmaplist), (xdrproc_t)xdr_ypmaplist)) {
H A Dypserv_proc.c540 struct ypmaplist *m;
582 if ((m = (struct ypmaplist *)
583 malloc((unsigned) sizeof(struct ypmaplist))) == NULL) {
/macosx-10.9.5/remote_cmds-41.90.1/ypwhich.tproj/
H A Dypwhich.c147 struct ypmaplist *ypml, *y;

Completed in 95 milliseconds