HomeSort by: relevance | last modified time | path
    Searched refs:recipe (Results 1 - 13 of 13) sorted by relevancy

  /src/crypto/external/bsd/openssl.old/dist/Configurations/
unix-Makefile.tmpl 1120 my $recipe;
1123 $recipe .= <<"EOF";
1133 $recipe .= <<"EOF";
1139 $recipe .= <<"EOF";
1150 $recipe .= <<"EOF";
1155 $recipe .= <<"EOF";
1161 return $recipe;
1198 my $recipe = <<"EOF";
1205 $recipe .= <<"EOF";
1214 $recipe .= <<"EOF"
    [all...]
windows-makefile.tmpl 605 my $recipe = <<"EOF";
609 $recipe .= <<"EOF" unless $disabled{makedepend};
612 return $recipe;
  /src/crypto/external/apache2/openssl/dist/util/perl/OpenSSL/Test/
Simple.pm 47 A complete recipe looks like this:
  /src/crypto/external/bsd/openssl/dist/util/perl/OpenSSL/Test/
Simple.pm 47 A complete recipe looks like this:
  /src/crypto/external/bsd/openssl.old/dist/util/perl/OpenSSL/Test/
Simple.pm 47 A complete recipe looks like this:
  /src/external/apache2/llvm/dist/llvm/utils/TableGen/
tdtags 24 or: $SELF [ <options> ] -x recipe [arg ...]
30 -x <recipe> Generate tags file(s) for a common use case:
56 $SELF [ options ] -x recipe [arg ...]
79 -x Run a canned recipe, rather than operate on specified files.
81 name of a recipe, and any further arguments are arguments to
82 that recipe. With no arguments, lists the available recipes.
421 RECIPE="$1"
422 case "$RECIPE" in
440 if [ -n "$RECIPE" ]
443 printf >&2 '%s: Unknown recipe "-x %s". ' "$SELF" "$RECIPE
    [all...]
  /src/crypto/external/apache2/openssl/dist/Configurations/
unix-Makefile.tmpl 1749 my $recipe;
1752 $recipe .= <<"EOF";
1762 $recipe .= <<"EOF";
1767 $recipe .= <<"EOF";
1778 $recipe .= <<"EOF";
1783 $recipe .= <<"EOF";
1789 return $recipe;
1868 my $recipe = '';
1872 $recipe .= <<"EOF";
1878 $recipe .= <<"EOF"
    [all...]
  /src/crypto/external/bsd/openssl/dist/Configurations/
unix-Makefile.tmpl 1671 my $recipe;
1674 $recipe .= <<"EOF";
1684 $recipe .= <<"EOF";
1689 $recipe .= <<"EOF";
1700 $recipe .= <<"EOF";
1705 $recipe .= <<"EOF";
1711 return $recipe;
1788 my $recipe = '';
1792 $recipe .= <<"EOF";
1798 $recipe .= <<"EOF"
    [all...]
windows-makefile.tmpl 876 my $recipe = <<"EOF";
880 $recipe .= <<"EOF" unless $disabled{makedepend};
883 return $recipe;
  /src/crypto/external/bsd/openssl.old/dist/util/perl/OpenSSL/
Test.pm 55 With each test recipe, a parallel data directory with (almost) the same name
56 as the recipe is possible in the source directory tree. For example, for a
57 recipe C<$SRCTOP/test/recipes/99-foo.t>, there could be a directory
86 # A bool saying if we shall stop all testing if the current recipe has failing
118 If it's not used in a OpenSSL test recipe, the rest of the recipe will
158 C<indir> is used to run a part of the recipe in a different directory than
160 The part of the recipe that's run there is given by the codeblock BLOCK.
739 string is to be used directly in a recipe.
863 If defined, it puts testing in a different mode, where a recipe wit
    [all...]
  /src/crypto/external/apache2/openssl/dist/util/perl/OpenSSL/
Test.pm 60 With each test recipe, a parallel data directory with (almost) the same name
61 as the recipe is possible in the source directory tree. For example, for a
62 recipe C<$SRCTOP/test/recipes/99-foo.t>, there could be a directory
91 # A bool saying if we shall stop all testing if the current recipe has failing
123 If it's not used in a OpenSSL test recipe, the rest of the recipe will
167 C<indir> is used to run a part of the recipe in a different directory than
169 The part of the recipe that's run there is given by the codeblock BLOCK.
812 string is to be used directly in a recipe.
948 If defined, it puts testing in a different mode, where a recipe wit
    [all...]
  /src/crypto/external/bsd/openssl/dist/util/perl/OpenSSL/
Test.pm 59 With each test recipe, a parallel data directory with (almost) the same name
60 as the recipe is possible in the source directory tree. For example, for a
61 recipe C<$SRCTOP/test/recipes/99-foo.t>, there could be a directory
90 # A bool saying if we shall stop all testing if the current recipe has failing
122 If it's not used in a OpenSSL test recipe, the rest of the recipe will
166 C<indir> is used to run a part of the recipe in a different directory than
168 The part of the recipe that's run there is given by the codeblock BLOCK.
786 string is to be used directly in a recipe.
922 If defined, it puts testing in a different mode, where a recipe wit
    [all...]
  /src/share/mk/
bsd.prog.mk 506 # Caller has defined their own recipe for the program. It's up to the
516 # Default recipe for the program.

Completed in 30 milliseconds