Searched refs:getpw (Results 1 - 9 of 9) sorted by relevance

/osnet-11/usr/src/lib/libc/port/gen/
H A Dgetpw.c48 getpw(uid_t uid, char buf[]) function
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/User/
H A Dpwent.pm15 @EXPORT = qw(getpwent getpwuid getpwnam getpw);
175 sub getpw ($) { ($_[0] =~ /^\d+\z/s) ? &getpwuid : &getpwnam } subroutine
184 User::pwent - by-name interface to Perl's built-in getpw*() functions
208 $pw = getpw($whoever);
233 The getpw() function is a simple front-end that forwards
H A Dgrent.pm79 The getpw() function is a simple front-end that forwards
/osnet-11/usr/src/lib/libc/i386/
H A DMakefile.com426 getpw.o \
/osnet-11/usr/src/lib/libc/sparc/
H A DMakefile.com456 getpw.o \
/osnet-11/usr/src/lib/libc/sparcv9/
H A DMakefile.com420 getpw.o \
/osnet-11/usr/src/lib/libc/amd64/
H A DMakefile397 getpw.o \
/osnet-11/usr/src/lib/libc/port/
H A Dllib-lc548 /* getpw.c */
549 int getpw(uid_t uid, char *buf);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dconfig_h.SH1768 * If this is not available, the older getpw() function may be available.

Completed in 52 milliseconds