Home
last modified time | relevance | path

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

/dragonfly/contrib/zstd/programs/
H A Dutil.c965 { size_t ifnNb, pos; in UTIL_createExpandedFNT() local
966 for (ifnNb=0, pos=0, nbFiles=0; ifnNb<nbIfns; ifnNb++) { in UTIL_createExpandedFNT()
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()
988 { size_t ifnNb, pos; in UTIL_createExpandedFNT() local
993 for (ifnNb = 0, pos = 0; ifnNb < nbFiles; ifnNb++) { in UTIL_createExpandedFNT()
994 fileNamesTable[ifnNb] = buf + pos; in UTIL_createExpandedFNT()
996 pos += strlen(fileNamesTable[ifnNb]) + 1; in UTIL_createExpandedFNT()