Home
last modified time | relevance | path

Searched refs:_PWF_DIR (Results 1 – 6 of 6) sorted by relevance

/src/include/
H A Dpwd.h134 #define _PWF_DIR _PWF(7) macro
/src/lib/libc/gen/
H A Dpw_scan.c194 pw->pw_fields |= _PWF_DIR; in __pw_scan()
H A Dgetpwent.c1450 if ((src->pw_fields & _PWF_DIR) && in compat_set_template()
1529 COPY(pw_dir, _PWF_DIR); in compat_use_template()
/src/lib/libcasper/services/cap_pwd/tests/
H A Dpwd_test.c879 #define PW_DIR _PWF_DIR
933 else if ((pwd->pw_fields & _PWF_DIR) != 0) in passwd_fields()
/src/lib/libcasper/services/cap_pwd/
H A Dcap_pwd.c600 fields &= ~_PWF_DIR; in pwd_pack()
/src/usr.sbin/rpc.yppasswdd/
H A Dyppasswdd_server.c132 yp_password.pw_fields |= _PWF_DIR; in copy_yp_pass()