Searched refs:inputNames (Results 1 – 1 of 1) sorted by relevance
957 UTIL_createExpandedFNT(const char** inputNames, size_t nbIfns, int followLinks) in UTIL_createExpandedFNT() argument967 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()