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

/opensolaris-onvv-gate/usr/src/head/
H A Dpwd.h77 extern struct passwd *fgetpwent(FILE *); /* MT-unsafe */
97 extern struct passwd *fgetpwent(); /* MT-unsafe */
/opensolaris-onvv-gate/usr/src/lib/libc/port/gen/
H A Dgetpwnam.c97 fgetpwent(FILE *f) function
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.sbin/in.ftpd/
H A Dgetpwnam.c22 #ifndef HAVE_FGETPWENT /* Some systems (*BSD) don't have fgetpwent... */
28 struct passwd *fgetpwent(FILE *stream) function
114 while((r==NULL) && (p=fgetpwent(f)))
134 while((r==NULL) && (p=fgetpwent(f)))
/opensolaris-onvv-gate/usr/src/cmd/acct/
H A Dacctdusg.c104 while ((pw = fgetpwent(pwf)) != NULL) {
H A Ddiskusg.c349 getpw = fgetpwent;
/opensolaris-onvv-gate/usr/src/cmd/oamuser/user/
H A Duserdel.c117 * Do this with fgetpwent to make sure we are only looking on local
124 while ((pstruct = fgetpwent(pwf)) != NULL)
H A Dusermod.c309 * Do this with fgetpwent to make sure we are only looking on local
316 while ((pw = fgetpwent(pwf)) != NULL)
/opensolaris-onvv-gate/usr/src/lib/libpkg/common/
H A Dncgrpw.c650 while ((pw = fgetpwent(pw_ptr)) != NULL) {
728 while ((pw = fgetpwent(pw_ptr)) != NULL) {
/opensolaris-onvv-gate/usr/src/cmd/pwconv/
H A Dpwconv.c233 if ((pwdp = fgetpwent(pwf)) != NULL) {
/opensolaris-onvv-gate/usr/src/lib/c_synonyms/
H A Dsyn_common293 fgetpwent
/opensolaris-onvv-gate/usr/src/cmd/ypcmd/yppasswd/
H A Dchangepasswd.c429 opwd = *fgetpwent(opwfp);
/opensolaris-onvv-gate/usr/src/cmd/passwd/
H A Dpasswd.c1349 while ((pwd = fgetpwent(pwfp)) != NULL)
1363 while ((pwd = fgetpwent(pwfp)) != NULL) {
/opensolaris-onvv-gate/usr/src/cmd/passmgmt/
H A Dpassmgmt.c824 pw_ptr1p = fgetpwent(pwf);
/opensolaris-onvv-gate/usr/src/lib/libc/port/
H A Dmapfile-vers1749 fgetpwent;

Completed in 162 milliseconds