Searched refs:_PWF_SHELL (Results 1 - 6 of 6) sorted by relevance

/freebsd-current/include/
H A Dpwd.h135 #define _PWF_SHELL _PWF(8) macro
/freebsd-current/lib/libc/gen/
H A Dpw_scan.c213 pw->pw_fields |= _PWF_SHELL;
H A Dgetpwent.c1453 if ((src->pw_fields & _PWF_SHELL) &&
1530 COPY(pw_shell, _PWF_SHELL);
/freebsd-current/lib/libcasper/services/cap_pwd/
H A Dcap_pwd.c607 fields &= ~_PWF_SHELL;
/freebsd-current/usr.sbin/rpc.yppasswdd/
H A Dyppasswdd_server.c134 yp_password.pw_fields |= _PWF_SHELL;
/freebsd-current/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)

Completed in 270 milliseconds