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

/openbsd-current/gnu/gcc/fixincludes/
H A Dfixincl.c73 char* pz_curr_file; /* name of the current file under test/fix */ variable
149 pz_curr_file = file_name_buf;
150 pz_end = strchr( pz_curr_file, '\n' );
152 pz_end = file_name_buf = pz_curr_file + strlen (pz_curr_file);
156 while ((pz_end > pz_curr_file) && ISSPACE( pz_end[-1])) pz_end--;
160 if ((pz_curr_file == pz_end) || (*pz_curr_file == '#'))
536 sprintf (fname, "%s/%s", pz_dest_dir, pz_curr_file + find_base_len);
572 fprintf (stderr, "Fixed: %s\n", pz_curr_file);
[all...]
/openbsd-current/gnu/usr.bin/gcc/gcc/fixinc/
H A Dfixincl.c78 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);
601 fprintf (stderr, "Fixed: %s\n", pz_curr_file);
[all...]

Completed in 119 milliseconds