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

/opensolaris-onvv-gate/usr/src/lib/efcode/packages/
H A DMakefile.com28 OBJECTS = populate.o parse.o memalloc.o
/opensolaris-onvv-gate/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
/opensolaris-onvv-gate/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' );
/opensolaris-onvv-gate/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))
/opensolaris-onvv-gate/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)) }
/opensolaris-onvv-gate/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)}
/opensolaris-onvv-gate/usr/src/cmd/fs.d/cachefs/common/
H A Dstats_log.c344 struct cachefs_log_populate_record populate; local
684 if ((! xdr_int(xdrs, &populate.error)) ||
685 (! xdr_int(xdrs, (int *)&populate.time)) ||
686 (! xdr_opaque(xdrs, (caddr_t)&populate.vfsp,
687 sizeof (populate.vfsp))) ||
688 (! xdr_opaque(xdrs, (caddr_t)&populate.fid,
689 sizeof (populate.fid))) ||
691 (u_longlong_t *)&populate.fileno)) ||
692 (! xdr_u_longlong_t(xdrs, (u_longlong_t *)&populate.off)) ||
693 (! xdr_u_int(xdrs, &populate
[all...]
/opensolaris-onvv-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Exacct/Catalog/
H A DCatalog.xs182 # Define the stash pointers if required and create and populate @_Constants.
/opensolaris-onvv-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Exacct/File/
H A DFile.xs23 # Define the stash pointers if required and create and populate @_Constants.
/opensolaris-onvv-gate/usr/src/tools/
H A DREADME.tools29 package in $(PKGARCHIVE). Installing that package will populate the
/opensolaris-onvv-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Exacct/
H A DExacct.xs421 # Define the stash pointers if required and create and populate @_Constants.
/opensolaris-onvv-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Exacct/Object/
H A DObject.xs176 # Define the stash pointers if required and create and populate @_Constants.
/opensolaris-onvv-gate/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
/opensolaris-onvv-gate/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.
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DMemoize.pm689 can forcibly populate the cache by constructing a batch program that
/opensolaris-onvv-gate/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
/opensolaris-onvv-gate/usr/src/uts/sun4v/io/
H A Dvdc.c2882 DMSG(vdcp, 0, "[%d] Cannot populate mem handle\n",
2960 * then we just try to populate the descriptor ring once.
3157 DTRACE_PROBE2(populate, int, vdcp->instance,

Completed in 187 milliseconds