Searched refs:ifnNb (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/contrib/zstd/programs/ |
H A D | util.c | 1055 { size_t ifnNb, pos; in UTIL_createExpandedFNT() local 1056 for (ifnNb=0, pos=0, nbFiles=0; ifnNb<nbIfns; ifnNb++) { in UTIL_createExpandedFNT() 1057 if (!UTIL_isDirectory(inputNames[ifnNb])) { in UTIL_createExpandedFNT() 1058 size_t const len = strlen(inputNames[ifnNb]); in UTIL_createExpandedFNT() 1067 memcpy(buf+pos, inputNames[ifnNb], len+1); /* including final \0 */ in UTIL_createExpandedFNT() 1072 … nbFiles += (unsigned)UTIL_prepareFileList(inputNames[ifnNb], &buf, &pos, &bufend, followLinks); in UTIL_createExpandedFNT() 1078 { size_t ifnNb, pos; in UTIL_createExpandedFNT() local 1083 for (ifnNb = 0, pos = 0; ifnNb < nbFiles; ifnNb++) { in UTIL_createExpandedFNT() 1084 fileNamesTable[ifnNb] = buf + pos; in UTIL_createExpandedFNT() 1086 pos += strlen(fileNamesTable[ifnNb]) + 1; in UTIL_createExpandedFNT()
|