Home
last modified time | relevance | path

Searched refs:temp_filename_length (Results 1 – 2 of 2) sorted by relevance

/dragonfly/contrib/gcc-4.7/gcc/
HDgcc.c1949 static int temp_filename_length; variable
4766 temp_filename_length in do_spec_1()
4768 tmp = (char *) alloca (temp_filename_length); in do_spec_1()
4773 temp_filename_length + 1); in do_spec_1()
4775 temp_filename_length); in do_spec_1()
4792 temp_filename_length = basename_length + suffix_length + 1; in do_spec_1()
4793 tmp = (char *) alloca (temp_filename_length); in do_spec_1()
4832 temp_filename_length + 1); in do_spec_1()
4834 temp_filename_length); in do_spec_1()
4870 temp_filename_length = strlen (temp_filename); in do_spec_1()
[all …]
/dragonfly/contrib/gcc-8.0/gcc/
HDgcc.c2345 static int temp_filename_length; variable
5434 temp_filename_length in do_spec_1()
5436 tmp = (char *) alloca (temp_filename_length); in do_spec_1()
5443 temp_filename_length); in do_spec_1()
5460 temp_filename_length = basename_length + suffix_length + 1; in do_spec_1()
5461 tmp = (char *) alloca (temp_filename_length); in do_spec_1()
5501 temp_filename_length - 1); in do_spec_1()
5503 temp_filename_length); in do_spec_1()
5539 temp_filename_length = strlen (temp_filename); in do_spec_1()
5541 t->filename_length = temp_filename_length; in do_spec_1()
[all …]