Searched refs:YPERR_KEY (Results 1 - 7 of 7) sorted by relevance

/freebsd-9.3-release/include/rpcsvc/
H A Dypclnt.h41 #define YPERR_KEY 5 /* no such key in map */ macro
/freebsd-9.3-release/contrib/amd/amd/
H A Dinfo_nis.c313 case YPERR_KEY:
/freebsd-9.3-release/lib/libc/gen/
H A Dgetnetgrent.c332 } else if (y != YPERR_KEY) {
H A Dgetgrent.c1163 if (rv == YPERR_KEY) {
H A Dgetpwent.c1386 if (rv == YPERR_KEY) {
/freebsd-9.3-release/lib/libc/yp/
H A Dyplib.c1116 case YPERR_KEY:
1160 return (YPERR_KEY);
/freebsd-9.3-release/contrib/sendmail/src/
H A Dmap.c2691 if (yperr == 0 || yperr == YPERR_KEY || yperr == YPERR_BUSY)
2747 yperr = YPERR_KEY;
2756 if (yperr == YPERR_KEY && bitset(MF_TRY1NULL, map->map_mflags))
2767 if (yperr != YPERR_KEY && yperr != YPERR_BUSY)
2821 yperr = YPERR_KEY;
2830 if (yperr == YPERR_KEY && try1null)
2841 if (yperr == YPERR_KEY)

Completed in 132 milliseconds