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

1 2

  /src/share/examples/refuse/fanoutfs/
fanoutfs.conf 3 dir1
  /src/external/bsd/kyua-atf-compat/dist/
atf2kyua_test.sh 81 mkdir dir1
82 create_test_program dir1/ignore-me pass
83 create_test_program dir1/prog2 fail
85 mkdir dir1/dir2
86 create_test_program dir1/dir2/prog3 skip
87 create_test_program dir1/dir2/prog4 pass
92 create_atffile Atffile 'prop: test-suite = "foo"' 'tp: prog1' 'tp: dir1'
93 create_atffile dir1/Atffile 'prop: test-suite = "bar"' 'tp-glob: [pd]*'
94 create_atffile dir1/dir2/Atffile 'prop: test-suite = "foo"' 'tp: prog3' \
107 include('dir1/Kyuafile'
    [all...]
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
fileio.exp 202 set dir1 [file join $outdir "dir1.fileio.test" "subdir.fileio.test"]
203 remote_exec host "mkdir -p $dir1"
204 set dir1 [file join $outdir "dir2.fileio.test"]
205 remote_exec host "mkdir $dir1"
completion.exp 107 foreach dir1 [ list "./gdb.base" "./outputs/gdb.base/completion" ] {
108 if { [remote_file host exists ${dir1}/completion]
109 && [remote_file host exists ${dir1}/completion0.o]
110 && [remote_file host exists ${dir1}/completion1.o] } {
112 gdb_test "complete target ${target_name} ${dir1}/completion" \
113 "target ${target_name} ${dir1}/completion.*${dir1}/completion0\\.o.*${dir1}/completion1\\.o.*" \
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
fileio.exp 202 set dir1 [file join $outdir "dir1.fileio.test" "subdir.fileio.test"]
203 remote_exec host "mkdir -p $dir1"
204 set dir1 [file join $outdir "dir2.fileio.test"]
205 remote_exec host "mkdir $dir1"
completion.exp 107 foreach dir1 [ list "./gdb.base" "./outputs/gdb.base/completion" ] {
108 if { [remote_file host exists ${dir1}/completion]
109 && [remote_file host exists ${dir1}/completion0.o]
110 && [remote_file host exists ${dir1}/completion1.o] } {
112 gdb_test "complete target ${target_name} ${dir1}/completion" \
113 "target ${target_name} ${dir1}/completion.*${dir1}/completion0\\.o.*${dir1}/completion1\\.o.*" \
  /src/tests/fs/tmpfs/
t_rename.sh 251 atf_check -s exit:0 -o empty -e empty mkdir dir1
253 atf_check -s exit:0 -o empty -e empty touch dir1/a
254 echo 'mv dir1/a dir2/a' | kqueue_monitor 3 dir1 dir1/a dir2
255 kqueue_check dir1/a NOTE_RENAME
256 kqueue_check dir1 NOTE_WRITE
259 atf_check -s exit:0 -o empty -e empty rmdir dir1
  /src/external/bsd/atf/dist/tools/
atf-report_test.sh 32 mkdir dir1
33 cp $(atf_get_srcdir)/pass_helper dir1/tp1
34 cp $(atf_get_srcdir)/fail_helper dir1/tp2
49 tp: dir1
55 cat >dir1/Atffile <<EOF
260 tc, #.#, dir1/tp1, main, passed
261 tp, #.#, dir1/tp1, passed
262 tc, #.#, dir1/tp2, main, failed, This always fails
263 tp, #.#, dir1/tp2, failed
288 dir1/tp1 (1/5): 1 test case
    [all...]
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/
dwp-symlink.exp 100 # dir1/real-binary-with-random-name
105 set dwp_bin_dir [standard_output_file dwp-dir1]
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.gdb/
index-file.exp 47 set dir1 [standard_output_file "index_1"]
48 remote_exec host "mkdir -p ${dir1}"
51 gdb_test_multiple "save gdb-index $dir1" "create gdb-index file" {
64 gdb_test_no_output "save gdb-index -dwarf-5 $dir1" \
137 check_symbol_table_usage "$dir1/${index_filename_base}.gdb-index"
174 "cmp -s \"$dir1/${index_filename_base}.${suffix}\" \"$dir2/${index_filename_base}.${suffix}\""]
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.dwarf2/
dwp-symlink.exp 95 # dir1/real-binary-with-random-name
100 set dwp_bin_dir [standard_output_file dwp-dir1]
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.gdb/
index-file.exp 42 set dir1 [standard_output_file "index_1"]
43 remote_exec host "mkdir -p ${dir1}"
45 gdb_test_no_output "save gdb-index $dir1" \
48 gdb_test_no_output "save gdb-index -dwarf-5 $dir1" \
121 check_symbol_table_usage "$dir1/${index_filename_base}.gdb-index"
158 "cmp -s \"$dir1/${index_filename_base}.${suffix}\" \"$dir2/${index_filename_base}.${suffix}\""]
  /src/external/bsd/kyua-cli/dist/utils/fs/
operations_test.cpp 169 const fs::path dir1 = fs::current_path() / "dir1"; local
171 fs::mkdir(dir1, 0755);
173 utils::setenv("PATH", dir1.str() + ":" + dir2.str());
178 atf::utils::create_file((dir1 / "ls").str(), "");
179 ATF_REQUIRE_EQ(dir1 / "ls", fs::find_in_path("ls").get());
220 fs::mkdir(fs::path("dir1/dir2"), 0755);
225 ATF_REQUIRE(!lookup(".", "dir1", DT_DIR));
330 fs::mkdir(fs::path("root/dir1"), 0755);
331 fs::mkdir(fs::path("root/dir1/dir2"), 0755)
    [all...]
  /src/external/gpl2/xcvs/dist/diff/
diff.c 936 DIR0/NAME0 and DIR1/NAME1, at level DEPTH in directory recursion.
944 compare_files (dir0, name0, dir1, name1, depth)
945 char const *dir0, *dir1;
965 char const *dir = name0 == 0 ? dir1 : dir0;
987 inf[1].name = dir1 == 0 ? name1 : (free1 = dir_file_pathname (dir1, name1));
1122 char const *dir = (inf[0].desc == -1) ? dir1 : dir0;
  /src/games/dab/
algor.cc 278 int dir1; local
282 if (count > (count1 = find_min_closure1(y1, x1, dir1, b, i))) {
286 dir = dir1;
  /src/sys/arch/ia64/ia64/
pmap.c 1102 struct ia64_lpte **dir1; local
1112 dir1 = ia64_kptdir[KPTE_DIR0_INDEX(va)];
1113 leaf = dir1[KPTE_DIR1_INDEX(va)];
1117 UVMHIST_LOG(maphist, "(dir1=%p, leaf=%p ret=%p)",
1118 dir1, leaf, &leaf[KPTE_PTE_INDEX(va)], 0);
1583 struct ia64_lpte **dir1; local
1605 dir1 = ia64_kptdir[KPTE_DIR0_INDEX(kernel_vm_end)];
1607 if (dir1 == NULL) {
1615 panic("%s: cannot add dir1 page", __func__);
1619 dir1 = (struct ia64_lpte **)pmap_page_to_va(nkpg)
    [all...]
  /src/external/bsd/zstd/dist/programs/
util.c 1125 static char* mallocAndJoin2Dir(const char *dir1, const char *dir2)
1127 assert(dir1 != NULL && dir2 != NULL);
1128 { const size_t dir1Size = strlen(dir1);
1135 memcpy(outDirBuffer, dir1, dir1Size);
  /src/sbin/routed/
trace.c 888 trace_rip(const char *dir1, const char *dir2,
906 dir1, msg->rip_vers, msg->rip_cmd, dir2,
914 dir1, msg->rip_vers, ripcmds[msg->rip_cmd], dir2,
  /src/sys/dev/usb/
if_gscan.c 717 const uint8_t dir1 = UE_GET_DIR(ed->bEndpointAddress); local
719 if (dir1 != UE_DIR_IN || xt1 != UE_BULK) {
721 "ep 1 wrong dir %d or xt %d\n", dir1, xt1);
  /src/external/gpl2/xcvs/dist/src/
sanity.sh 3264 dotest basicb-cod-1 "${testcvs} -q co -d first-dir1 first-dir" \
3265 'U first-dir1/Emptydir/sfile1
3266 U first-dir1/sdir2/sfile2'
3267 rm -r first-dir1
3843 for i in dir1 dir2 dir3 dir4 dir5 dir6 dir7 dir8; do
3846 "Directory ${CVSROOT_DIRNAME}/first-dir/dir1[/dir0-9]* added to the repository"
3855 $CVSROOT_DIRNAME/first-dir/dir1/file1,v <-- first-dir/dir1/file1
3857 $CVSROOT_DIRNAME/first-dir/dir1/dir2/file1,v <-- first-dir/dir1/dir2/file
    [all...]
  /src/crypto/dist/ipsec-tools/misc/
cvs2cl.pl 2511 my ($dir1, $dir2) = map +(fileparse($_))[1], $path1, $path2;
2518 for $dir1, $dir2;
2522 my @path1 = grep length($_), split qr!/!, $dir1;
  /src/external/gpl3/binutils/dist/gprofng/src/
DwarfLib.cc 1530 char *dir1 = NULL; local
1532 dir1 = dir_names->get(0)->fname;
1533 if (dir1 && *dir != 0)
1534 fnp->path = dbe_sprintf ("%s/%s/%s", dir1, dir, fnp->fname);
  /src/external/gpl3/binutils.old/dist/gprofng/src/
DwarfLib.cc 1530 char *dir1 = NULL; local
1532 dir1 = dir_names->get(0)->fname;
1533 if (dir1 && *dir != 0)
1534 fnp->path = dbe_sprintf ("%s/%s/%s", dir1, dir, fnp->fname);
  /src/external/gpl3/gdb/dist/gdb/
target-descriptions.c 1861 gdb::unique_xmalloc_ptr<char> dir1 (tilde_expand (dir));
1862 std::string feature_dir (dir1.get ());
  /src/external/gpl3/gdb.old/dist/gdb/
target-descriptions.c 1873 gdb::unique_xmalloc_ptr<char> dir1 (tilde_expand (dir));
1874 std::string feature_dir (dir1.get ());

Completed in 34 milliseconds

1 2