Home
last modified time | relevance | path

Searched refs:file_hash (Results 1 – 7 of 7) sorted by relevance

/openbsd/gnu/usr.sbin/mkhybrid/src/
H A Dhash.c31 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 Dmkisofs.h162 struct file_hash{ struct
163 struct file_hash * next; argument
413 extern struct file_hash * DECL(find_hash,(dev_t, ino_t));
418 extern struct file_hash * DECL(find_directory_hash,(dev_t, ino_t));
H A Dwrite.c561 struct file_hash *s_hash; in FDECL1()
1777 struct file_hash *s_hash; in FDECL1()
H A DChangeLog370 (struct file_hash): Add element ce_bytes.
/openbsd/gnu/gcc/libcpp/
H A Dfiles.c405 htab_find_slot_with_hash (pfile->file_hash, fname, in _cpp_find_file()
961 htab_find_with_hash (pfile->file_hash, fname, htab_hash_string (fname)); in cpp_included()
1004 pfile->file_hash = htab_create_alloc (127, file_hash_hash, file_hash_eq, in _cpp_init_files()
1015 htab_delete (pfile->file_hash); in _cpp_cleanup_files()
1091 htab_traverse (pfile->file_hash, report_missing_guard, &banner); in _cpp_report_missing_guards()
H A Dinternal.h353 struct htab *file_hash; member
H A DChangeLog762 * files.c (make_cpp_dir): Use dir_hash, not file_hash.