| /netbsd-src/external/gpl2/gmake/dist/tests/scripts/misc/ |
| H A D | general1 | 11 VPATH = $workdir 31 @files_to_touch = ("$workdir${pathsep}main.c","$workdir${pathsep}defs.h", 32 "$workdir${pathsep}kbd.c","$workdir${pathsep}command.h", 33 "$workdir${pathsep}commands.c","$workdir${pathsep}display.c", 34 "$workdir${pathsep}buffer.h","$workdir${pathsep}insert.c", 35 "$workdir${pathsep}command.c");
|
| H A D | general2 | 13 VPATH = $workdir 32 @files_to_touch = ("$workdir${pathsep}main.c","$workdir${pathsep}defs.h", 33 "$workdir${pathsep}kbd.c","$workdir${pathsep}command.h", 34 "$workdir${pathsep}commands.c","$workdir${pathsep}display.c", 35 "$workdir${pathsep}buffer.h","$workdir${pathsep}insert.c", 36 "$workdir${pathsep}command.c");
|
| /netbsd-src/external/gpl2/gmake/dist/tests/scripts/features/ |
| H A D | vpath | 20 print MAKEFILE "vpath %.c $workdir\n"; 21 print MAKEFILE "vpath %.h $workdir\n"; 41 @files_to_touch = ("$workdir${pathsep}main.c","$workdir${pathsep}defs.h", 42 "$workdir${pathsep}kbd.c","$workdir${pathsep}command.h", 43 "$workdir${pathsep}commands.c","$workdir${pathsep}display.c", 44 "$workdir${pathsep}buffer.h","$workdir${pathsep}insert.c", 45 "$workdir${pathsep}command.c"); 52 $answer = "cc -c $workdir${pathsep}main.c\ncc -c kbd.c\ncc -c commands.c\n"
|
| H A D | vpath2 | 16 print MAKEFILE "VPATH = $workdir:$sourcedir\n"; 18 print MAKEFILE "vpath %.c $workdir\n"; 20 print MAKEFILE "vpath %.h $workdir\n";
|
| H A D | vpathgpath | 6 $VP = "$workdir$pathsep";
|
| H A D | vpathplus | 6 $VP = "$workdir$pathsep";
|
| /netbsd-src/external/gpl2/gmake/dist/tests/scripts/options/ |
| H A D | dash-C | 8 called from another directory using the -C workdir option so that it can both 11 $example = $workdir . $pathsep . "EXAMPLE"; 25 "-C $workdir clean", 28 chdir $workdir; 53 "-C $workdir/ clean ext=slash", 56 chdir $workdir;
|
| H A D | dash-k | 19 VPATH = $workdir 41 @files_to_touch = ("$workdir${pathsep}main.c","$workdir${pathsep}defs.h", 42 "$workdir${pathsep}command.h", 43 "$workdir${pathsep}commands.c","$workdir${pathsep}display.c", 44 "$workdir${pathsep}buffer.h", 45 "$workdir${pathsep}command.c");
|
| H A D | dash-I | 41 &run_make_with_options($makefile,"-I $workdir all",&get_logfile); 49 &run_make_with_options($makefile,"-I $workdir ANOTHER",&get_logfile); 58 &run_make_with_options($makefile,"-I $workdir recurse",&get_logfile);
|
| /netbsd-src/external/apache2/llvm/dist/llvm/bindings/go/ |
| H A D | build.sh | 5 workdir=$gollvmdir/workdir 7 llvm_builddir=$workdir/llvm_build
|
| /netbsd-src/external/gpl2/xcvs/dist/src/ |
| H A D | history.c | 769 char *workdir; in history_write() local 848 workdir = Xasprintf ("%s%s%s%s", tilde, PrCurDir, slash, update_dir); in history_write() 890 cp = workdir + strlen (workdir) - 1; in history_write() 892 for (i = 0; cp2 >= repos && cp > workdir && *cp == *cp2--; cp--) in history_write() 905 username, workdir, repos, revs, name); in history_write() 940 free (workdir); in history_write() 1549 char *workdir; in report_hrecs() local 1570 workdir = xmalloc (strlen (lr->dir) + strlen (lr->end) + 10); in report_hrecs() 1571 (void) sprintf (workdir, "%s%s", lr->dir, lr->end); in report_hrecs() 1572 if ((cp = strrchr (workdir, '/')) != NULL) in report_hrecs() [all …]
|
| /netbsd-src/external/bsd/atf/dist/tools/ |
| H A D | atf-run.cpp | 118 const tools::fs::path& workdir, in dump_stacktrace() argument 125 const tools::fs::path corename = workdir / in dump_stacktrace() 133 const tools::fs::path gdbout = workdir / "gdb.out"; in dump_stacktrace() 443 tools::fs::temp_dir workdir(tools::fs::path(tools::config::get( in run_test_program() local 446 if (::chown(workdir.get_path().c_str(), user.first, in run_test_program() 449 workdir.get_path().str() + ")", "chown(2) failed", in run_test_program() 452 resfile = workdir.get_path() / "tcr"; in run_test_program() 458 resfile, workdir.get_path(), w); in run_test_program() 460 dump_stacktrace(tp, s.second, workdir.get_path(), w); in run_test_program() 464 config, resfile, workdir.get_path(), w); in run_test_program()
|
| H A D | test-program.cpp | 152 const tools::fs::path& workdir; member 167 workdir(p_workdir) in test_case_params() 255 prepare_child(const tools::fs::path& workdir) in prepare_child() argument 265 tools::env::set("HOME", workdir.str()); in prepare_child() 278 tools::fs::change_directory(workdir); in prepare_child() 308 tools::fs::change_ownership(params->workdir, user); in run_test_case_child() 326 prepare_child(params->workdir); in run_test_case_child() 735 const tools::fs::path& workdir, in run_test_case() argument 742 metadata, config, resfile, workdir); in run_test_case()
|
| /netbsd-src/external/gpl3/gdb/dist/readline/readline/doc/ |
| H A D | texi2dvi | 236 for cdd_dir in work_build workdir t2ddir work_bak in_input in_dir; do 1235 work_src=$workdir/src 1318 work_xtr=$workdir/xtr 1341 work_tex4ht=$workdir/tex4ht 1485 ensure_dir "$workdir"/check_recorder 1486 cd_dir "$workdir"/check_recorder 1957 workdir=$t2ddir/`out_lang_tex` 1958 ensure_dir "$workdir" 1962 work_build=$workdir/build 1969 work_bak=$workdir/bak
|
| /netbsd-src/external/apache2/llvm/dist/libcxx/utils/ci/ |
| H A D | run-buildbot-container | 24 docker run -it --volume "${MONOREPO_ROOT}:/llvm" --workdir "/llvm" ldionne/libcxx-builder bash
|
| /netbsd-src/external/mpl/bind/dist/tests/dns/ |
| H A D | master_test.c | 126 test_master(const char *workdir, const char *testfile, in test_master() argument 148 if (workdir != NULL) { in test_master() 149 result = isc_dir_chdir(workdir); in test_master()
|
| /netbsd-src/external/gpl2/gmake/dist/tests/ |
| H A D | test_driver.pl | 108 $workdir = "work"; # The directory where the test will start running 124 $workpath = "$cwdslash$workdir"; 212 print " Failed (See .$diffext files in $workdir dir for details) :-(\n\n";
|
| H A D | ChangeLog | 777 (valid_option): Comment out the workdir/-work stuff so people
|
| /netbsd-src/external/bsd/ntp/dist/scripts/monitoring/ |
| H A D | ntploopwatch | 22 undef($workdir); 112 (@ARGV || die($usage), $workdir = shift(@ARGV), next); 141 if (defined($workdir)) 143 chdir($workdir) || 144 die("$0: failed to change working dir to \"$workdir\": $!\n");
|
| /netbsd-src/usr.bin/make/unit-tests/ |
| H A D | opt-m-include-dir.mk | 22 TEST_DIR:= ${.PARSEFILE:R}.tmp/sub/sub/sub/workdir
|
| /netbsd-src/usr.bin/locate/locate/ |
| H A D | updatedb.sh | 160 workdir)
|
| /netbsd-src/external/bsd/kyua-cli/dist/engine/ |
| H A D | test_case_test.cpp | 240 const fs::path workdir("work"); in run() local 241 fs::mkdir(workdir, 0755); in run() 244 &test_case, _user_config, hooks, workdir); in run() 245 ATF_REQUIRE(::rmdir(workdir.c_str()) != -1); in run()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/ |
| H A D | .gitignore | 57 bindings/go/llvm/workdir
|
| /netbsd-src/external/bsd/atf/dist/ |
| H A D | NEWS | 550 releases by defining the workdir configuration variable (-v workdir=...),
|