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

/freebsd-11-stable/contrib/gcclibs/libcpp/
H A Dfiles.c1498 struct pchf_entry {
1509 /* Number of pchf_entry structures. */
1517 struct pchf_entry entries[1];
1522 /* A qsort ordering function for pchf_entry structures. */
1527 return memcmp (e1, e2, sizeof (struct pchf_entry));
1544 + sizeof (struct pchf_entry) * (count - 1));
1589 + sizeof (struct pchf_entry) * (result->count - 1));
1591 qsort (result->entries, result->count, sizeof (struct pchf_entry),
1604 if (fread (&d, sizeof (struct pchf_data) - sizeof (struct pchf_entry), 1, f)
1609 + sizeof (struct pchf_entry) * (
1497 struct pchf_entry { struct
[all...]

Completed in 59 milliseconds