Home
last modified time | relevance | path

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

/dragonfly/include/rpcsvc/
H A Dypclnt.h45 #define YPERR_NOMORE 8 /* no more records in map database */ macro
/dragonfly/lib/libc/gen/
H A Dgetusershell.c225 if (r == YPERR_NOMORE) { in _nis_initshells()
H A Dgetgrent.c1151 if (rv == YPERR_NOMORE) { in nis_group()
H A Dgetpwent.c1374 if (rv == YPERR_NOMORE) in nis_passwd()
/dragonfly/lib/libc/yp/
H A Dyplib.c1117 case YPERR_NOMORE: in yperr_string()
1164 return (YPERR_NOMORE); in ypprot_err()