Home
last modified time | relevance | path

Searched refs:fgetpwent (Results 1 – 15 of 15) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/gen/
H A Dgetpwnam.c95 fgetpwent(FILE *f) in fgetpwent() function
/illumos-gate/usr/src/head/
H A Dpwd.h75 extern struct passwd *fgetpwent(FILE *); /* MT-unsafe */
/illumos-gate/usr/src/cmd/oamuser/user/
H A Duserdel.c125 while ((pstruct = fgetpwent(pwf)) != NULL) in main()
H A Dusermod.c337 while ((pw = fgetpwent(pwf)) != NULL)
/illumos-gate/usr/src/lib/libpkg/common/
H A Dncgrpw.c650 while ((pw = fgetpwent(pw_ptr)) != NULL) { in clpwnam()
726 while ((pw = fgetpwent(pw_ptr)) != NULL) { in clpwuid()
/illumos-gate/usr/src/cmd/acct/
H A Dacctdusg.c104 while ((pw = fgetpwent(pwf)) != NULL) { in main()
/illumos-gate/usr/src/cmd/pwconv/
H A Dpwconv.c230 if ((pwdp = fgetpwent(pwf)) != NULL) { in main()
/illumos-gate/usr/src/cmd/passwd/
H A Dpasswd.c1345 while ((pwd = fgetpwent(pwfp)) != NULL) in get_namelist_files()
1359 while ((pwd = fgetpwent(pwfp)) != NULL) { in get_namelist_files()
/illumos-gate/usr/src/cmd/ypcmd/yppasswd/
H A Dchangepasswd.c429 opwd = *fgetpwent(opwfp); in changepasswd()
/illumos-gate/usr/src/lib/c_synonyms/
H A Dsyn_common293 fgetpwent
/illumos-gate/usr/src/cmd/passmgmt/
H A Dpassmgmt.c826 pw_ptr1p = fgetpwent(pwf); in main()
/illumos-gate/usr/src/man/man3c/
H A DMakefile827 fgetpwent.3c \
1978 fgetpwent.3c := LINKSRC = getpwnam.3c
/illumos-gate/usr/src/cmd/praudit/
H A Dformat.c189 while ((pwent = fgetpwent(pf)) != NULL) { in loadnames()
/illumos-gate/usr/src/lib/libc/port/
H A Dmapfile-vers2466 fgetpwent;
/illumos-gate/usr/src/pkg/manifests/
H A Dsystem-library.man3c.inc377 link path=usr/share/man/man3c/fgetpwent.3c target=getpwnam.3c