Home
last modified time | relevance | path

Searched defs:file_hash (Results 1 – 2 of 2) sorted by relevance

/openbsd/src/gnu/usr.sbin/mkhybrid/src/
Dmkisofs.h162 struct file_hash{ struct
163 struct file_hash * next; argument
164 ino_t inode; /* Used in the hash table */
165 dev_t dev; /* Used in the hash table */
166 unsigned int starting_block;
167 unsigned int size;
/openbsd/src/gnu/gcc/libcpp/
Dinternal.h353 struct htab *file_hash; member