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

/freebsd-12-stable/lib/libcasper/services/cap_pwd/tests/
H A Dpwd_test.c882 #define PW_GECOS _PWF_GECOS macro
929 result |= PW_GECOS;
931 result |= PW_GECOS;
963 printf("PW_GECOS %d %d\n", (pwd->pw_fields & PW_GECOS) != 0, (result & PW_GECOS) != 0);
1019 PW_GID | PW_CHANGE | PW_CLASS | PW_GECOS | PW_DIR | PW_SHELL |
1043 PW_GID | PW_CHANGE | PW_CLASS | PW_GECOS | PW_DIR | PW_SHELL |
1093 CHECK(runtest_fields(cappwd, PW_CLASS | PW_GECOS | PW_DIR |
1119 PW_GECOS | PW_SHEL
[all...]

Completed in 46 milliseconds