Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/ypcmd/
H A Dypcat.c234 if (e != YPERR_NOMORE) {
268 if (err == YPERR_NOMORE) {
291 if (err == YPERR_NOMORE) {
H A Dyppush.c514 if (err == YPERR_NOMORE) { in make_server_list()
/titanic_41/usr/src/cmd/fs.d/autofs/
H A Dns_nis.c225 if (err != YPERR_NOMORE && err != YPERR_MAP)
294 if (count > 0 && err == YPERR_NOMORE)
360 if (err != YPERR_NOMORE && err != YPERR_MAP)
385 if (count > 0 && err == YPERR_NOMORE)
/titanic_41/usr/src/lib/libnsl/yp/
H A Dyperr_string.c70 case YPERR_NOMORE: in yperr_string()
H A Dypprot_err.c57 return (YPERR_NOMORE); in ypprot_err()
H A Dyp_bind.c918 case YPERR_NOMORE: in usingypmap()
/titanic_41/usr/src/lib/nsswitch/nis/common/
H A Dswitch_err.c50 case YPERR_NOMORE:
H A Dnis_common.c85 case YPERR_NOMORE:
/titanic_41/usr/src/lib/libbc/libc/yp/
H A Dypclnt.h49 #define YPERR_NOMORE 8 /* No more records in map database */ macro
H A Dyp_bind.c244 case YPERR_NOMORE:
/titanic_41/usr/src/lib/libbc/inc/include/rpcsvc/
H A Dypclnt.h49 #define YPERR_NOMORE 8 /* No more records in map database */ macro
/titanic_41/usr/src/head/rpcsvc/
H A Dypclnt.h64 #define YPERR_NOMORE 8 /* No more records in map database */ macro