Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/zstd/programs/
H A Dutil.c957 UTIL_createExpandedFNT(const char** inputNames, size_t nbIfns, int followLinks) in UTIL_createExpandedFNT() argument
967 if (!UTIL_isDirectory(inputNames[ifnNb])) { in UTIL_createExpandedFNT()
968 size_t const len = strlen(inputNames[ifnNb]); in UTIL_createExpandedFNT()
977 memcpy(buf+pos, inputNames[ifnNb], len+1); /* including final \0 */ in UTIL_createExpandedFNT()
982 … nbFiles += (unsigned)UTIL_prepareFileList(inputNames[ifnNb], &buf, &pos, &bufend, followLinks); in UTIL_createExpandedFNT()