Home
last modified time | relevance | path

Searched refs:_PWF_GECOS (Results 1 – 4 of 4) sorted by relevance

/dragonfly/include/
H A Dpwd.h134 #define _PWF_GECOS _PWF(6) macro
/dragonfly/lib/libc/gen/
H A Dpw_scan.c136 pw->pw_fields |= _PWF_GECOS; in __pw_scan()
H A Dgetpwent.c1455 if ((src->pw_fields & _PWF_GECOS) && in compat_set_template()
1536 COPY(pw_gecos, _PWF_GECOS); in compat_use_template()
/dragonfly/usr.sbin/rpc.yppasswdd/
H A Dyppasswdd_server.c111 yp_password.pw_fields |= _PWF_GECOS; in copy_yp_pass()