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

  /src/external/bsd/zstd/dist/tests/gzip/
help-version.sh 127 tmp_out=out-$$
243 rm -rf $tmp_in $tmp_in2 $tmp_dir $tmp_out $bigZ_in $zin $zin2
261 if eval "env \$i $args < \$tmp_in > \$tmp_out"; then
267 rm -rf $tmp_in $tmp_in2 $tmp_out $tmp_dir
  /src/external/gpl3/gcc.old/dist/gcc/
rtl-tests.cc 67 named_temp_file tmp_out (".rtl");
68 FILE *outfile = fopen (tmp_out.get_filename (), "w");
73 char *dump = read_file (SELFTEST_LOCATION, tmp_out.get_filename ());
function-tests.cc 665 named_temp_file tmp_out (".rtl");
666 FILE *outfile = fopen (tmp_out.get_filename (), "w");
670 char *dump = read_file (SELFTEST_LOCATION, tmp_out.get_filename ());
  /src/external/gpl3/gcc/dist/gcc/
rtl-tests.cc 67 named_temp_file tmp_out (".rtl");
68 FILE *outfile = fopen (tmp_out.get_filename (), "w");
73 char *dump = read_file (SELFTEST_LOCATION, tmp_out.get_filename ());
function-tests.cc 649 named_temp_file tmp_out (".rtl");
650 FILE *outfile = fopen (tmp_out.get_filename (), "w");
654 char *dump = read_file (SELFTEST_LOCATION, tmp_out.get_filename ());
  /src/external/bsd/unbound/dist/util/
net_help.c 1181 unsigned char* tmp_out; local
1183 ret = SSL_select_next_proto(&tmp_out, outlen, alpns, sizeof(alpns), in, inlen);
1190 *out = tmp_out;
  /src/external/bsd/nsd/dist/
server.c 2133 unsigned char* tmp_out; local
2135 SSL_select_next_proto(&tmp_out, outlen, alpns, sizeof(alpns), in, inlen);
2136 *out = tmp_out;

Completed in 40 milliseconds