Home
last modified time | relevance | path

Searched refs:YPERR_DOMAIN (Results 1 – 8 of 8) sorted by relevance

/openbsd/lib/libc/yp/
H A Dyperr_string.c47 case YPERR_DOMAIN: in yperr_string()
H A Dyp_maplist.c47 return YPERR_DOMAIN; in yp_maplist()
H A Dyp_master.c53 return YPERR_DOMAIN; in yp_master()
H A Dyp_order.c53 return YPERR_DOMAIN; in yp_order()
H A Dypmatch_cache.c158 return YPERR_DOMAIN; in yp_match()
235 return YPERR_DOMAIN; in yp_next()
H A Dyp_first.c58 return YPERR_DOMAIN; in yp_first()
H A Dyp_all.c120 return YPERR_DOMAIN; /* YP not running */ in yp_all()
/openbsd/include/rpcsvc/
H A Dypclnt.h35 #define YPERR_DOMAIN 3 /* can't bind to a server for domain */ macro