/openbsd/gnu/usr.bin/perl/t/lib/warnings/ |
H A D | taint | 21 chdir $a ; 24 Insecure dependency in chdir while running with -T switch at - line 12. 41 chdir $a; 43 chdir $a ; 46 chdir $a ; 49 Insecure dependency in chdir while running with -T switch at - line 12. 50 Insecure dependency in chdir while running with -T switch at - line 17. 69 chdir $a; 71 chdir $a ; 74 chdir $a ; [all …]
|
H A D | pp_sys | 742 chdir FOO; 743 chdir BAR; 744 chdir $dh; 745 chdir $fh; 747 chdir FOO; 748 chdir BAR; 749 chdir $dh; 750 chdir $fh; 752 chdir() on unopened filehandle FOO at - line 20. 753 chdir() on closed filehandle BAR at - line 21. [all …]
|
/openbsd/gnu/usr.bin/perl/ |
H A D | TestInit.pm | 57 my ($abs, $chdir, $setopt); 70 $chdir = '..' 91 $chdir = $1; 96 $chdir = 't'; 116 if (defined $chdir) { 117 chdir $chdir or die "Can't chdir '$chdir': $!";
|
/openbsd/usr.bin/cvs/ |
H A D | server.c | 119 if (chdir(cvs_server_path) == -1) in cvs_server() 534 if (chdir(server_currentdir) == -1) in cvs_server_add() 546 if (chdir(server_currentdir) == -1) in cvs_server_import() 558 if (chdir(server_currentdir) == -1) in cvs_server_admin() 570 if (chdir(server_currentdir) == -1) in cvs_server_annotate() 582 if (chdir(server_currentdir) == -1) in cvs_server_rannotate() 594 if (chdir(server_currentdir) == -1) in cvs_server_commit() 606 if (chdir(server_currentdir) == -1) in cvs_server_checkout() 618 if (chdir(server_currentdir) == -1) in cvs_server_diff() 630 if (chdir(server_currentdir) == -1) in cvs_server_rdiff() [all …]
|
/openbsd/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/ |
H A D | problems.t | 6 chdir 't'; 34 ok( chdir File::Spec->updir, 'chdir ..' ); 38 ok( chdir $DIRNAME, "chdir'd to Problem-Module" ) || 39 diag("chdir failed: $!");
|
H A D | unicode.t | 6 chdir 't'; 73 ok( chdir File::Spec->updir, 'chdir updir' ); 77 ok( chdir $DIRNAME, "chdir'd to $DIRNAME" ) || 78 diag("chdir failed: $!");
|
/openbsd/gnu/usr.bin/perl/dist/threads/t/ |
H A D | kill3.t | 40 chdir $tmp; 43 chdir $dir; 48 chdir $cwd; 82 chdir $tmp; 85 chdir $dir; 90 chdir $cwd;
|
/openbsd/usr.bin/calendar/ |
H A D | calendar.c | 170 if (chdir(pw->pw_dir)) { in main() 177 if (chdir(calendarHome)) { in main() 200 if (chdir(pw->pw_dir) || in main() 202 chdir(calendarHome) || in main() 260 if(!chdir(caldir)) in main()
|
/openbsd/regress/sys/kern/unveil/ |
H A D | syscalls.c | 406 UV_SHOULD_ENOENT((chdir(uv_dir2) == -1), "chdir"); in test_chdir() 407 UV_SHOULD_SUCCEED((chdir(uv_dir1) == -1), "chdir"); in test_chdir() 408 UV_SHOULD_ENOENT((chdir(uv_dir2) == -1), "chdir"); in test_chdir() 437 UV_SHOULD_SUCCEED((chdir(uv_dir1) == -1), "chdir"); in test_parent_dir() 439 UV_SHOULD_SUCCEED((chdir(filename) == -1), "chdir"); in test_parent_dir() 441 UV_SHOULD_SUCCEED((chdir("../subdir2") == -1), "chdir"); in test_parent_dir() 443 UV_SHOULD_SUCCEED((chdir(filename) == -1), "chdir"); in test_parent_dir() 450 UV_SHOULD_ENOENT((chdir("../../..") == -1), "chdir"); in test_parent_dir() 451 UV_SHOULD_ENOENT((chdir(uv_dir2) == -1), "chdir"); in test_parent_dir() 788 if ((chdir(uv_dir1) == -1)) { in test_dotdotup() [all …]
|
/openbsd/bin/csh/ |
H A D | dir.c | 79 if (chdir(tcp) == 0) in dinit() 114 if (chdir("/") == -1) in dinit() 330 if (chdir(short2str(cp)) == -1) in dochngd() 343 if (chdir(tmp = short2str(dp->di_name)) == -1) in dochngd() 415 if (chdir(short2str(dp)) >= 0) { in dfollow() 421 if (chdir(short2str(cp)) >= 0) in dfollow() 438 if (chdir(short2str(buf)) >= 0) { in dfollow() 447 if ((dp[0] == '/' || dp[0] == '.') && chdir(short2str(dp)) >= 0) { in dfollow() 479 if (chdir(tmp = short2str(dp->di_name)) == -1) in dopushd() 496 if (chdir(tmp = short2str(dp->di_name)) == -1) in dopushd() [all …]
|
/openbsd/regress/lib/libc/sys/ |
H A D | t_chroot.c | 65 ATF_REQUIRE(chdir(buf) == 0); in ATF_TC_BODY() 99 (void)chdir("/"); in ATF_TC_BODY() 190 ATF_REQUIRE(chdir(buf) == 0); in ATF_TC_BODY() 222 (void)chdir("/"); in ATF_TC_BODY()
|
/openbsd/gnu/usr.bin/perl/cpan/Win32/t/ |
H A D | Unicode.t | 36 chdir($home); 82 ok(chdir($home)); 96 # We can chdir() into the Unicode directory if we use the ANSI name 97 ok(chdir(Win32::GetANSIPathName($dir)));
|
/openbsd/gnu/llvm/lldb/examples/customization/pwd-cd-and-system/ |
H A D | utils.py | 23 def chdir(debugger, args, result, dict): function 38 os.chdir(new_dir)
|
/openbsd/gnu/usr.bin/perl/ext/Pod-Html/t/ |
H A D | cache.t | 18 END { chdir($startdir) or die("Cannot change back to $startdir: $!"); } 68 chdir("t"); 73 chdir($cwd);
|
/openbsd/regress/usr.bin/mandoc/db/makeinodes/ |
H A D | makeinodes.c | 46 if (chdir(argv[1]) == -1) in main() 50 if (chdir("man1") == -1) in main()
|
/openbsd/gnu/usr.bin/perl/dist/PathTools/t/ |
H A D | cwd_enoent.t | 15 unless(mkdir("$tmp/testdir") && chdir("$tmp/testdir") && rmdir("$tmp/testdir")){ 58 chdir $tmp or die "$tmp: $!"; 60 END { chdir $tmp; }
|
/openbsd/gnu/llvm/clang/utils/analyzer/ |
H A D | entrypoint.py | 39 os.chdir('/build') 70 os.chdir("/projects")
|
/openbsd/gnu/llvm/lld/utils/ |
H A D | benchmark.py | 109 os.chdir(bench.directory) 114 os.chdir('..') 137 os.chdir(args.benchmark_directory)
|
/openbsd/usr.bin/vi/ex/ |
H A D | ex_cd.c | 80 if (!chdir(dir)) in ex_cd() 111 if (!chdir(buf)) { in ex_cd()
|
/openbsd/gnu/usr.bin/perl/lib/ |
H A D | CORE.pod | 52 C<chdir>, C<chomp>, C<chop>, C<defined>, C<delete>, C<eof>, C<exec>, 62 use subs 'chdir'; 63 sub chdir { ... } 64 chdir $somewhere;
|
/openbsd/gnu/usr.bin/perl/cpan/Module-Load/t/ |
H A D | 01_Module-Load.t | 7 chdir '../lib/Module/Load' if -d '../lib/Module/Load'; 12 BEGIN { chdir 't' if -d 't' }
|
/openbsd/usr.bin/lndir/ |
H A D | lndir.c | 125 if (chdir(tn) == -1) in main() 268 if (chdir(dp->d_name) == -1) { in dodir() 274 if (chdir("..") == -1) in dodir()
|
/openbsd/regress/usr.bin/lastcomm/ |
H A D | unveil.c | 29 chdir("/var"); in main()
|
/openbsd/usr.sbin/rbootd/ |
H A D | rbootd.c | 162 if (chdir(BootDir) == -1) { in main() 179 if (chdir("/") == -1) { in main()
|
/openbsd/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/ |
H A D | simple.t | 3 chdir 't';
|