Searched refs:_PWF_SHELL (Results 1 - 7 of 7) sorted by last modified time

/freebsd-11-stable/lib/libc/gen/
H A Dgetpwent.c1447 if ((src->pw_fields & _PWF_SHELL) &&
1524 COPY(pw_shell, _PWF_SHELL);
H A Dpw_scan.c219 pw->pw_fields |= _PWF_SHELL;
/freebsd-11-stable/usr.sbin/rpc.yppasswdd/
H A Dyppasswdd_server.c135 yp_password.pw_fields |= _PWF_SHELL;
/freebsd-11-stable/lib/libcasper/services/cap_pwd/tests/
H A Dpwd_test.c881 #define PW_SHELL _PWF_SHELL
941 else if ((pwd->pw_fields & _PWF_SHELL) != 0)
/freebsd-11-stable/include/
H A Dpwd.h136 #define _PWF_SHELL _PWF(8) macro
/freebsd-11-stable/release/picobsd/tinyware/passwd/
H A Dpw_copy.c297 if(p[0]) pw->pw_fields |= _PWF_SHELL;
/freebsd-11-stable/lib/libcasper/services/cap_pwd/
H A Dcap_pwd.c608 fields &= ~_PWF_SHELL;

Completed in 204 milliseconds