| /src/usr.bin/make/unit-tests/ |
| objdir-writable.exp | 1 make: warning: <tmpdir>/roobj: Permission denied 2 <tmpdir> 3 <tmpdir>/roobj 4 <tmpdir>/roobj
|
| export.exp | 2 TMPDIR=<tmpdir>
|
| cmdline.exp | 2 show-objdir: <tmpdir>/cmdline/6a8899d2-d227-4b55-9b6b-f3c8eeb83fd5 4 show-objdir: <tmpdir>/cmdline/a7b41170-53f8-4cc2-bc5c-e4c3dd93ec45/
|
| varname-dot-make-meta-ignore_filter.exp | 2 Building <tmpdir>/obj/check-ignore 8 <tmpdir>/obj/check-ignore.meta:<line>: file '<tmpdir>/ignore/check' is newer than the target... 9 Building <tmpdir>/obj/check-ignore
|
| varname-dot-make-meta-ignore_paths.exp | 2 Building <tmpdir>/obj/check-ignore 8 <tmpdir>/obj/check-ignore.meta:<line>: file '<tmpdir>/ignore/check' is newer than the target... 9 Building <tmpdir>/obj/check-ignore
|
| varname-dot-make-meta-ignore_patterns.exp | 2 Building <tmpdir>/obj/check-ignore 8 <tmpdir>/obj/check-ignore.meta:<line>: file '<tmpdir>/ignore/check' is newer than the target... 9 Building <tmpdir>/obj/check-ignore
|
| /src/usr.bin/sdiff/ |
| extern.h | 10 extern const char *tmpdir;
|
| /src/external/bsd/tre/dist/tests/ |
| build-run.sh | 17 tmpdir=build-tmp-$dir-$hostname-$$ 19 rm -rf $tmpdir 20 mkdir $tmpdir 21 cp $pkg $tmpdir 22 cd $tmpdir
|
| /src/external/mit/libuv/dist/test/ |
| test-tmpdir.c | 29 TEST_IMPL(tmpdir) { 30 char tmpdir[PATHMAX]; local 36 len = sizeof tmpdir; 37 tmpdir[0] = '\0'; 39 ASSERT_OK(strlen(tmpdir)); 40 r = uv_os_tmpdir(tmpdir, &len); 42 ASSERT_EQ(strlen(tmpdir), len); 44 ASSERT_EQ(tmpdir[len], '\0'); 47 last = tmpdir[len - 1]; 57 r = uv_os_tmpdir(tmpdir, &len) [all...] |
| /src/external/apache2/llvm/dist/clang/tools/scan-build-py/tests/functional/cases/ |
| test_from_cmd.py | 24 with libear.TemporaryDirectory() as tmpdir: 25 make = make_args(tmpdir) + ['build_regular'] 26 outdir = self.run_analyzer(tmpdir, [], make) 30 with libear.TemporaryDirectory() as tmpdir: 31 make = make_args(tmpdir) + ['build_clean'] 32 outdir = self.run_analyzer(tmpdir, [], make) 36 with libear.TemporaryDirectory() as tmpdir: 37 make = make_args(tmpdir) + ['build_clean'] 38 outdir = self.run_analyzer(tmpdir, ['--keep-empty'], make) 49 with libear.TemporaryDirectory() as tmpdir [all...] |
| test_create_cdb.py | 16 def run_intercept(tmpdir, args): 17 result = os.path.join(tmpdir, 'cdb.json') 18 make = make_args(tmpdir) + args 30 with libear.TemporaryDirectory() as tmpdir: 31 result = self.run_intercept(tmpdir, ['build_regular']) 36 with libear.TemporaryDirectory() as tmpdir: 37 result = os.path.join(tmpdir, 'cdb.json') 38 make = make_args(tmpdir) + ['build_regular'] 46 with libear.TemporaryDirectory() as tmpdir: 47 result = self.run_intercept(tmpdir, ['-j', '4', 'build_regular'] [all...] |
| test_from_cdb.py | 38 with libear.TemporaryDirectory() as tmpdir: 39 cdb = prepare_cdb('regular', tmpdir) 40 exit_code, reportdir = run_analyzer(tmpdir, cdb, []) 44 with libear.TemporaryDirectory() as tmpdir: 45 cdb = prepare_cdb('clean', tmpdir) 46 exit_code, reportdir = run_analyzer(tmpdir, cdb, []) 50 with libear.TemporaryDirectory() as tmpdir: 51 cdb = prepare_cdb('clean', tmpdir) 52 exit_code, reportdir = run_analyzer(tmpdir, cdb, ['--keep-empty']) 58 with libear.TemporaryDirectory() as tmpdir [all...] |
| /src/external/apache2/llvm/dist/clang/tools/scan-build-py/tests/unit/ |
| test_libear.py | 14 with sut.TemporaryDirectory() as tmpdir: 15 self.assertTrue(os.path.isdir(tmpdir)) 16 dirname = tmpdir 23 with sut.TemporaryDirectory() as tmpdir: 24 self.assertTrue(os.path.isdir(tmpdir)) 25 dirname = tmpdir
|
| test_report.py | 15 with libear.TemporaryDirectory() as tmpdir: 16 file_name = os.path.join(tmpdir, 'test.html') 24 with libear.TemporaryDirectory() as tmpdir: 25 file_name = os.path.join(tmpdir, preproc + '.info.txt') 80 with libear.TemporaryDirectory() as tmpdir: 81 filename = os.path.join(tmpdir, 'test.c') 90 'output_dir': tmpdir, 99 for root, _, files in os.walk(tmpdir): 361 with libear.TemporaryDirectory() as tmpdir: 363 file_name = os.path.join(tmpdir, 'results-{}.sarif'.format(idx) [all...] |
| /src/external/gpl3/gdb.old/dist/gdb/contrib/ |
| expect-read1.sh | 37 tmpdir=$(mktemp -d) 40 trap 'rm -rf $tmpdir' EXIT 43 SO=$tmpdir/expect-read1.so
|
| /src/external/gpl3/gdb/dist/gdb/contrib/ |
| expect-read1.sh | 37 tmpdir=$(mktemp -d) 40 trap 'rm -rf $tmpdir' EXIT 43 SO=$tmpdir/expect-read1.so
|
| /src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/ |
| javacomp.c | 460 FILE_NAME is the name of a file inside TMPDIR that is known not to exist 464 write_temp_file (struct temp_dir *tmpdir, const char *file_name, 469 register_temp_file (tmpdir, file_name); 474 unregister_temp_file (tmpdir, file_name); 601 struct temp_dir *tmpdir; local 607 tmpdir = create_temp_dir ("java", NULL, false); 608 if (tmpdir == NULL) 612 concatenated_pathname (tmpdir->dir_name, "conftest.java", NULL); 613 if (write_temp_file (tmpdir, conftest_file_name, 617 cleanup_temp_dir (tmpdir); 659 struct temp_dir *tmpdir; local 802 struct temp_dir *tmpdir; local 1099 struct temp_dir *tmpdir; local 1159 struct temp_dir *tmpdir; local 1216 struct temp_dir *tmpdir; local 1323 struct temp_dir *tmpdir; local [all...] |
| clean-temp.c | 36 #include "tmpdir.h" 242 parent directory is used (either $TMPDIR or /tmp or similar). 252 struct tempdir *tmpdir; local 309 tmpdir = (struct tempdir *) xmalloc (sizeof (struct tempdir)); 310 tmpdir->dirname = NULL; 311 tmpdir->cleanup_verbose = cleanup_verbose; 312 tmpdir->subdirs = gl_list_create_empty (GL_LINKEDHASH_LIST, 314 tmpdir->files = gl_list_create_empty (GL_LINKEDHASH_LIST, 322 _("cannot find a temporary directory, try setting $TMPDIR")); 329 tmpdir->dirname = tmpdirname 360 struct tempdir *tmpdir = (struct tempdir *)dir; local 374 struct tempdir *tmpdir = (struct tempdir *)dir; local 395 struct tempdir *tmpdir = (struct tempdir *)dir; local 410 struct tempdir *tmpdir = (struct tempdir *)dir; local 486 struct tempdir *tmpdir = (struct tempdir *)dir; local 530 struct tempdir *tmpdir = (struct tempdir *)dir; local [all...] |
| /src/usr.bin/mktemp/ |
| mktemp.c | 62 char *tmpdir; local 69 tmpdir = NULL; 80 tmpdir = optarg; 107 if (tmpdir == NULL) 108 tmpdir = getenv("TMPDIR"); 109 if (tmpdir == NULL) 113 (void)asprintf(&name, "%s/%s.XXXXXXXX", tmpdir, prefix); 128 if (tmpdir) 130 tmpdir, argv[0]) [all...] |
| /src/usr.bin/mail/ |
| temp.c | 62 if ((cp = getenv("TMPDIR")) == NULL || *cp == '\0') 65 tmpdir = savestr(cp); 68 p = tmpdir + strlen(tmpdir) - 1; 69 while (p > tmpdir && *p == '/') {
|
| /src/external/bsd/atf/ |
| prepare-import.sh | 71 local tmpdir="$(mktemp -d -t atf-import)" 72 trap "rm -rf '${tmpdir}'; exit 1" HUP INT QUIT TERM 74 local old_list="${tmpdir}/old-list.txt" 76 local new_list="${tmpdir}/new-list.txt" 79 local added="${tmpdir}/added.txt" 81 local removed="${tmpdir}/removed.txt" 94 rm -rf "${tmpdir}"
|
| /src/usr.bin/sort/ |
| tmp.c | 92 (void)snprintf(path, sizeof(path), "%s%s%s", tmpdir, 93 (tmpdir[strlen(tmpdir)-1] != '/') ? "/" : "", _NAME_TMP);
|
| /src/tests/kernel/ |
| t_magic_symlinks.sh | 30 tmpdir="/tmp/test-magic-symlink" 41 mkdir "$tmpdir" 42 echo "$enabled" > "$tmpdir/enabled" 47 enabled=$(cat "$tmpdir/enabled") 54 rm -rf $tmpdir 60 cd "$tmpdir" 231 realpath "$tmpdir/link"
|
| /src/external/bsd/nsd/dist/contrib/bind2nsd/scripts/ |
| bind2nsd | 80 # the tmpdir as if it were a chroot dir (it simplifies the copy to our 84 # with the same tmpdir, we're hosed 87 tmpdir = conf.getValue('tmpdir') 88 if not os.path.exists(tmpdir): 89 os.makedirs(tmpdir) 90 os.chdir(tmpdir) 101 report_info('=> writing zone files to \"%s\"...' % (tmpdir))
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/ |
| set-cwd.exp | 73 set tmpdir [standard_output_file ""] 79 global decimal gdb_prompt tmpdir 95 # This test only makes sense if $tmpdir != $gdb_cwd_before_run 96 if { ![gdb_assert ![string equal $tmpdir $gdb_cwd_before_run] \ 97 "make sure that tmpdir and GDB's cwd are different"] } { 101 gdb_test_no_output "set cwd $tmpdir" "set inferior cwd to temp dir" 110 gdb_test "print dir" "\\\$$decimal = \"$tmpdir\", .*" \ 135 global decimal gdb_prompt tmpdir 150 # This test only makes sense if $tmpdir != $gdb_cwd. 151 if { ![gdb_assert ![string equal $tmpdir $gdb_cwd] [all...] |