Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gcclibs/libcpp/
H A Dfiles.c1507 struct pchf_data { struct
1519 static struct pchf_data *pchf; argument
1535 struct pchf_data *result; in _cpp_save_file_entries()
1542 result_size = (sizeof (struct pchf_data) in _cpp_save_file_entries()
1544 result = XCNEWVAR (struct pchf_data, result_size); in _cpp_save_file_entries()
1587 result_size = (sizeof (struct pchf_data) in _cpp_save_file_entries()
1601 struct pchf_data d; in _cpp_read_file_entries()
1603 if (fread (&d, sizeof (struct pchf_data) - sizeof (struct pchf_entry), 1, f) in _cpp_read_file_entries()
1607 pchf = XNEWVAR (struct pchf_data, sizeof (struct pchf_data) in _cpp_read_file_entries()
1609 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.
/freebsd-12.1/contrib/gcc/
H A DChangeLog-200446438 (struct pchf_data): New.