Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/fixincludes/
Dfixincl.c748 char *pz_incl_quot = pz_data; in extract_quoted_files() local
763 pz_incl_quot += p_re_match->rm_so; in extract_quoted_files()
766 while (*pz_incl_quot != '"') in extract_quoted_files()
767 pz_incl_quot++; in extract_quoted_files()
769 if (quoted_file_exists (pz_src_dir, pz_fixed_file, pz_incl_quot)) in extract_quoted_files()
774 pz_dir_end = pz_incl_quot; in extract_quoted_files()
777 while (*pz_incl_quot != '"') in extract_quoted_files()
778 putc (*pz_incl_quot++, stdout); in extract_quoted_files()
791 if (xregexec (&incl_quote_re, pz_incl_quot, 1, p_re_match, 0) != 0) in extract_quoted_files()