Searched defs:getpw (Results 1 - 2 of 2) sorted by relevance

/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
/osnet-11/usr/src/lib/libc/port/gen/
H A Dgetpw.c48 getpw(uid_t uid, char buf[]) function

Completed in 39 milliseconds