HomeSort by: relevance | last modified time | path
    Searched refs:tmpdir (Results 1 - 25 of 458) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/usr.bin/make/unit-tests/
objdir-writable.exp 1 make: warning: <tmpdir>/roobj: Permission denied
2 <tmpdir>
3 <tmpdir>/roobj
4 <tmpdir>/roobj
objdir-writable.exp 1 make: warning: <tmpdir>/roobj: Permission denied
2 <tmpdir>
3 <tmpdir>/roobj
4 <tmpdir>/roobj
export.exp 2 TMPDIR=<tmpdir>
export.exp 2 TMPDIR=<tmpdir>
  /src/usr.bin/sdiff/
extern.h 10 extern const char *tmpdir;
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
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...]
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_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_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...]
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_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
  /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
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
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...]
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...]
  /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...]

Completed in 85 milliseconds

1 2 3 4 5 6 7 8 91011>>