Searched refs:pz_curr_data (Results 1 - 4 of 4) sorted by relevance

/openbsd-current/gnu/usr.bin/gcc/gcc/fixinc/
H A Dfixlib.h191 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)
H A Dfixincl.c79 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_fil
[all...]
/openbsd-current/gnu/gcc/fixincludes/
H A Dfixlib.h217 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)
H A Dfixincl.c74 char* pz_curr_data; /* original contents of that file */ variable
1151 if (egrep_test (pz_curr_data, p_test) != APPLY_FIX) {
1162 if (egrep_test (pz_curr_data, p_test) == APPLY_FIX) {
1174 if (run_test (p_test->pz_test_text, pz_curr_file, pz_curr_data)
1228 unsigned char *pz_cmp = (unsigned char*)pz_curr_data;
1259 if ((char*)pz_cmp != pz_curr_data)
1260 fwrite (pz_curr_data, (size_t)((char*)pz_cmp - pz_curr_data),
1279 if (xregexec (&incl_quote_re, pz_curr_data, 1, &match, 0) == 0)
1280 extract_quoted_files (pz_curr_data, pz_curr_fil
[all...]

Completed in 117 milliseconds