Searched refs:chmod (Results 1 - 25 of 61) sorted by relevance

123

/bind-9.11.3/lib/isc/unix/
H A Dfsaccess.c80 if (chmod(path, mode) < 0)
/bind-9.11.3/lib/isc/win32/
H A Ddir.c266 i = chmod(templet, 0700);
/bind-9.11.3/unit/atf-src/admin/
H A Dinstall-sh58 chmodprog=${CHMODPROG-chmod}
439 # and set any options; do chmod last to preserve setuid bits.
/bind-9.11.3/unit/atf-src/atf-c/detail/
H A Dfs_test.c513 chmod("reg", 0000);
516 chmod("reg", 0001);
519 chmod("reg", 0010);
522 chmod("reg", 0100);
525 chmod("reg", 0002);
528 chmod("reg", 0020);
531 chmod("reg", 0200);
534 chmod("reg", 0004);
537 chmod("reg", 0040);
540 chmod("re
[all...]
/bind-9.11.3/bin/tests/virtual-time/
H A Drun.sh88 find . -name core -exec chmod 0644 '{}' \;
/bind-9.11.3/
H A Dconfig.h.win32210 #define chmod _chmod
/bind-9.11.3/bin/tests/
H A Dfsaccess_test.c45 n = chmod(PATH, 0);
47 fprintf(stderr, "unable chmod(%s, 0)\n", PATH);
/bind-9.11.3/bin/tests/system/checkds/
H A Dtests.sh20 chmod +x $DIG
/bind-9.11.3/bin/tests/system/metadata/
H A Dtests.sh146 chmod 644 `cat oldstyle.key`.private
/bind-9.11.3/bin/tests/system/
H A Drun.sh105 find . -name core -exec chmod 0644 '{}' \;
/bind-9.11.3/bin/tests/system/runtime/
H A Dclean.sh15 [ -d ns2/nope ] && chmod 755 ns2/nope
H A Dsetup.sh22 chmod 555 ns2/nope
/bind-9.11.3/unit/atf-src/atf-c/
H A Dutils_test.c191 ATF_REQUIRE(chmod("src.txt", 0520) != -1);
/bind-9.11.3/unit/atf-src/atf-c++/detail/
H A Dfs_test.cpp396 ::chmod(p.c_str(), 0000);
399 ::chmod(p.c_str(), 0001);
402 ::chmod(p.c_str(), 0010);
405 ::chmod(p.c_str(), 0100);
408 ::chmod(p.c_str(), 0002);
411 ::chmod(p.c_str(), 0020);
414 ::chmod(p.c_str(), 0200);
417 ::chmod(p.c_str(), 0004);
420 ::chmod(p.c_str(), 0040);
423 ::chmod(
[all...]
/bind-9.11.3/unit/atf-src/atf-c++/
H A Dutils_test.cpp184 ATF_REQUIRE(chmod("src.txt", 0520) != -1);
/bind-9.11.3/unit/atf-src/atf-sh/
H A Datf-check_test.sh38 chmod +x script.sh
56 chmod +x script.sh
H A Dintegration_test.sh32 chmod +x "${output}"
97 chmod +x custom-shell
116 chmod +x custom-shell
135 chmod +x custom-shell
/bind-9.11.3/unit/atf-src/test-programs/
H A Dresult_test.sh96 chmod 444 dir
/bind-9.11.3/unit/atf-src/tools/
H A Datf-report_test.sh42 chmod +x tp5
H A Datf-run_test.sh380 chmod +x helper
407 chmod +x helper
437 chmod +x helper
459 chmod +x helper
481 chmod +x helper
506 chmod +x helper
776 chmod +x helper
814 chmod +x helper
H A Datffile_test.cpp73 ATF_REQUIRE(::chmod(name, S_IRWXU) != -1);
H A Dfs.cpp209 if (chmod(p.c_str(), fi.get_mode() | S_IRWXU) == -1) {
216 p.str() + ")", "chmod(2) failed",
H A Dfs_test.cpp408 ::chmod(p.c_str(), 0000);
411 ::chmod(p.c_str(), 0001);
414 ::chmod(p.c_str(), 0010);
417 ::chmod(p.c_str(), 0100);
420 ::chmod(p.c_str(), 0002);
423 ::chmod(p.c_str(), 0020);
426 ::chmod(p.c_str(), 0200);
429 ::chmod(p.c_str(), 0004);
432 ::chmod(p.c_str(), 0040);
435 ::chmod(
[all...]
/bind-9.11.3/util/
H A Dkit.sh158 chmod +x configure install-sh mkinstalldirs bin/tests/system/ifconfig.sh
162 chmod +x lib/bind/configure lib/bind/mkinstalldirs
H A Dupdate_copyrights593 chmod $mode, "$file.new";

Completed in 44 milliseconds

123