Home
last modified time | relevance | path

Searched refs:YPERR_KEY (Results 1 – 6 of 6) sorted by relevance

/freebsd/include/rpcsvc/
H A Dypclnt.h41 #define YPERR_KEY 5 /* no such key in map */ macro
/freebsd/lib/libc/yp/
H A Dyplib.c1156 case YPERR_KEY: in yperr_string()
1200 return (YPERR_KEY); in ypprot_err()
/freebsd/lib/libc/gen/
H A Dgetnetgrent.c510 } else if (y != YPERR_KEY) {
H A Dgetgrent.c1178 if (rv == YPERR_KEY) { in nis_group()
H A Dgetpwent.c1373 if (rv == YPERR_KEY) { in nis_passwd()
/freebsd/contrib/sendmail/src/
H A Dmap.c3307 if (yperr == 0 || yperr == YPERR_KEY || yperr == YPERR_BUSY)
3363 yperr = YPERR_KEY;
3372 if (yperr == YPERR_KEY && bitset(MF_TRY1NULL, map->map_mflags))
3383 if (yperr != YPERR_KEY && yperr != YPERR_BUSY)
3435 yperr = YPERR_KEY;
3444 if (yperr == YPERR_KEY && try1null)
3455 if (yperr == YPERR_KEY)