Home
last modified time | relevance | path

Searched refs:dir_perms (Results 1 – 25 of 35) sorted by relevance

12

/dports/net/samba412/samba-4.12.15/lib/util/
H A Dutil.c349 mode_t dir_perms) in directory_create_or_exist() argument
356 ret = mkdir(dname, dir_perms); in directory_create_or_exist()
400 mode_t dir_perms) in directory_create_or_exists_recursive() argument
404 ok = directory_create_or_exist(dname, dir_perms); in directory_create_or_exists_recursive()
425 dir_perms); in directory_create_or_exists_recursive()
430 ok = directory_create_or_exist(dname, dir_perms); in directory_create_or_exists_recursive()
454 mode_t dir_perms) in directory_create_or_exist_strict() argument
460 ok = directory_create_or_exist(dname, dir_perms); in directory_create_or_exist_strict()
483 if ((st.st_mode & 0777) != dir_perms) { in directory_create_or_exist_strict()
486 (unsigned int)(st.st_mode & 0777), (unsigned int)dir_perms)); in directory_create_or_exist_strict()
H A Dsamba_util.h452 _PUBLIC_ bool directory_create_or_exist(const char *dname, mode_t dir_perms);
466 mode_t dir_perms);
470 mode_t dir_perms);
/dports/www/apache24/httpd-2.4.53/modules/md/
H A Dmd_store_fs.h47 apr_fileperms_t dir_perms);
51 apr_fileperms_t dir_perms);
/dports/www/p5-Apache-ASP/Apache-ASP-2.63/lib/Apache/ASP/
H A DState.pm127 $self->{dir_perms} = 0777;
131 $self->{dir_perms} = 0770;
134 $self->{dir_perms} = 0750;
156 if(mkdir($create_dir, $self->{dir_perms})) {
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.temp_dir_path/
H A Dtemp_directory_path.pass.cpp50 const path dir_perms = env.create_dir("bad_perms_dir"); in TEST_CASE() local
52 permissions(dir_perms, perms::none); in TEST_CASE()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.temp_dir_path/
H A Dtemp_directory_path.pass.cpp50 const path dir_perms = env.create_dir("bad_perms_dir"); in TEST_CASE() local
52 permissions(dir_perms, perms::none); in TEST_CASE()
/dports/www/chromium-legacy/chromium-88.0.4324.182/buildtools/third_party/libc++/trunk/test/std/input.output/filesystems/fs.op.funcs/fs.op.temp_dir_path/
H A Dtemp_directory_path.pass.cpp50 const path dir_perms = env.create_dir("bad_perms_dir"); in TEST_CASE() local
52 permissions(dir_perms, perms::none); in TEST_CASE()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.temp_dir_path/
H A Dtemp_directory_path.pass.cpp50 const path dir_perms = env.create_dir("bad_perms_dir"); in TEST_CASE() local
52 permissions(dir_perms, perms::none); in TEST_CASE()
/dports/devel/libc++/libcxx-10.0.1.src/test/std/input.output/filesystems/fs.op.funcs/fs.op.temp_dir_path/
H A Dtemp_directory_path.pass.cpp50 const path dir_perms = env.create_dir("bad_perms_dir"); in TEST_CASE() local
52 permissions(dir_perms, perms::none); in TEST_CASE()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.temp_dir_path/
H A Dtemp_directory_path.pass.cpp50 const path dir_perms = env.create_dir("bad_perms_dir"); in TEST_CASE() local
52 permissions(dir_perms, perms::none); in TEST_CASE()
/dports/devel/llvm12/llvm-project-12.0.1.src/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.temp_dir_path/
H A Dtemp_directory_path.pass.cpp50 const path dir_perms = env.create_dir("bad_perms_dir"); in TEST_CASE() local
52 permissions(dir_perms, perms::none); in TEST_CASE()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.temp_dir_path/
H A Dtemp_directory_path.pass.cpp56 const path dir_perms = env.create_dir("bad_perms_dir"); in TEST_CASE() local
58 permissions(dir_perms, perms::none); in TEST_CASE()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.temp_dir_path/
H A Dtemp_directory_path.pass.cpp56 const path dir_perms = env.create_dir("bad_perms_dir"); in TEST_CASE() local
58 permissions(dir_perms, perms::none); in TEST_CASE()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.temp_dir_path/
H A Dtemp_directory_path.pass.cpp56 const path dir_perms = env.create_dir("bad_perms_dir"); in TEST_CASE() local
58 permissions(dir_perms, perms::none); in TEST_CASE()
/dports/devel/llvm13/llvm-project-13.0.1.src/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.temp_dir_path/
H A Dtemp_directory_path.pass.cpp56 const path dir_perms = env.create_dir("bad_perms_dir");
58 permissions(dir_perms, perms::none);
/dports/net-mgmt/wmi-client/wmi-1.3.16/Samba/source/lib/util/
H A Dutil.c102 mode_t dir_perms) in directory_create_or_exist() argument
111 if (mkdir(dname, dir_perms) == -1) { in directory_create_or_exist()
133 ((st.st_mode & 0777) != dir_perms)) { in directory_create_or_exist()
/dports/sysutils/py-pywatchman/watchman-4.9.0/
H A Dmain.cpp580 mode_t dir_perms = in compute_file_name() local
637 w_log(W_LOG_DBG, "Setting permissions on state dir to 0%o\n", dir_perms); in compute_file_name()
638 if (fchmod(dir_fd, dir_perms) == -1) { in compute_file_name()
639 w_log(W_LOG_ERR, "fchmod(%s, %#o): %s\n", state_dir, dir_perms, in compute_file_name()
/dports/www/phpbb3/phpBB3/includes/
H A Dfunctions_transfer.php36 var $dir_perms; variable in transfer
46 $this->dir_perms = 0777;
129 $this->_chmod($dir[$i], $this->dir_perms);
/dports/chinese/phpbb3-tw/phpBB3/includes/
H A Dfunctions_transfer.php34 var $dir_perms; variable in transfer
44 $this->dir_perms = 0777;
127 $this->_chmod($dir[$i], $this->dir_perms);
/dports/www/firefox-esr/firefox-91.8.0/security/nss/cmd/modutil/
H A Dinstall.c52 static int dir_perms(int perms);
889 if (PR_MkDir(Path, dir_perms(file_perms)) != PR_SUCCESS) { in make_dirs()
931 dir_perms(int perms) in dir_perms() function
/dports/security/nss/nss-3.76.1/nss/cmd/modutil/
H A Dinstall.c52 static int dir_perms(int perms);
889 if (PR_MkDir(Path, dir_perms(file_perms)) != PR_SUCCESS) { in make_dirs()
931 dir_perms(int perms) in dir_perms() function
/dports/www/firefox/firefox-99.0/security/nss/cmd/modutil/
H A Dinstall.c52 static int dir_perms(int perms);
889 if (PR_MkDir(Path, dir_perms(file_perms)) != PR_SUCCESS) { in make_dirs()
931 dir_perms(int perms) in dir_perms() function
/dports/lang/spidermonkey60/firefox-60.9.0/security/nss/cmd/modutil/
H A Dinstall.c52 static int dir_perms(int perms);
889 if (PR_MkDir(Path, dir_perms(file_perms)) != PR_SUCCESS) { in make_dirs()
931 dir_perms(int perms) in dir_perms() function
/dports/www/firefox-legacy/firefox-52.8.0esr/security/nss/cmd/modutil/
H A Dinstall.c52 static int dir_perms(int perms);
889 if (PR_MkDir(Path, dir_perms(file_perms)) != PR_SUCCESS) { in make_dirs()
931 dir_perms(int perms) in dir_perms() function
/dports/security/ca_root_nss/nss-3.71/nss/cmd/modutil/
H A Dinstall.c52 static int dir_perms(int perms);
889 if (PR_MkDir(Path, dir_perms(file_perms)) != PR_SUCCESS) { in make_dirs()
931 dir_perms(int perms) in dir_perms() function

12