Searched refs:_PW_KEYBYNUM (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/include/
H A Dpwd.h86 #define _PW_KEYBYNUM '2' /* stored by entry in the "file" */ macro
/netbsd-current/lib/libc/gen/
H A Dgetpwent.c448 * If search is _PW_KEYBYNUM, look for state->keynum.
479 case _PW_KEYBYNUM:
514 if (search == _PW_KEYBYNUM)
522 if (rv == NS_NOTFOUND && search == _PW_KEYBYNUM)
583 &_files_state, _PW_KEYBYNUM, NULL, 0);
607 _PW_KEYBYNUM, NULL, 0);
1913 case _PW_KEYBYNUM:
1939 * If search is _PW_KEYBYNUM, look for state->keynum.
2054 case _PW_KEYBYNUM:
2080 buffer[0] = _PW_KEYBYNUM;
[all...]
/netbsd-current/external/bsd/libbind/dist/irs/
H A Dlcl_pw.c178 bf[0] = _PW_KEYBYNUM;
/netbsd-current/usr.sbin/pwd_mkdb/
H A Dpwd_mkdb.c479 rv = getdbent(&sdb, _PW_KEYBYNUM, &lineno, &tpwd);
801 * number in the original file prepended by the _PW_KEYBYNUM character.
881 tbuf[0] = _PW_KEYBYNUM;
915 case _PW_KEYBYNUM:
951 case _PW_KEYBYNUM:

Completed in 86 milliseconds