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

/haiku-buildtools/legacy/gcc/gcc/fixinc/
H A Dfixlib.h198 munmap ((void*)pz_curr_data, data_map_size); close (data_map_fd); } \
199 else free ((void*)pz_curr_data); } while(0)
201 #define UNLOAD_DATA() free ((void*)pz_curr_data)
H A Dfixincl.c79 char* pz_curr_data; /* original contents of that file */ variable
1160 if (egrep_test (pz_curr_data, p_test) != APPLY_FIX) {
1171 if (egrep_test (pz_curr_data, p_test) == APPLY_FIX) {
1183 if (run_test (p_test->pz_test_text, pz_curr_file, pz_curr_data)
1234 unsigned char *pz_cmp = (unsigned char*)pz_curr_data;
1265 if ((char*)pz_cmp != pz_curr_data)
1266 fwrite (pz_curr_data, (size_t)((char*)pz_cmp - pz_curr_data),
1285 if (xregexec (&incl_quote_re, pz_curr_data, 1, &match, 0) == 0)
1286 extract_quoted_files (pz_curr_data, pz_curr_fil
[all...]
/haiku-buildtools/gcc/fixincludes/
H A Dfixlib.h240 munmap ((void*)pz_curr_data, data_map_size); close (data_map_fd); } \
241 else free ((void*)pz_curr_data); } while(0)
243 #define UNLOAD_DATA() free ((void*)pz_curr_data)
H A Dfixincl.c61 char* pz_curr_data; /* original contents of that file */ variable
1142 if (egrep_test (pz_curr_data, p_test) != APPLY_FIX) {
1149 if (egrep_test (pz_curr_data, p_test) == APPLY_FIX) {
1161 if (cksum_test (pz_curr_data, p_test, pz_curr_file) != APPLY_FIX) {
1169 if (run_test (p_test->pz_test_text, pz_curr_file, pz_curr_data)
1222 unsigned char *pz_cmp = (unsigned char*)pz_curr_data;
1253 if ((char*)pz_cmp != pz_curr_data)
1254 fwrite (pz_curr_data, (size_t)((char*)pz_cmp - pz_curr_data),
1273 if (xregexec (&incl_quote_re, pz_curr_data,
[all...]

Completed in 89 milliseconds