Home
last modified time | relevance | path

Searched refs:pchf_data (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/gcc/libcpp/
H A Dfiles.c1421 struct pchf_data { struct
1433 static struct pchf_data *pchf; argument
1449 struct pchf_data *result; in _cpp_save_file_entries()
1456 result_size = (sizeof (struct pchf_data) in _cpp_save_file_entries()
1458 result = XCNEWVAR (struct pchf_data, result_size); in _cpp_save_file_entries()
1501 result_size = (sizeof (struct pchf_data) in _cpp_save_file_entries()
1515 struct pchf_data d; in _cpp_read_file_entries()
1517 if (fread (&d, sizeof (struct pchf_data) - sizeof (struct pchf_entry), 1, f) in _cpp_read_file_entries()
1521 pchf = XNEWVAR (struct pchf_data, sizeof (struct pchf_data) in _cpp_read_file_entries()
1523 memcpy (pchf, &d, sizeof (struct pchf_data) - sizeof (struct pchf_entry)); in _cpp_read_file_entries()
H A DChangeLog311 (struct pchf_entry): Move definition out of struct pchf_data.