Home
last modified time | relevance | path

Searched refs:YPERR_MAP (Results 1 – 5 of 5) sorted by relevance

/freebsd/libexec/ypxfr/
H A Dypxfr_misc.c135 case YPERR_MAP: in ypxfr_get_master()
203 case YPERR_MAP: in ypxfr_get_order()
/freebsd/include/rpcsvc/
H A Dypclnt.h40 #define YPERR_MAP 4 /* no such map in server's domain */ macro
/freebsd/lib/libc/yp/
H A Dyplib.c1154 case YPERR_MAP: in yperr_string()
1196 return (YPERR_MAP); in ypprot_err()
/freebsd/lib/libc/rpc/
H A Dgetrpcent.c453 case YPERR_MAP: in nis_rpcent()
/freebsd/lib/libc/net/
H A Dgetservent.c746 if (rv == YPERR_MAP) { in nis_servent()