Home
last modified time | relevance | path

Searched refs:quoted_file_exists (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/fixincludes/
H A Dfixincl.c693 quoted_file_exists (const char* pz_src_path, in quoted_file_exists() function
769 if (quoted_file_exists (pz_src_dir, pz_fixed_file, pz_incl_quot)) in extract_quoted_files()
/netbsd-src/external/gpl3/gcc.old/dist/fixincludes/
H A Dfixincl.c693 quoted_file_exists (const char* pz_src_path, in quoted_file_exists() function
769 if (quoted_file_exists (pz_src_dir, pz_fixed_file, pz_incl_quot)) in extract_quoted_files()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-19997264 * fixinc/fixincl.c (main, quoted_file_exists, extract_quoted_files):
14642 * fixinc/fixincl.c(quoted_file_exists): new procedure to ensure that
H A DChangeLog-20001924 (quoted_file_exists): Likewise, and constify parameters.