HomeSort by: relevance | last modified time | path
    Searched defs:lookup_gname_helper (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/libarchive/dist/libarchive/
archive_read_disk_set_standard_lookup.c 77 static const char * lookup_gname_helper(struct name_cache *, id_t gid);
250 &lookup_gname_helper, (id_t)gid));
255 lookup_gname_helper(struct name_cache *cache, id_t id) function
298 lookup_gname_helper(struct name_cache *cache, id_t id) function
  /src/external/bsd/libarchive/dist/cpio/
cpio.c 98 static int lookup_gname_helper(struct cpio *,
1452 &lookup_gname_helper, (id_t)gid));
1456 lookup_gname_helper(struct cpio *cpio, const char **name, id_t id) function

Completed in 17 milliseconds