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

/osnet-11/usr/src/lib/efcode/packages/
H A DMakefile.com28 OBJECTS = populate.o parse.o memalloc.o
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Tie/File/t/
H A D05_size.t53 populate();
58 populate();
63 populate();
68 populate();
73 populate();
90 # because these tests were all done with an empty cache. populate()
92 sub populate { subroutine
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/File/
H A Dstat.pm35 sub populate (@) { subroutine
45 sub lstat ($) { populate(CORE::lstat(shift)) }
49 my $st = populate(CORE::stat $arg);
59 return populate(CORE::stat $fh);
127 and for C<_> to explicitly populate the object using the unexported
128 and undocumented populate() function with CORE::stat():
130 my $stat_obj = File::stat::populate(CORE::stat(_));
H A Dstat.t86 isn't( $!, '', 'should populate $!, given invalid file' );
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Net/
H A Dprotoent.pm25 sub populate (@) { subroutine
34 sub getprotoent ( ) { populate(CORE::getprotoent()) }
35 sub getprotobyname ($) { populate(CORE::getprotobyname(shift)) }
36 sub getprotobynumber ($) { populate(CORE::getprotobynumber(shift)) }
H A Dservent.pm26 sub populate (@) { subroutine
36 sub getservent ( ) { populate(CORE::getservent()) }
37 sub getservbyname ($;$) { populate(CORE::getservbyname(shift,shift||'tcp')) }
38 sub getservbyport ($;$) { populate(CORE::getservbyport(shift,shift||'tcp')) }
H A Dhostent.pm33 sub populate (@) { subroutine
45 sub gethostbyname ($) { populate(CORE::gethostbyname(shift)) }
52 populate(CORE::gethostbyaddr($addr, $addrtype))
H A Dnetent.pm29 sub populate (@) { subroutine
39 sub getnetbyname ($) { populate(CORE::getnetbyname(shift)) }
46 populate(CORE::getnetbyaddr($net, $addrtype))
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/User/
H A Dgrent.pm26 sub populate (@) { subroutine
34 sub getgrent ( ) { populate(CORE::getgrent()) }
35 sub getgrnam ($) { populate(CORE::getgrnam(shift)) }
36 sub getgrgid ($) { populate(CORE::getgrgid(shift)) }
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Time/
H A Dgmtime.pm22 sub populate (@) { subroutine
33 sub gmtime (;$) { populate CORE::gmtime(@_ ? shift : time)}
H A Dlocaltime.pm22 sub populate (@) { subroutine
33 sub localtime (;$) { populate CORE::localtime(@_ ? shift : time)}
/osnet-11/usr/src/cmd/perl/contrib/Sun/Solaris/Exacct/Catalog/
H A DCatalog.xs182 # Define the stash pointers if required and create and populate @_Constants.
/osnet-11/usr/src/cmd/perl/contrib/Sun/Solaris/Exacct/File/
H A DFile.xs23 # Define the stash pointers if required and create and populate @_Constants.
/osnet-11/usr/src/cmd/perl/contrib/Sun/Solaris/Exacct/
H A DExacct.xs421 # Define the stash pointers if required and create and populate @_Constants.
/osnet-11/usr/src/cmd/perl/contrib/Sun/Solaris/Exacct/Object/
H A DObject.xs176 # Define the stash pointers if required and create and populate @_Constants.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/B/B/
H A DConcise.pm1181 styles, and optionally by adding callback routines which populate new
1220 define a callback subroutine that will populate (or modify) those
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Storable/
H A DStorable.pm694 It is up to you to use this information to populate I<obj> the way you want.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DMemoize.pm689 can forcibly populate the cache by constructing a batch program that
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A DMakeMaker.pm2375 populate CPAN with module meta-data. If you wish to shut this feature

Completed in 68 milliseconds