Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/zstd/programs/
H A Dutil.c506 static int UTIL_prepareFileList(const char* dirName, in UTIL_prepareFileList() argument
516 dirLength = strlen(dirName); in UTIL_prepareFileList()
520 memcpy(path, dirName, dirLength); in UTIL_prepareFileList()
536 memcpy(path, dirName, dirLength); in UTIL_prepareFileList()
571 static int UTIL_prepareFileList(const char *dirName, in UTIL_prepareFileList() argument
580 if (!(dir = opendir(dirName))) { in UTIL_prepareFileList()
585 dirLength = strlen(dirName); in UTIL_prepareFileList()
595 memcpy(path, dirName, dirLength); in UTIL_prepareFileList()
639 static int UTIL_prepareFileList(const char *dirName, in UTIL_prepareFileList() argument
683 static mode_t getDirMode(const char *dirName) in getDirMode() argument
[all …]