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

/haiku-buildtools/gcc/fixincludes/
H A Dfixincl.c60 char* pz_curr_file; /* name of the current file under test/fix */ variable
136 pz_curr_file = file_name_buf;
137 pz_end = strchr( pz_curr_file, '\n' );
139 pz_end = file_name_buf = pz_curr_file + strlen (pz_curr_file);
143 while ((pz_end > pz_curr_file) && ISSPACE( pz_end[-1])) pz_end--;
147 if ((pz_curr_file == pz_end) || (*pz_curr_file == '#'))
472 sprintf (fname, "%s/%s", pz_dest_dir, pz_curr_file + find_base_len);
508 fprintf (stderr, "Fixed: %s\n", pz_curr_file);
[all...]
/haiku-buildtools/legacy/gcc/gcc/fixinc/
H A Dfixincl.c78 char* pz_curr_file; /* name of the current file under test/fix */ variable
154 pz_curr_file = file_name_buf;
155 pz_end = strchr( pz_curr_file, '\n' );
157 pz_end = file_name_buf = pz_curr_file + strlen (pz_curr_file);
161 while ((pz_end > pz_curr_file) && ISSPACE( pz_end[-1])) pz_end--;
165 if ((pz_curr_file == pz_end) || (*pz_curr_file == '#'))
564 sprintf (fname, "%s/%s", pz_dest_dir, pz_curr_file + find_base_len);
596 fprintf (stderr, "Fixed: %s\n", pz_curr_file);
[all...]

Completed in 96 milliseconds