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

/osnet-11/usr/src/lib/nsswitch/compat/
H A DMakefile.com30 OBJECTS = getpwent.o \
/osnet-11/usr/src/lib/libadm/common/
H A Dckuid.c70 while (pwdptr = getpwent()) {
93 while (pwdptr = getpwent())
116 pwdptr = getpwent();
/osnet-11/usr/src/lib/libc/port/gen/
H A Dgetpwnam.c88 getpwent(void) function
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/op/
H A Dtaint.t592 if (eval { setpwent(); getpwent() }) {
594 my @getpwent = getpwent();
595 die "getpwent: $!\n" unless (@getpwent);
596 test 142,( not tainted $getpwent[0]
597 and tainted $getpwent[1]
598 and not tainted $getpwent[2]
599 and not tainted $getpwent[3]
600 and not tainted $getpwent[
[all...]
H A Dpwent.t169 my $pw = scalar getpwent();
179 my ($pw) = (getpwent());
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/t/
H A DFunctions.t148 getgrgid, getgrnam, getlogin, getpwent, getpwnam,
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dreentr.c446 retptr = getpwent(); break;
H A Dpp_sys.c84 #ifndef getpwent
85 struct passwd *getpwent (void);
5252 pwent = getpwent();
5257 DIE(aTHX_ PL_no_func, "getpwent");
5396 DIE(aTHX_ PL_no_func, "getpwent");
H A Dconfig_h.SH1766 * This symbol, if defined, indicates that the getpwent routine is
3819 * is available to getpwent re-entrantly.
/osnet-11/usr/src/cmd/sendmail/include/sm/
H A Dconf.h707 extern struct passwd *getpwent();
1322 extern struct passwd *getpwent();
1628 extern struct passwd *getpwent(), *getpwnam(), *getpwuid();
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Safe/t/
H A Dsafeops.t406 gpwent getpwent
/osnet-11/usr/src/cmd/sendmail/src/
H A Drecipient.c1235 while ((pw = getpwent()) != NULL)

Completed in 81 milliseconds