Home
last modified time | relevance | path

Searched refs:YP_NOMORE (Results 1 – 7 of 7) sorted by relevance

/freebsd/lib/libc/yp/
H A Dxdryp.c77 *objp = YP_NOMORE; in xdr_ypresp_all_seq()
114 case YP_NOMORE: in xdr_ypresp_all_seq()
116 *objp = YP_NOMORE; in xdr_ypresp_all_seq()
H A Dyplib.c988 if (savstat != YP_NOMORE) in yp_all()
1193 case YP_NOMORE: in ypprot_err()
/freebsd/libexec/ypxfr/
H A Dypxfr_getmap.c90 if (status == YP_NOMORE) in ypxfr_get_map()
/freebsd/usr.sbin/ypserv/
H A Dyp_dblookup.c576 return(YP_NOMORE); in yp_next_record()
614 return(YP_NOMORE); in yp_next_record()
623 return(YP_NOMORE); in yp_next_record()
/freebsd/include/rpcsvc/
H A Dyp_prot.h176 #define YP_NOMORE ((long)2) /* no more entries in map */ macro
H A Dyp.x44 YP_NOMORE = 2, enumerator
/freebsd/usr.sbin/ypldap/
H A Dyp.c665 res->stat = YP_NOMORE; in yp_make_keyval()