Lines Matching refs:with

4 # this file except in compliance with the License.  You can obtain a copy
25 pipe with cmdstr
45 "run sometest with output to foo.txt");
59 With each test recipe, a parallel data directory with (almost) the same name
92 # is defined with a non-empty value.
95 # A set of hooks that is affected by with() and may be used in diverse places.
246 Both of these are specific applications of C<cmd>, with just a couple
257 Also, for both C<app> and C<test>, the command may be prefixed with
291 with all the lazy evaluations and all that. The reason for this is that
403 If true, the command will be executed with a perl backtick,
405 If false or not given, the command will be executed with C<system()>,
411 command. This is useful if the output contains lines starting with C<ok >
418 particularly useful together with B<capture>.
424 the function C<with> further down.
467 # The dance we do with $? is the same dance the Unix shells appear to
469 # SIGABRT = 6) will appear to exit with the code 134. We mimic this
470 # to make it easier to compare with a manual run of the command.
624 associated with the test (see L</DESCRIPTION> above).
641 associated with the test (see L</DESCRIPTION> above) and FILENAME is the name
730 =item B<with HASHREF, CODEREF>
732 C<with> will temporarily install hooks given by the HASHREF and then execute
752 sub with {
784 When set to 0, the returned string will be with all decorations, such as a
789 is suitable for display if that is desired (doesn't confuse people with all
922 If defined, it puts testing in a different mode, where a recipe with
1019 # in the build tree, the file name with an added extension is looked for, if
1186 # __wrap_cmd "wraps" CMD (string) with a beginning command that makes sure
1187 # the command gets executed with an appropriate environment. If EXE_SHELL
1209 # with necessary fixups. We might not need that for Windows,
1211 # extension with a perl interpreter, so better be safe.
1228 # __fixup_prg returns a string with the possibly prefixed program path spec.
1239 # with necessary redirections.
1240 # __decorate_cmd returns a list of two strings, one with the command
1287 Richard Levitte E<lt>levitte@openssl.orgE<gt> with assistance and