Home
last modified time | relevance | path

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

/dragonfly/contrib/zstd/programs/
H A Dutil.c506 static int UTIL_prepareFileList(const char* dirName, in UTIL_prepareFileList() function
546 nbFiles += UTIL_prepareFileList(path, bufStart, pos, bufEnd, followLinks); in UTIL_prepareFileList()
571 static int UTIL_prepareFileList(const char *dirName, in UTIL_prepareFileList() function
609 …nbFiles += UTIL_prepareFileList(path, bufStart, pos, bufEnd, followLinks); /* Recursively call "U… in UTIL_prepareFileList()
639 static int UTIL_prepareFileList(const char *dirName, in UTIL_prepareFileList() function
982 … nbFiles += (unsigned)UTIL_prepareFileList(inputNames[ifnNb], &buf, &pos, &bufend, followLinks); in UTIL_createExpandedFNT()