Searched refs:_PWF_DIR (Results 1 - 7 of 7) sorted by path

/freebsd-11-stable/include/
H A Dpwd.h135 #define _PWF_DIR _PWF(7) macro
/freebsd-11-stable/lib/libcasper/services/cap_pwd/
H A Dcap_pwd.c602 fields &= ~_PWF_DIR;
/freebsd-11-stable/lib/libcasper/services/cap_pwd/tests/
H A Dpwd_test.c880 #define PW_DIR _PWF_DIR
934 else if ((pwd->pw_fields & _PWF_DIR) != 0)
/freebsd-11-stable/release/picobsd/tinyware/passwd/
H A Dpw_copy.c282 if(pw->pw_dir[0]) pw->pw_fields |= _PWF_DIR;
/freebsd-11-stable/lib/libc/gen/
H A Dgetpwent.c1444 if ((src->pw_fields & _PWF_DIR) &&
1523 COPY(pw_dir, _PWF_DIR);
H A Dpw_scan.c200 pw->pw_fields |= _PWF_DIR;
/freebsd-11-stable/usr.sbin/rpc.yppasswdd/
H A Dyppasswdd_server.c133 yp_password.pw_fields |= _PWF_DIR;

Completed in 154 milliseconds