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

/freebsd-11-stable/contrib/gcclibs/libcpp/
H A Dfiles.c173 static int file_hash_eq (const void *p, const void *q);
1056 file_hash_eq (const void *p, const void *q) function
1082 pfile->file_hash = htab_create_alloc (127, file_hash_hash, file_hash_eq,
1084 pfile->dir_hash = htab_create_alloc (127, file_hash_hash, file_hash_eq,

Completed in 97 milliseconds