Lines Matching refs:pz_curr_file

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()
1085 const char *pz_fname = pz_curr_file; in fix_applies()
1140 if (test_test (p_test, pz_curr_file) != APPLY_FIX) { in fix_applies()
1174 if (run_test (p_test->pz_test_text, pz_curr_file, pz_curr_data) in fix_applies()
1280 extract_quoted_files (pz_curr_data, pz_curr_file, &match); in test_for_changes()
1303 char* pz_file_source = pz_curr_file; in process()
1306 if (access (pz_curr_file, R_OK) != 0) in process()
1310 pz_curr_file, getcwd ((char *) NULL, MAXPATHLEN), in process()
1315 pz_curr_data = load_file (pz_curr_file); in process()
1324 (unsigned long) data_map_size, pz_curr_file); in process()
1337 p_fixd->fix_name, pz_curr_file); in process()
1354 read_fd = open (pz_curr_file, O_RDONLY); in process()
1358 xstrerror (errno), pz_curr_file); in process()
1367 read_fd = start_fixer (read_fd, p_fixd, pz_curr_file); in process()
1396 p_fixd->fix_name, pz_curr_file); in process()
1404 fix_with_system (p_fixd, pz_curr_file, pz_file_source, pz_temp_file); in process()