Home
last modified time | relevance | path

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

/freebsd-13.1/include/
H A Dpwd.h99 #define _PW_KEYBYUID '\x33' /* stored by uid */ macro
/freebsd-13.1/usr.sbin/pwd_mkdb/
H A Dpwd_mkdb.c266 buf[0] = _PW_VERSIONED(_PW_KEYBYUID, use_version); in main()
422 tbuf[0] = CURRENT_VERSION(_PW_KEYBYUID); in main()
446 tbuf[0] = CURRENT_VERSION(_PW_KEYBYUID); in main()
/freebsd-13.1/lib/libc/gen/
H A Dgetpwent.c820 keybuf[0] = _PW_KEYBYUID; in files_passwd()