OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:name_cache
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/bsd/libarchive/dist/libarchive/
archive_read_disk_set_standard_lookup.c
61
struct
name_cache
{
struct
77
static const char * lookup_gname_helper(struct
name_cache
*, id_t gid);
78
static const char * lookup_uname_helper(struct
name_cache
*, id_t uid);
96
struct
name_cache
*ucache = malloc(sizeof(struct
name_cache
));
97
struct
name_cache
*gcache = malloc(sizeof(struct
name_cache
));
123
struct
name_cache
*cache = (struct
name_cache
*)data;
141
lookup_name(struct
name_cache
*cache
[
all
...]
/src/external/bsd/libarchive/dist/cpio/
cpio.c
79
struct
name_cache
{
struct
94
static void free_cache(struct
name_cache
*cache);
1357
free_cache(struct
name_cache
*cache)
1372
lookup_name(struct cpio *cpio, struct
name_cache
**name_cache_variable,
1376
struct
name_cache
*cache;
1382
*name_cache_variable = calloc(1, sizeof(struct
name_cache
));
Completed in 65 milliseconds
Indexes created Thu Jul 16 00:26:27 UTC 2026