Searched refs:pz_curr_data (Results 1 – 4 of 4) sorted by relevance
| /openbsd/src/gnu/usr.bin/gcc/gcc/fixinc/ |
| D | fixincl.c | 79 char* pz_curr_data; /* original contents of that file */ variable 1186 if (egrep_test (pz_curr_data, p_test) != APPLY_FIX) { 1197 if (egrep_test (pz_curr_data, p_test) == APPLY_FIX) { 1209 if (run_test (p_test->pz_test_text, pz_curr_file, pz_curr_data) 1264 unsigned char *pz_cmp = (unsigned char*)pz_curr_data; 1295 if ((char*)pz_cmp != pz_curr_data) 1296 fwrite (pz_curr_data, (size_t)((char*)pz_cmp - pz_curr_data), 1315 if (regexec (&incl_quote_re, pz_curr_data, 1, &match, 0) == 0) 1316 extract_quoted_files (pz_curr_data, pz_curr_file, &match); 1351 pz_curr_data = load_file (pz_curr_file); in process() [all …]
|
| D | fixlib.h | 191 munmap ((void*)pz_curr_data, data_map_size); close (data_map_fd); } \ 192 else free ((void*)pz_curr_data); } while(0) 194 #define UNLOAD_DATA() free ((void*)pz_curr_data)
|
| /openbsd/src/gnu/gcc/fixincludes/ |
| D | fixincl.c | 74 char* pz_curr_data; /* original contents of that file */ variable 1151 if (egrep_test (pz_curr_data, p_test) != APPLY_FIX) { in fix_applies() 1162 if (egrep_test (pz_curr_data, p_test) == APPLY_FIX) { in fix_applies() 1174 if (run_test (p_test->pz_test_text, pz_curr_file, pz_curr_data) in fix_applies() 1228 unsigned char *pz_cmp = (unsigned char*)pz_curr_data; in test_for_changes() 1259 if ((char*)pz_cmp != pz_curr_data) in test_for_changes() 1260 fwrite (pz_curr_data, (size_t)((char*)pz_cmp - pz_curr_data), in test_for_changes() 1279 if (xregexec (&incl_quote_re, pz_curr_data, 1, &match, 0) == 0) in test_for_changes() 1280 extract_quoted_files (pz_curr_data, pz_curr_file, &match); in test_for_changes() 1315 pz_curr_data = load_file (pz_curr_file); in process() [all …]
|
| D | fixlib.h | 217 munmap ((void*)pz_curr_data, data_map_size); close (data_map_fd); } \ 218 else free ((void*)pz_curr_data); } while(0) 220 #define UNLOAD_DATA() free ((void*)pz_curr_data)
|