Searched refs:getpwent (Results 1 - 21 of 21) sorted by relevance

/illumos-gate/usr/src/lib/libbc/inc/include/
H A Dpwd.h51 extern struct passwd *getpwent();
/illumos-gate/usr/src/lib/nsswitch/compat/
H A DMakefile.com33 OBJECTS = getpwent.o \
/illumos-gate/usr/src/lib/libbc/inc/5include/
H A Dpwd.h72 extern struct passwd *getpwent();
/illumos-gate/usr/src/cmd/getent/
H A Ddogetpw.c46 while ((pwp = getpwent()) != NULL)
/illumos-gate/usr/src/lib/libcmdutils/common/
H A Duid.c56 for (pwd = getpwent(); pwd != NULL; pwd = getpwent()) {
/illumos-gate/usr/src/lib/libadm/common/
H A Dckuid.c70 while (pwdptr = getpwent()) {
93 while (pwdptr = getpwent())
116 pwdptr = getpwent();
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dgetpwnam.c88 getpwent(void) function
/illumos-gate/usr/src/head/
H A Dpwd.h82 extern struct passwd *getpwent(void); /* MT-unsafe */
/illumos-gate/usr/src/cmd/fs.d/nfs/nfsmapid/
H A Dnfsmapid.c237 (void) getpwent();
/illumos-gate/usr/src/lib/libtecla/common/
H A Dhomedir.c351 * There are no reentrant versions of getpwent() etc for scanning
403 while((pwd = getpwent()) != NULL && !waserr) {
/illumos-gate/usr/src/cmd/bnu/
H A Daccount.c199 while ((passent = getpwent()) != NULL){
/illumos-gate/usr/src/cmd/grpck/
H A Dgrpck.c136 while ((pwp = getpwent()) != NULL) {
/illumos-gate/usr/src/cmd/sendmail/include/sm/
H A Dconf.h704 extern struct passwd *getpwent();
1313 extern struct passwd *getpwent();
1619 extern struct passwd *getpwent(), *getpwnam(), *getpwuid();
/illumos-gate/usr/src/cmd/users/
H A Dusers.c74 * getpwent Get next entry from the /etc/passwd file
888 while (pwent = getpwent()) {
/illumos-gate/usr/src/cmd/gss/gsscred/
H A Dgsscred.c276 while ((aUser = getpwent()) != NULL) {
/illumos-gate/usr/src/cmd/csh/
H A Dsh.file.c490 if ((pw = getpwent()) == NULL)
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/
H A Dfinger.c362 while ((pw = getpwent()) != NULL) {
/illumos-gate/usr/src/cmd/logins/
H A Dlogins.c1100 /* Local passwd pointer for getpwent() -- -1 means not in use, NULL for EOF */
1154 while ((pw = getpwent()) != NULL) {
1499 * getpwent() is going out to one or more network name
1594 * duplicates. This does not work when getpwent() is used to
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dasppp2pppd523 while (@pwe = getpwent()) {
/illumos-gate/usr/src/cmd/sendmail/src/
H A Drecipient.c1235 while ((pw = getpwent()) != NULL)
/illumos-gate/usr/src/man/man3c/
H A DMakefile842 getpwent.3c \
1794 getpwent.3c := LINKSRC = getpwnam.3c

Completed in 468 milliseconds