Home | History | Annotate | Download | only in OpenSSL

Lines Matching defs:with

4 # this file except in compliance with the License.  You can obtain a copy
24 pipe with cmdstr quotify
41 "run sometest with output to foo.txt");
55 With each test recipe, a parallel data directory with (almost) the same name
88 # is defined with a non-empty value.
91 # A set of hooks that is affected by with() and may be used in diverse places.
247 Both of these are specific applications of C<cmd>, with just a couple
258 Also, for both C<app> and C<test>, the command may be prefixed with
292 with all the lazy evaluations and all that. The reason for this is that
404 If true, the command will be executed with a perl backtick, and C<run> will
406 the command will be executed with C<system()>, and C<run> will return 1 if
412 command. This is useful if the output contains lines starting with C<ok >
419 particularly useful together with B<capture>.
424 the function C<with> further down.
462 # The dance we do with $? is the same dance the Unix shells appear to
464 # SIGABRT = 6) will appear to exit with the code 134. We mimic this
465 # to make it easier to compare with a manual run of the command.
614 associated with the test (see L</DESCRIPTION> above).
631 associated with the test (see L</DESCRIPTION> above) and FILENAME is the name
683 =item B<with HASHREF, CODEREF>
685 C<with> will temporarily install hooks given by the HASHREF and then execute
705 sub with {
737 When set to 0, the returned string will be with all decorations, such as a
742 is suitable for display if that is desired (doesn't confuse people with all
863 If defined, it puts testing in a different mode, where a recipe with
945 # in the build tree, the file name with an added extension is looked for, if
1102 # __wrap_cmd "wraps" CMD (string) with a beginning command that makes sure
1103 # the command gets executed with an appropriate environment. If EXE_SHELL
1131 # __fixup_prg returns a string with the possibly prefixed program path spec.
1158 # with necessary redirections.
1159 # __decorate_cmd returns a list of two strings, one with the command
1203 Richard Levitte E<lt>levitte@openssl.orgE<gt> with assistance and