Home
last modified time | relevance | path

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

/freebsd/sys/contrib/zstd/programs/
H A Dutil.c1301 { size_t ifnNb, pos; in UTIL_createExpandedFNT() local
1302 for (ifnNb=0, pos=0, nbFiles=0; ifnNb<nbIfns; ifnNb++) { in UTIL_createExpandedFNT()
1303 if (!UTIL_isDirectory(inputNames[ifnNb])) { in UTIL_createExpandedFNT()
1304 size_t const len = strlen(inputNames[ifnNb]); in UTIL_createExpandedFNT()
1313 memcpy(buf+pos, inputNames[ifnNb], len+1); /* including final \0 */ in UTIL_createExpandedFNT()
1318 … nbFiles += (unsigned)UTIL_prepareFileList(inputNames[ifnNb], &buf, &pos, &bufend, followLinks); in UTIL_createExpandedFNT()
1324 { size_t ifnNb, pos; in UTIL_createExpandedFNT() local
1329 for (ifnNb = 0, pos = 0; ifnNb < nbFiles; ifnNb++) { in UTIL_createExpandedFNT()
1330 fileNamesTable[ifnNb] = buf + pos; in UTIL_createExpandedFNT()
1332 pos += strlen(fileNamesTable[ifnNb]) + 1; in UTIL_createExpandedFNT()