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

/illumos-gate/usr/src/head/
H A Dshadow.h89 extern struct spwd *fgetspent(FILE *); /* MT-unsafe */
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dgetspent.c85 fgetspent(FILE *f) function
/illumos-gate/usr/src/cmd/pwconv/
H A Dpwconv.c82 while ((sp = fgetspent(shadf)) != NULL) {
/illumos-gate/usr/src/cmd/passmgmt/
H A Dpassmgmt.c161 while ((sp = fgetspent(shadf)) != NULL) {
1042 sp_ptr1p = fgetspent(spf);
/illumos-gate/usr/src/cmd/ypcmd/yppasswd/
H A Dchangepasswd.c433 ospwd = *fgetspent(ospfp);
/illumos-gate/usr/src/man/man3c/
H A DMakefile793 fgetspent.3c \
1804 fgetspent.3c := LINKSRC = getspnam.3c
/illumos-gate/usr/src/lib/libc/port/
H A Dllib-lc546 struct spwd *fgetspent(FILE *f);

Completed in 81 milliseconds