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

/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/User/
H A Dpwent.pm131 sub _populate (@) { subroutine
172 sub getpwent ( ) { _populate(CORE::getpwent()) }
173 sub getpwnam ($) { _populate(CORE::getpwnam(shift)) }
174 sub getpwuid ($) { _populate(CORE::getpwuid(shift)) }

Completed in 47 milliseconds