Searched refs:_PW_KEYBYUID (Results 1 - 3 of 3) sorted by relevance

/freebsd-10-stable/include/
H A Dpwd.h97 #define _PW_KEYBYUID '\x33' /* stored by uid */ macro
/freebsd-10-stable/usr.sbin/pwd_mkdb/
H A Dpwd_mkdb.c270 buf[0] = _PW_VERSIONED(_PW_KEYBYUID, use_version);
331 * _PW_KEYBYUID character. The third key is the line number in the
426 tbuf[0] = CURRENT_VERSION(_PW_KEYBYUID);
450 tbuf[0] = CURRENT_VERSION(_PW_KEYBYUID);
516 tbuf[0] = LEGACY_VERSION(_PW_KEYBYUID);
540 tbuf[0] = LEGACY_VERSION(_PW_KEYBYUID);
/freebsd-10-stable/lib/libc/gen/
H A Dgetpwent.c830 keybuf[0] = _PW_KEYBYUID;

Completed in 64 milliseconds