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