Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libnsl/yp/
H A Dypprot_err.c56 case YP_NOMORE: in ypprot_err()
/titanic_44/usr/src/head/rpcsvc/
H A Dyp.x43 YP_NOMORE = 2, enumerator
H A Dyp_prot.h221 #define YP_NOMORE (2) /* No more entries in map */ macro
/titanic_44/usr/src/lib/libbc/libc/yp/
H A Dyp_prot.h213 #define YP_NOMORE ((long)2) /* No more entries in map */ macro
/titanic_44/usr/src/cmd/ypcmd/
H A Dypxfr.c841 (resp.status != YP_NOMORE)) {
889 (resp.status != YP_NOMORE)) {
1376 if (status != YP_NOMORE) {
1604 if (status != YP_NOMORE) {
1665 case YP_NOMORE:
H A Dypserv_proc.c763 *status = YP_NOMORE; in ypfilter()
1197 resp.ypnext_resp_status = (unsigned)YP_NOMORE; in ypoldnext()
/titanic_44/usr/src/lib/nsswitch/nis/common/
H A Dgetexecattr.c212 if (instatus != YP_NOMORE) { in _exec_nis_cb()
/titanic_44/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_nis.c586 case YP_NOMORE: str = "No more entries"; break;