Home
last modified time | relevance | path

Searched refs:UTIL_createExpandedFNT (Results 1 – 2 of 2) sorted by relevance

/freebsd-13-stable/sys/contrib/zstd/programs/
HDutil.h275 UTIL_createExpandedFNT(const char** filenames, size_t nbFilenames, int followLinks);
HDutil.c957 UTIL_createExpandedFNT(const char** inputNames, size_t nbIfns, int followLinks) in UTIL_createExpandedFNT() function
1005 …FileNamesTable* const newFNT = UTIL_createExpandedFNT((*fnt)->fileNames, (*fnt)->tableSize, follow… in UTIL_expandFNT()