Searched refs:quoted_file_exists (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/gnu/usr.bin/gcc/gcc/fixinc/
H A Dfixincl.c701 quoted_file_exists Make sure that a file exists before we emit
705 static int quoted_file_exists PARAMS ((const char *, const char *, const char *));
707 quoted_file_exists (pz_src_path, pz_file_path, pz_file) function
786 if (quoted_file_exists (pz_src_dir, pz_fixed_file, pz_incl_quot))
/openbsd-current/gnu/gcc/fixincludes/
H A Dfixincl.c667 quoted_file_exists Make sure that a file exists before we emit
672 quoted_file_exists (const char* pz_src_path, function
748 if (quoted_file_exists (pz_src_dir, pz_fixed_file, pz_incl_quot))

Completed in 119 milliseconds