Searched defs:getpw (Results 1 – 2 of 2) sorted by relevance
168 sub getpw :prototype($) { ($_[0] =~ /^\d+\z/s) ? &getpwuid : &getpwnam } subroutine
1703 * If this is not available, the older getpw() function may be available. function