Searched refs:UTIL_prepareFileList (Results 1 – 1 of 1) sorted by relevance
| /freebsd/sys/contrib/zstd/programs/ |
| H A D | util.c | 822 static int UTIL_prepareFileList(const char* dirName, in UTIL_prepareFileList() function 862 nbFiles += UTIL_prepareFileList(path, bufStart, pos, bufEnd, followLinks); in UTIL_prepareFileList() 887 static int UTIL_prepareFileList(const char *dirName, in UTIL_prepareFileList() function 925 …nbFiles += UTIL_prepareFileList(path, bufStart, pos, bufEnd, followLinks); /* Recursively call "U… in UTIL_prepareFileList() 958 static int UTIL_prepareFileList(const char *dirName, in UTIL_prepareFileList() function 1318 … nbFiles += (unsigned)UTIL_prepareFileList(inputNames[ifnNb], &buf, &pos, &bufend, followLinks); in UTIL_createExpandedFNT()
|