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

/freebsd-current/include/
H A Dpwd.h133 #define _PWF_GECOS _PWF(6) macro
/freebsd-current/lib/libc/gen/
H A Dpw_scan.c189 pw->pw_fields |= _PWF_GECOS;
H A Dgetpwent.c1447 if ((src->pw_fields & _PWF_GECOS) &&
1528 COPY(pw_gecos, _PWF_GECOS);
/freebsd-current/lib/libcasper/services/cap_pwd/
H A Dcap_pwd.c595 fields &= ~_PWF_GECOS;
/freebsd-current/usr.sbin/rpc.yppasswdd/
H A Dyppasswdd_server.c130 yp_password.pw_fields |= _PWF_GECOS;
/freebsd-current/lib/libcasper/services/cap_pwd/tests/
H A Dpwd_test.c879 #define PW_GECOS _PWF_GECOS
927 else if ((pwd->pw_fields & _PWF_GECOS) != 0)

Completed in 199 milliseconds