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

/haiku-buildtools/legacy/gcc/gcc/fixinc/
H A Dfixincl.c749 char *pz_dir_end = strrchr (pz_fixed_file, '/'); local
758 if (pz_dir_end == (char *) NULL)
761 *pz_dir_end = '\0';
776 pz_dir_end = pz_incl_quot;
785 while (*pz_dir_end != '"')
786 putc (*pz_dir_end++, stdout);
/haiku-buildtools/gcc/fixincludes/
H A Dfixincl.c719 char *pz_dir_end = strrchr (pz_fixed_file, '/'); local
728 if (pz_dir_end == (char *) NULL)
731 *pz_dir_end = '\0';
746 pz_dir_end = pz_incl_quot;
755 while (*pz_dir_end != '"')
756 putc (*pz_dir_end++, stdout);

Completed in 45 milliseconds