Searched refs:UTIL_prepareFileList (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12.1/sys/contrib/zstd/programs/ |
| H A D | util.h | 387 UTIL_STATIC int UTIL_prepareFileList(const char *dirName, char** bufStart, size_t* pos, char** bufE… in UTIL_prepareFileList() function 423 …nbFiles += UTIL_prepareFileList(path, bufStart, pos, bufEnd, followLinks); /* Recursively call "U… in UTIL_prepareFileList() 451 UTIL_STATIC int UTIL_prepareFileList(const char *dirName, char** bufStart, size_t* pos, char** bufE… in UTIL_prepareFileList() function 484 …nbFiles += UTIL_prepareFileList(path, bufStart, pos, bufEnd, followLinks); /* Recursively call "U… in UTIL_prepareFileList() 514 UTIL_STATIC int UTIL_prepareFileList(const char *dirName, char** bufStart, size_t* pos, char** bufE… in UTIL_prepareFileList() function 554 nbFiles += UTIL_prepareFileList(inputNames[i], &buf, &pos, &bufend, followLinks); in UTIL_createFileList()
|