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

/illumos-gate/usr/src/lib/libc/port/gen/
H A Dgetpwnam.c97 fgetpwent(FILE *f) function
/illumos-gate/usr/src/head/
H A Dpwd.h75 extern struct passwd *fgetpwent(FILE *); /* MT-unsafe */
/illumos-gate/usr/src/cmd/acct/
H A Dacctdusg.c104 while ((pw = fgetpwent(pwf)) != NULL) {
/illumos-gate/usr/src/cmd/oamuser/user/
H A Duserdel.c118 * Do this with fgetpwent to make sure we are only looking on local
125 while ((pstruct = fgetpwent(pwf)) != NULL)
H A Dusermod.c330 * Do this with fgetpwent to make sure we are only looking on local
337 while ((pw = fgetpwent(pwf)) != NULL)
/illumos-gate/usr/src/lib/libpkg/common/
H A Dncgrpw.c650 while ((pw = fgetpwent(pw_ptr)) != NULL) {
726 while ((pw = fgetpwent(pw_ptr)) != NULL) {
/illumos-gate/usr/src/cmd/pwconv/
H A Dpwconv.c233 if ((pwdp = fgetpwent(pwf)) != NULL) {
/illumos-gate/usr/src/cmd/ypcmd/yppasswd/
H A Dchangepasswd.c429 opwd = *fgetpwent(opwfp);
/illumos-gate/usr/src/cmd/passwd/
H A Dpasswd.c1343 while ((pwd = fgetpwent(pwfp)) != NULL)
1357 while ((pwd = fgetpwent(pwfp)) != NULL) {
/illumos-gate/usr/src/cmd/passmgmt/
H A Dpassmgmt.c824 pw_ptr1p = fgetpwent(pwf);
/illumos-gate/usr/src/man/man3c/
H A DMakefile790 fgetpwent.3c \
1792 fgetpwent.3c := LINKSRC = getpwnam.3c

Completed in 83 milliseconds