Searched refs:before (Results 1 - 25 of 129) sorted by relevance

123456

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Attribute/Handlers/demo/
H A Ddemo4.pl9 sub foo : Purpose(to foo all data before barring it) { }
/osnet-11/usr/src/lib/libc/capabilities/sun4u/common/
H A Dmemset.s63 mov %o0, %o5 ! copy sp1 before using it
/osnet-11/usr/src/lib/libresolv2/include/isc/
H A Dlist.h88 #define INSERT_BEFORE(list, before, elt, link) \
91 if ((before)->link.prev == NULL) \
94 (elt)->link.prev = (before)->link.prev; \
95 (before)->link.prev = (elt); \
97 (elt)->link.next = (before); \
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/DBM_Filter/
H A Dcompress.pm38 This DBM filter will compress all data before it is written to the database
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A Dtestlib.pm30 After an extension has been built and before it is installed it may be
/osnet-11/usr/src/lib/libc/capabilities/sun4u-opl/common/
H A Dmemset.s66 mov %o0, %o5 ! copy sp1 before using it
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/CGI/t/
H A Dautoescape.t12 my $before = escapeHTML("test<");
17 is($before, "test&lt;", "reality check escapeHTML");
19 is ($before, $after, "passing undef to autoEscape doesn't break escapeHTML");
23 $before = escapeHTML("test<");
27 is ($before, $after, "passing 0 to autoEscape doesn't break escapeHTML");
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/attrs/
H A Dattrs.pm46 argument before execution. When set on a non-method subroutine,
47 perl ensures that a lock is taken on the subroutine itself before
/osnet-11/usr/src/grub/grub-0.97/stage2/
H A Dsmp-imps.h20 #error Must include "apic.h" before "smp-imps.h"
191 * Call this during the early stages of OS startup, before memory can
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DPlainer.pm53 This can be used to pre-process Pod before using tools which do not
H A DParseUtils.pm85 have been set before by either specifying B<-file> in the B<new()>
98 This must have been set before by either specifying B<-start> in the
112 in C<=over n>. This must have been set before by either specifying
127 This must have been set before by either specifying
144 This must have been set before by either specifying
179 This must have been set before by either specifying
195 This must have been set before by either specifying
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dsubs.pm18 even before they're declared.
H A Dfields.pm222 B<Only valid for perl before 5.9.0:>
239 B<Only valid for perls before 5.9.0:>
254 B< perl before 5.9.0: > fields::new() creates and blesses a
280 B< before perl 5.9.0: >
H A Dsort.pm107 arrays before sorting.
157 expect, because I<both> pragmas take effect at compile time, before
179 Reset to default options before selecting other subpragmas
H A Dbase.pm209 base I<before> you declare any of your own fields.
H A Dstrict.pm128 compound identifier (e.g. C<Foo::Bar>) as a hash key (before C<< => >> or
/osnet-11/usr/src/lib/libc/i386/gen/
H A Dmemset.s47 orl %edx,%eax / get introduced as before
/osnet-11/usr/src/lib/libc/sparc/gen/
H A Dmemset.s56 mov %o0, %o5 ! copy sp before using it
/osnet-11/usr/src/lib/libcmd/common/
H A Dchgrp.c52 "[b:before?Only change files with \bctime\b before (less than) the "
242 unsigned long before; local
251 before = ~0;
277 before = st.st_mtime;
410 if ((unsigned long)ent->fts_statp->st_ctime >= before)
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Devel/
H A DSelfStubber.pm14 # would print out stubs needed if you added a __DATA__ before the subs.
16 # module with the stubs entered just before the __DATA__
103 before the __DATA__ token (or you can get it to print the entire
139 before the __DATA__ token. This can be done manually, but this
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/op/
H A Dfork.t270 print "parent before: " . `$getenv`;
275 print "child before: " . `$getenv`;
280 child before: foo
282 parent before: foo
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/IO/lib/IO/Socket/
H A DINET.pm196 # my $before = time() if $timeout;
208 # my $new_timeout = $timeout - (time() - $before);
317 ReuseAddr Set SO_REUSEADDR before binding
318 Reuse Set SO_REUSEADDR before binding (deprecated, prefer ReuseAddr)
319 ReusePort Set SO_REUSEPORT before binding
320 Broadcast Set SO_BROADCAST before binding
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Search/
H A DDict.pm46 transform the lines read from the filehandle before their comparison.
/osnet-11/usr/src/lib/libc/capabilities/sun4v-fjathena/common/
H A Dmemset.s73 mov %o0, %o5 ! copy sp1 before using it
/osnet-11/usr/src/lib/libpp/common/
H A Dppop.c324 * NOTE: PP_INIT must be done before the first pplex() call
360 goto before;
452 goto before;
592 goto before;
1192 goto before;
1205 goto before;
1249 goto before;
1300 goto before;
1397 goto before;
1490 goto before;
[all...]

Completed in 76 milliseconds

123456