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

/opensolaris-onvv-gate/usr/src/common/exacct/
H A Dexacct_core.c476 ea_size_t placeholder = 0; local
569 exacct_order64(&placeholder);
571 &placeholder, sizeof (ea_size_t));
572 exacct_order64(&placeholder);
/opensolaris-onvv-gate/usr/src/uts/common/inet/ip/
H A Dip_sadb.c788 mblk_t *placeholder; local
824 placeholder = msgpullup(data_mp, -1);
825 if (placeholder == NULL) {
834 data_mp = placeholder;
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Filter/
H A DSimple.pm109 local $placeholder = qr/\Q$;\E(?:\C{4})\Q$;\E/;
603 regex, POD, and __DATA__ section with a placeholder. The
604 delimiters of this placeholder are the contents of the C<$;> variable
611 provides a package variable (C<$Filter::Simple::placeholder>) that contains
612 a pre-compiled regex that matches any placeholder. Placeholders can be
617 placeholder with the corresponding original component.
626 FILTER_ONLY code => sub { my $ph = $Filter::Simple::placeholder;
/opensolaris-onvv-gate/usr/src/lib/libresolv2/common/isc/
H A Deventlib_p.h175 struct { const void *placeholder; } null; member in struct:evEvent_p::__anon4228::__anon4235
/opensolaris-onvv-gate/usr/src/cmd/fs.d/autofs/
H A Dautod_mount.c584 char *placeholder; local
589 while (p = (char *)strtok_r(pb, ",", &placeholder)) {
H A Dautod_parse.c684 char *placeholder; local
689 while (p = (char *)strtok_r(pb, ",", &placeholder)) {
1210 char *placeholder; local
1231 while ((opt = strtok_r(opts, ",", &placeholder)) != NULL) {
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Storable/t/
H A Ddowngrade.t35 @RESTRICT_TESTS = ('Locked hash', 'Locked hash placeholder',
36 'Locked keys', 'Locked keys placeholder',
169 $hash = thaw_hash ('Locked hash placeholder', \%R_HASH);
175 $hash = thaw_hash ('Locked keys placeholder', \%R_HASH);
183 $hash = thaw_hash ('Locked hash placeholder', \%R_HASH);
187 $hash = thaw_hash ('Locked keys placeholder', \%R_HASH);
191 thaw_fail ('Locked hash placeholder', $RESTRICTED_CROAK);
193 thaw_fail ('Locked keys placeholder', $RESTRICTED_CROAK);
275 begin 101 Locked hash placeholder
285 begin 101 Locked keys placeholder
[all...]
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DSwitch.pm377 my $placeholder = bless { arity=>1, impl=>sub{$_[1+$_[0]]} };
379 sub __() { $placeholder }
802 overcome this, when importing Switch.pm, a special "placeholder"
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Data/Dumper/
H A DDumper.pm389 carp "Encountered CODE ref, using dummy placeholder" if $s->{purity};
1187 in mind that the anonymous sub that gets created is just a placeholder.
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Storable/
H A DStorable.pm566 silently discarding any placeholder keys and leaving the keys and

Completed in 212 milliseconds