Home
last modified time | relevance | path

Searched refs:c_file (Results 1 – 5 of 5) sorted by relevance

/openbsd-src/gnu/gcc/gcc/
H A Dcollect2.c182 static const char *c_file; /* <xxx>.c for constructor/destructor list. */ variable
279 if (c_file != 0 && c_file[0]) in collect_exit()
280 maybe_unlink (c_file); in collect_exit()
379 if (c_file != 0 && c_file[0]) in handler()
380 maybe_unlink (c_file); in handler()
989 c_file = make_temp_file (".c"); in main()
1262 *c_ptr++ = c_file; in main()
1290 (c_file ? c_file : "not found")); in main()
1337 maybe_unlink (c_file); in main()
1391 maybe_unlink (c_file); in main()
[all …]
/openbsd-src/gnu/llvm/llvm/cmake/modules/
H A DAddOCaml.cmake116 foreach( c_file ${ARG_C} )
117 list(APPEND sources "${c_file}.c")
119 list(APPEND c_inputs "${bin}/${c_file}.c")
120 list(APPEND c_outputs "${bin}/${c_file}${CMAKE_C_OUTPUT_EXTENSION}")
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dcollect2.c211 static const char *c_file; /* <xxx>.c for constructor/destructor list. */ variable
337 if (c_file != 0 && c_file[0])
338 maybe_unlink (c_file);
439 if (c_file != 0 && c_file[0])
440 maybe_unlink (c_file);
1057 c_file = make_temp_file (".c");
1291 *c_ptr++ = c_file;
1319 (c_file ? c_file : "not found"));
1366 maybe_unlink (c_file);
1420 maybe_unlink (c_file);
[all …]
H A DChangeLog.29272 * collect2.c (c_file, o_file, export_file, import_file, ldout,
/openbsd-src/gnu/usr.bin/perl/regen/
H A Dmph.pl56 $self{c_file} ||= $base_name . "_test.c";