Searched refs:chmod (Results 1 - 25 of 61) sorted by relevance
123
| /bind-9.11.3/lib/isc/unix/ |
| H A D | fsaccess.c | 80 if (chmod(path, mode) < 0)
|
| /bind-9.11.3/lib/isc/win32/ |
| H A D | dir.c | 266 i = chmod(templet, 0700);
|
| /bind-9.11.3/unit/atf-src/admin/ |
| H A D | install-sh | 58 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 D | fs_test.c | 513 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 D | run.sh | 88 find . -name core -exec chmod 0644 '{}' \;
|
| /bind-9.11.3/ |
| H A D | config.h.win32 | 210 #define chmod _chmod
|
| /bind-9.11.3/bin/tests/ |
| H A D | fsaccess_test.c | 45 n = chmod(PATH, 0); 47 fprintf(stderr, "unable chmod(%s, 0)\n", PATH);
|
| /bind-9.11.3/bin/tests/system/checkds/ |
| H A D | tests.sh | 20 chmod +x $DIG
|
| /bind-9.11.3/bin/tests/system/metadata/ |
| H A D | tests.sh | 146 chmod 644 `cat oldstyle.key`.private
|
| /bind-9.11.3/bin/tests/system/ |
| H A D | run.sh | 105 find . -name core -exec chmod 0644 '{}' \;
|
| /bind-9.11.3/bin/tests/system/runtime/ |
| H A D | clean.sh | 15 [ -d ns2/nope ] && chmod 755 ns2/nope
|
| H A D | setup.sh | 22 chmod 555 ns2/nope
|
| /bind-9.11.3/unit/atf-src/atf-c/ |
| H A D | utils_test.c | 191 ATF_REQUIRE(chmod("src.txt", 0520) != -1);
|
| /bind-9.11.3/unit/atf-src/atf-c++/detail/ |
| H A D | fs_test.cpp | 396 ::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 D | utils_test.cpp | 184 ATF_REQUIRE(chmod("src.txt", 0520) != -1);
|
| /bind-9.11.3/unit/atf-src/atf-sh/ |
| H A D | atf-check_test.sh | 38 chmod +x script.sh 56 chmod +x script.sh
|
| H A D | integration_test.sh | 32 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 D | result_test.sh | 96 chmod 444 dir
|
| /bind-9.11.3/unit/atf-src/tools/ |
| H A D | atf-report_test.sh | 42 chmod +x tp5
|
| H A D | atf-run_test.sh | 380 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 D | atffile_test.cpp | 73 ATF_REQUIRE(::chmod(name, S_IRWXU) != -1);
|
| H A D | fs.cpp | 209 if (chmod(p.c_str(), fi.get_mode() | S_IRWXU) == -1) { 216 p.str() + ")", "chmod(2) failed",
|
| H A D | fs_test.cpp | 408 ::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 D | kit.sh | 158 chmod +x configure install-sh mkinstalldirs bin/tests/system/ifconfig.sh 162 chmod +x lib/bind/configure lib/bind/mkinstalldirs
|
| H A D | update_copyrights | 593 chmod $mode, "$file.new";
|
Completed in 68 milliseconds
123