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

/freebsd-13-stable/sys/contrib/zstd/programs/
H A Dutil.c506 static int UTIL_prepareFileList(const char* dirName, argument
516 dirLength = strlen(dirName);
520 memcpy(path, dirName, dirLength);
527 UTIL_DISPLAYLEVEL(1, "Cannot open directory '%s'\n", dirName);
536 memcpy(path, dirName, dirLength);
571 static int UTIL_prepareFileList(const char *dirName, argument
580 if (!(dir = opendir(dirName))) {
581 UTIL_DISPLAYLEVEL(1, "Cannot open directory '%s': %s\n", dirName, strerror(errno));
585 dirLength = strlen(dirName);
595 memcpy(path, dirName, dirLengt
639 UTIL_prepareFileList(const char *dirName, char** bufStart, size_t* pos, char** bufEnd, int followLinks) argument
683 getDirMode(const char *dirName) argument
[all...]
/freebsd-13-stable/contrib/ofed/opensm/libvendor/
H A Dosm_vendor_mlx_hca_sim.c69 static char dirName[1024]; local
94 sprintf(dirName, "%s/%s", ibmgtSimDir, ibmgtSimNode);
97 return dirName;
/freebsd-13-stable/contrib/bmake/
H A Ddir.c649 const char *dirName = dir->name; local
650 Boolean isDot = dirName[0] == '.' && dirName[1] == '\0';
682 : str_concat3(dirName, "/", base);
/freebsd-13-stable/contrib/llvm-project/lld/lib/Driver/
H A DDarwinLdDriver.cpp257 StringRef dirName = opt.second; local
270 if (!dirName.empty()) {
273 fullPath.assign(dirName);

Completed in 124 milliseconds