Home
last modified time | relevance | path

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

/dflybsd-src/contrib/libarchive/libarchive/
H A Darchive_read_disk_set_standard_lookup.c62 struct name_cache { struct
72 } cache[name_cache_size]; argument
78 static const char * lookup_gname_helper(struct name_cache *, id_t gid); argument
143 const char * (*lookup_fn)(struct name_cache *, id_t), id_t id) in lookup_name()
/dflybsd-src/contrib/libarchive/cpio/
H A Dcpio.c94 struct name_cache { struct
101 } cache[name_cache_size]; argument
109 static void free_cache(struct name_cache *cache); argument