Searched refs:after (Results 76 - 100 of 131) sorted by relevance

123456

/osnet-11/usr/src/lib/libshell/common/sh/
H A Dxec.c2375 struct tms before,after; local
2425 times(&after);
2430 at = times(&after) - bt;
2446 tm[1] = after.tms_utime - before.tms_utime;
2447 tm[1] += after.tms_cutime - before.tms_cutime;
2448 tm[2] = after.tms_stime - before.tms_stime;
2449 tm[2] += after.tms_cstime - before.tms_cstime;
2878 * Currently shell tries after 2,4,8,16, and 32 seconds and then quits
2893 * called by parent and child after fork by sh_fork()
H A Dpath.c1373 clock_t after; local
1377 after = times(&buffer);
1380 sabuf.ac_etime = compress( (time_t)(after-before));
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Net/
H A DNNTP.pm855 groups return will be limited to those created after C<SINCE> and, if
865 after C<SINCE>, that are in a groups which matched C<GROUPS> and a
1029 represents all messages in the group after the first message number.
H A DCmd.pm738 the server after issuing a commmand that expects data to be written.
H A DSMTP.pm671 Reset the status of the server. This may be called after a message has been
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DChecker.pm140 There is no specification of the formatter after the C<=for> command.
187 =item * Spurious text after =pod / =cut
191 =item * Spurious character(s) after =back
909 -msg => "Spurious character(s) after =back" });
997 # -msg => "Spurious character(s) after =end" });
1021 -msg => "Spurious text after =$cmd"});
H A DLaTeX.pm512 file after the document has been processed.
796 User supplied C<latex> postamble. Added after the pod translation
799 If set, the contents will be prepended to the output file after the translated
1000 # Replace characters that can only be done after
1606 # Must be done after escape of \ since this command adds latex escapes
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DAutoSplit.pm79 delete obsolete C<.al> files, after checking first that the module does use
162 # $file - the perl source file to be split (after __END__)
386 # letters in them will get their .al files deleted right after they're
H A DMemoize.pm665 after the program exits. This is the default.
676 persists after your program has exited. See C<perltie> for more
686 whose name is in C<$filename>. The cache will persist after the
837 every time you call it after that.
H A Dbigint.pm233 integer. Negative values mean a fixed number of digits after the dot, and
H A Dconstant.pm257 until I<after> the C<use> statement is finished.
H A Ddiagnostics.pm134 to be honored, but only after the diagnostics::splainthis() function
H A Doverload.pm855 would change the data referenced by $b too. Effectively, after
1265 after the first line of wrap(). This is not a most effective
1327 and the numeric value of $c becomes 5. However, after calling
1424 immediately after tie()ing, so that after this call the I<previous> class
H A DDB.pm18 # them right after a C<require DB;>
99 # since this is done late, $DB::filename will be "wrong" after
165 use strict; # this can run only after DB() and sub() are defined
180 # Client callable (read inheritable) methods defined after this point
761 Called after debug API inits itself.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/File/
H A DCopy.pm382 associated with an old version of that file after C<rmscopy>
H A DFind.pm60 C<&wanted> function for a directory I<after> invoking it for the
94 called after C<readdir()>, but before the loop that calls the C<wanted()>
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Filter/
H A DSimple.pm411 or C<FILTER> (just remember: there's I<no> comma after the initial block when
659 be invoked immediately after any filter you install.
697 Immediately after the filter has been applied to the source,
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A DMakeMaker.pm1230 is to build extensions after you have run 'make install' on perl
1932 Name of the script that gets executed by the Perl Package Manager after
1956 at a later time, e.g. after an unsuccessful B<make test> of your module.
2039 B<after> the eval() will be assigned to the VERSION attribute of the
2061 contains the correct VERSION macro after any change of the file, you
2245 The hintsfile is eval()ed immediately after the arguments given to
H A DMM_Unix.pm650 POSTOP extra commands to run after
659 just after CI is run
1777 You cannot build extensions below the perl source tree after executing
2002 # INST_LIB typically pre-set if building an extension after
2266 # as well. We look if a directory exists that is named after the
3285 within Makefile.PL after all constants have been defined.
3296 chunk of text to the Makefile after the object is initialized.
H A DMM_Any.pm782 linker command line I<after> the external libraries to be linked to
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Getopt/
H A DLong.pm1351 Options can have values, the value is placed after the option
1429 A negatable option is specified with an exclamation mark C<!> after the
1441 An incremental option is specified with a plus C<+> after the
1795 this by appending an C<@> or C<%> sign after the type:
2251 first argument (or the first argument after a leading hash reference
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Unicode/
H A DCollate.pm1251 (the normalization is executed after preprocess).
1259 C<normalization> is performed after C<preprocess> (if defined).
1269 e.g. even if C<A-ring> (and C<A-ring-cedilla>) is ordered after C<Z>,
/osnet-11/usr/src/lib/libc/capabilities/sun4v/common/
H A Dmemcpy.s1704 add %o1, %o5, %o1 ! advance %o1 to after blocks
1815 add %o1, %o5, %o1 ! advance %o1 to after blocks
2084 add %o1, %o5, %o1 ! advance %o1 to after multiple of 8
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Filter/Util/Call/
H A DCall.pm279 It is I<very> important to check the value of C<$status> after I<every>
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/IO/lib/IO/
H A DHandle.pm194 change the buffer before any I/O, or immediately after calling flush.

Completed in 140 milliseconds

123456