Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-4.7/libcpp/
HDfiles.c1659 struct pchf_data { struct
1671 static struct pchf_data *pchf; argument
1687 struct pchf_data *result; in _cpp_save_file_entries()
1694 result_size = (sizeof (struct pchf_data) in _cpp_save_file_entries()
1696 result = XCNEWVAR (struct pchf_data, result_size); in _cpp_save_file_entries()
1739 result_size = (sizeof (struct pchf_data) in _cpp_save_file_entries()
1753 struct pchf_data d; in _cpp_read_file_entries()
1755 if (fread (&d, sizeof (struct pchf_data) - sizeof (struct pchf_entry), 1, f) in _cpp_read_file_entries()
1759 pchf = XNEWVAR (struct pchf_data, sizeof (struct pchf_data) in _cpp_read_file_entries()
1761 memcpy (pchf, &d, sizeof (struct pchf_data) - sizeof (struct pchf_entry)); in _cpp_read_file_entries()
/dragonfly/contrib/gcc-8.0/libcpp/
HDfiles.c1814 struct pchf_data { struct
1826 static struct pchf_data *pchf; argument
1842 struct pchf_data *result; in _cpp_save_file_entries()
1850 result_size = (sizeof (struct pchf_data) in _cpp_save_file_entries()
1852 result = XCNEWVAR (struct pchf_data, result_size); in _cpp_save_file_entries()
1896 result_size = (sizeof (struct pchf_data) in _cpp_save_file_entries()
1912 struct pchf_data d; in _cpp_read_file_entries()
1914 if (fread (&d, sizeof (struct pchf_data) - sizeof (struct pchf_entry), 1, f) in _cpp_read_file_entries()
1918 pchf = XNEWVAR (struct pchf_data, sizeof (struct pchf_data) in _cpp_read_file_entries()
1920 memcpy (pchf, &d, sizeof (struct pchf_data) - sizeof (struct pchf_entry)); in _cpp_read_file_entries()