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

/haiku-buildtools/gcc/fixincludes/
H A Dfixfixes.c742 char* pz_tmp_dot; local
779 pz_tmp_dot = strchr( pz_tmp_base, '.' );
782 && pz_tmp_dot != (char*)NULL)
783 strcpy (pz_tmp_dot+1, "X"); /* nuke the original extension */
/haiku-buildtools/legacy/gcc/gcc/fixinc/
H A Dfixfixes.c749 char* pz_tmp_dot; local
784 pz_tmp_dot = strchr( pz_tmp_base, '.' );
786 && pz_tmp_dot != (char*)NULL)
787 strcpy (pz_tmp_dot+1, "X"); /* nuke the original extension */

Completed in 37 milliseconds