Searched refs:pz_curr_file (Results 1 – 2 of 2) sorted by relevance
| /openbsd/src/gnu/usr.bin/gcc/gcc/fixinc/ |
| D | fixincl.c | 78 char* pz_curr_file; /* name of the current file under test/fix */ variable 156 pz_curr_file = file_name_buf; 157 pz_end = strchr( pz_curr_file, '\n' ); 159 pz_end = file_name_buf = pz_curr_file + strlen (pz_curr_file); 163 while ((pz_end > pz_curr_file) && ISSPACE( pz_end[-1])) pz_end--; 167 if ((pz_curr_file == pz_end) || (*pz_curr_file == '#')) 569 sprintf (fname, "%s/%s", pz_dest_dir, pz_curr_file + find_base_len); in create_file() 601 fprintf (stderr, "Fixed: %s\n", pz_curr_file); in create_file() 612 pz_curr_file); in create_file() 882 apply_fix (p_fixd, pz_curr_file); [all …]
|
| /openbsd/src/gnu/gcc/fixincludes/ |
| D | fixincl.c | 73 char* pz_curr_file; /* name of the current file under test/fix */ variable 149 pz_curr_file = file_name_buf; in main() 150 pz_end = strchr( pz_curr_file, '\n' ); in main() 152 pz_end = file_name_buf = pz_curr_file + strlen (pz_curr_file); in main() 156 while ((pz_end > pz_curr_file) && ISSPACE( pz_end[-1])) pz_end--; in main() 160 if ((pz_curr_file == pz_end) || (*pz_curr_file == '#')) in main() 536 sprintf (fname, "%s/%s", pz_dest_dir, pz_curr_file + find_base_len); in create_file() 572 fprintf (stderr, "Fixed: %s\n", pz_curr_file); in create_file() 583 pz_curr_file); in create_file() 841 apply_fix (p_fixd, pz_curr_file); in internal_fix() [all …]
|