Searched refs:temp_filename_length (Results 1 – 2 of 2) sorted by relevance
1949 static int temp_filename_length; variable4766 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 …]
2345 static int temp_filename_length; variable5434 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 …]