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

/freebsd-12-stable/lib/libcasper/services/cap_pwd/
H A DMakefile30 MLINKS+=cap_pwd.3 cap_getpwent.3
H A Dcap_pwd.h40 struct passwd *cap_getpwent(cap_channel_t *chan);
62 #define cap_getpwent(chan) getpwent() macro
H A Dcap_pwd.c229 cap_getpwent(cap_channel_t *chan) function
/freebsd-12-stable/lib/libcasper/services/cap_pwd/tests/
H A Dpwd_test.c167 pwdc = cap_getpwent(cappwd);
171 pwdc = cap_getpwent(cappwd);
195 pwdc = cap_getpwent(cappwd);
982 pwd = cap_getpwent(cappwd);
1203 pwd = cap_getpwent(cappwd);

Completed in 56 milliseconds