Home
last modified time | relevance | path

Searched refs:_PASSWORD_OLDFMT (Results 1 – 4 of 4) sorted by relevance

/minix/include/
H A Dpwd.h99 #define _PASSWORD_OLDFMT 0x10 /* flag to expect an old style entry */ macro
/minix/lib/libc/gen/
H A Dpw_scan.c193 if (inflags & _PASSWORD_OLDFMT) { in __pw_scan()
H A Dgetpwent.c170 flags |= _PASSWORD_OLDFMT; in _pw_parse()
/minix/usr.bin/passwd/
H A Dyp_passwd.c182 flags = _PASSWORD_OLDFMT; in ypgetpwnam()