HomeSort by: relevance | last modified time | path
    Searched refs:output_name (Results 1 - 25 of 77) sorted by relevancy

1 2 3 4

  /src/usr.bin/xlint/common/
emit.c 48 static const char *output_name; variable
55 output_name = name;
65 err(1, "cannot close '%s'", output_name);
  /src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/tools/gbench/
util.py 129 output_name = find_benchmark_flag('--benchmark_out=',
132 if output_name is None:
134 thandle, output_name = tempfile.mkstemp()
137 ['--benchmark_out=%s' % output_name]
145 json_res = load_benchmark_results(output_name)
147 os.unlink(output_name)
  /src/external/apache2/llvm/dist/llvm/utils/benchmark/tools/gbench/
util.py 124 output_name = find_benchmark_flag('--benchmark_out=',
127 if output_name is None:
129 thandle, output_name = tempfile.mkstemp()
132 ['--benchmark_out=%s' % output_name]
140 json_res = load_benchmark_results(output_name)
142 os.unlink(output_name)
  /src/external/gpl2/gmake/dist/
ansi2knr.c 237 char *output_name = 0; local
279 output_name = argv[2];
280 out = fopen(output_name, "w");
283 program_name, output_name);
358 if ( output_name ) {
367 (output_name ? output_name : "stdout"));
  /src/external/gpl2/grep/dist/src/
ansi2knr.c 216 char *output_name = 0; local
258 output_name = argv[2];
259 out = fopen(output_name, "w");
262 program_name, output_name);
337 if ( output_name ) {
346 (output_name ? output_name : "stdout"));
  /src/external/bsd/kyua-testers/dist/
atf_result.c 688 /// \param output_name Path to the generic result file to create.
696 kyua_atf_result_rewrite(const char* input_name, const char* output_name,
717 output_name, success);
727 /// \param output_name Path to the generic result file to create.
735 kyua_atf_result_cleanup_rewrite(const char* output_name, int wait_status,
741 output_name, KYUA_RESULT_BROKEN, "Test case cleanup timed out");
752 output_name, KYUA_RESULT_BROKEN, "Test case cleanup exited "
758 output_name, KYUA_RESULT_BROKEN, "Test case cleanup received "
stacktrace_test.c 162 /// \param output_name Name of the file to which to write the stacktrace.
166 const char* program_name, const char* output_name,
178 FILE* output = fopen(output_name, "w");
182 atf_utils_cat_file(output_name, "dump output: ");
  /src/external/apache2/llvm/dist/llvm/tools/gold/
gold-plugin.cpp 125 static std::string output_name = ""; variable
355 output_name = tv->tv_u.tv_string;
922 getOutputFileName(output_name, /* TempOutFile */ false, TaskFilename,
933 check(Conf.addSaveTemps(output_name + ".",
1074 Filename = output_name + ".lto.o";
1076 Filename = output_name;
1157 std::error_code EC = sys::fs::remove(output_name);
1159 message(LDPL_ERROR, "Failed to delete '%s': %s", output_name.c_str(),
  /src/external/gpl3/gcc.old/dist/gcc/
tree-ssa-propagate.cc 214 tree output_name = NULL_TREE; local
227 output_name = gimple_phi_result (stmt);
230 val = visit_stmt (stmt, &taken_edge, &output_name);
237 edges coming out of OUTPUT_NAME. */
238 if (output_name)
239 add_ssa_edge (output_name);
256 out of OUTPUT_NAME. */
257 if (output_name)
258 add_ssa_edge (output_name);
lto-wrapper.cc 1921 char *output_name = NULL; local
1947 output_name = &input_name[1];
1957 output_names[nr-1] = output_name;
1989 char *output_name; local
1999 output_name = XOBFINISH (&env_obstack, char *);
2011 argv_ptr[3] = output_name;
2016 fprintf (mstream, "%s:\n\t@%s ", output_name, new_argv[0]);
2041 output_names[i] = output_name;
  /src/external/gpl3/gcc/dist/gcc/
tree-ssa-propagate.cc 205 tree output_name = NULL_TREE; local
218 output_name = gimple_phi_result (stmt);
221 val = visit_stmt (stmt, &taken_edge, &output_name);
228 edges coming out of OUTPUT_NAME. */
229 if (output_name)
230 add_ssa_edge (output_name);
247 out of OUTPUT_NAME. */
248 if (output_name)
249 add_ssa_edge (output_name);
lto-wrapper.cc 1947 char *output_name = NULL; local
1973 output_name = &input_name[1];
1983 output_names[nr-1] = output_name;
2015 char *output_name; local
2025 output_name = XOBFINISH (&env_obstack, char *);
2037 argv_ptr[3] = output_name;
2042 fprintf (mstream, "%s:\n\t@%s ", output_name, new_argv[0]);
2067 output_names[i] = output_name;
  /src/external/bsd/pcc/dist/pcc/cc/driver/
driver.c 252 output_name(const char *file, const char *new_suffix, int counter, int last) function
343 out = output_name(file, suffix, counter,
371 out = output_name(file, suffix, counter, last_phase == ASSEMBLE);
391 out = output_name(file, ".o", counter, last_phase == COMPILE);
  /src/external/bsd/pcc/dist/pcc/driver/
path.c 98 output_name(const char *file, const char *new_suffix, int counter, int last) function
  /src/external/bsd/kyua-cli/dist/cli/
cmd_report_html.cpp 222 /// \param output_name The name of the output file. This is a basename to
229 const std::string& output_name) const
234 const fs::path output_path(_directory / output_name);
  /src/external/gpl3/binutils/dist/ld/
testplug.c 119 static const char *output_name; variable
437 output_name = tv->tv_u.tv_string;
testplug3.c 119 static const char *output_name; variable
367 output_name = tv->tv_u.tv_string;
testplug2.c 119 static const char *output_name; variable
388 output_name = tv->tv_u.tv_string;
testplug4.c 119 static const char *output_name; variable
388 output_name = tv->tv_u.tv_string;
  /src/external/gpl3/binutils.old/dist/ld/
testplug.c 120 static const char *output_name; variable
438 output_name = tv->tv_u.tv_string;
testplug3.c 120 static const char *output_name; variable
368 output_name = tv->tv_u.tv_string;
testplug2.c 120 static const char *output_name; variable
389 output_name = tv->tv_u.tv_string;
testplug4.c 120 static const char *output_name; variable
389 output_name = tv->tv_u.tv_string;
  /src/external/gpl3/binutils/dist/binutils/
objcopy.c 3695 char *output_name;
3718 output_name = concat (dir, "/", element_name, (char *) 0);
3721 if (stat (output_name, &buf) >= 0)
3723 char * tmpdir = make_tempdir (output_name);
3725 free (output_name);
3740 output_name = concat (tmpdir, "/", element_name, (char *) 0);
3753 l->name = output_name;
3764 output_element = bfd_openw (output_name, output_target);
3766 output_element = bfd_openw (output_name, bfd_get_target (this_element));
3770 bfd_nonfatal_message (output_name, NULL, NULL, NULL)
3693 char *output_name; local
    [all...]
  /src/external/gpl3/binutils.old/dist/binutils/
objcopy.c 3690 char *output_name;
3713 output_name = concat (dir, "/", element_name, (char *) 0);
3716 if (stat (output_name, &buf) >= 0)
3718 char * tmpdir = make_tempdir (output_name);
3720 free (output_name);
3735 output_name = concat (tmpdir, "/", element_name, (char *) 0);
3748 l->name = output_name;
3764 output_element = bfd_openw (output_name, output_target);
3766 output_element = bfd_openw (output_name, bfd_get_target (this_element));
3770 bfd_nonfatal_message (output_name, NULL, NULL, NULL)
3688 char *output_name; local
    [all...]

Completed in 85 milliseconds

1 2 3 4