Searched refs:c_file (Results 1 – 2 of 2) sorted by relevance
202 static const char *c_file; /* <xxx>.c for constructor/destructor list. */ variable390 if (c_file != 0 && c_file[0]) in collect_atexit()391 maybe_unlink (c_file); in collect_atexit()446 if (c_file != 0 && c_file[0]) in handler()447 maybe_unlink (c_file); in handler()1343 c_file = make_temp_file (".c"); in main()1685 *c_ptr++ = c_file; in main()1721 (c_file ? c_file : "not found")); in main()1777 maybe_unlink (c_file); in main()1849 maybe_unlink (c_file); in main()[all …]
206 static const char *c_file; /* <xxx>.c for constructor/destructor list. */ variable385 if (c_file != 0 && c_file[0]) in tool_cleanup()386 maybe_unlink (c_file); in tool_cleanup()1206 c_file = make_temp_file (".c"); in main()1581 *c_ptr++ = c_file; in main()1617 (c_file ? c_file : "not found")); in main()1673 maybe_unlink (c_file); in main()1745 maybe_unlink (c_file); in main()1755 outf = fopen (c_file, "w"); in main()1757 fatal_error (input_location, "fopen %s: %m", c_file); in main()[all …]