Searched refs:file_hash (Results 1 – 10 of 10) sorted by relevance
/netbsd-src/external/gpl2/mkhybrid/dist/ |
H A D | hash.c | 31 static struct file_hash * hash_table[NR_HASH] = {0,}; 34 struct file_hash * s_hash; in FDECL1() 49 s_hash = (struct file_hash *) e_malloc(sizeof(struct file_hash)); in FDECL1() 58 struct file_hash * FDECL2(find_hash, dev_t, dev, ino_t, inode){ in FDECL2() 60 struct file_hash * spnt; in FDECL2() 76 struct file_hash * fh, *fh1; in flush_hash() 91 static struct file_hash * directory_hash_table[NR_HASH] = {0,}; 94 struct file_hash * s_hash; in FDECL2() 100 s_hash = (struct file_hash *) e_malloc(sizeof(struct file_hash)); in FDECL2() 107 struct file_hash * FDECL2(find_directory_hash, dev_t, dev, ino_t, inode){ in FDECL2() [all …]
|
H A D | mkisofs.h | 162 struct file_hash{ struct 163 struct file_hash * next; argument 415 extern struct file_hash * DECL(find_hash,(dev_t, ino_t)); 420 extern struct file_hash * DECL(find_directory_hash,(dev_t, ino_t));
|
H A D | write.c | 561 struct file_hash *s_hash; in FDECL1() 1777 struct file_hash *s_hash; in FDECL1()
|
H A D | ChangeLog | 370 (struct file_hash): Add element ce_bytes.
|
/netbsd-src/external/gpl3/gcc.old/dist/libcpp/ |
H A D | files.c | 536 = htab_find_slot_with_hash (pfile->file_hash, fname, in _cpp_find_file() 580 htab_clear_slot (pfile->file_hash, hash_slot); in _cpp_find_file() 603 htab_clear_slot (pfile->file_hash, hash_slot); in _cpp_find_file() 1246 htab_find_with_hash (pfile->file_hash, fname, htab_hash_string (fname)); in cpp_included() 1263 htab_find_with_hash (pfile->file_hash, fname, htab_hash_string (fname)); in cpp_included_before() 1318 pfile->file_hash = htab_create_alloc (127, file_hash_hash, file_hash_eq, in _cpp_init_files() 1334 htab_delete (pfile->file_hash); in _cpp_cleanup_files() 1440 data.count = htab_elements (pfile->file_hash); in _cpp_report_missing_guards() 1441 htab_traverse (pfile->file_hash, report_missing_guard, &data); in _cpp_report_missing_guards()
|
H A D | internal.h | 456 struct htab *file_hash; member
|
/netbsd-src/external/gpl3/gcc/dist/libcpp/ |
H A D | files.cc | 531 = htab_find_slot_with_hash (pfile->file_hash, fname, in _cpp_find_file() 574 htab_clear_slot (pfile->file_hash, hash_slot); in _cpp_find_file() 597 htab_clear_slot (pfile->file_hash, hash_slot); in _cpp_find_file() 1381 htab_find_with_hash (pfile->file_hash, fname, htab_hash_string (fname)); in cpp_included() 1398 htab_find_with_hash (pfile->file_hash, fname, htab_hash_string (fname)); in cpp_included_before() 1453 pfile->file_hash = htab_create_alloc (127, file_hash_hash, file_hash_eq, in _cpp_init_files() 1469 htab_delete (pfile->file_hash); in _cpp_cleanup_files() 1579 data.count = htab_elements (pfile->file_hash); in _cpp_report_missing_guards() 1580 htab_traverse (pfile->file_hash, report_missing_guard, &data); in _cpp_report_missing_guards()
|
H A D | internal.h | 472 struct htab *file_hash; member
|
H A D | ChangeLog | 7047 * files.c (make_cpp_dir): Use dir_hash, not file_hash.
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | ChangeLog-2003 | 1539 (_cpp_init_files): Create file_hash table with above callbacks. 12507 file_hash, file_hash_entries, quote_ignores_source_dir,
|