Home
last modified time | relevance | path

Searched refs:dir2 (Results 1 – 9 of 9) sorted by relevance

/titanic_51/usr/src/test/zfs-tests/tests/functional/snapshot/
H A Dsnapshot_017_pos.ksh75 verify_file $DIR/dir1/dir2/file5
76 verify_file $DIR/dir1/dir2/file6
85 verify_file ./dir1/dir2/file5
86 verify_file ./dir1/dir2/file6
96 cd dir2
144 # ./dir1/dir2/file5
145 # ./dir1/dir2/file6
154 $MKDIR dir2
155 cd dir2
173 cd dir2
[all...]
/titanic_51/usr/src/lib/libshell/common/tests/
H A Dpath.sh38 mkdir dir1 dir2
43 cat > dir2/foobar << '+++'
45 function dir2 { print dir2;}
52 FPATH=$PWD/dir2
58 FPATH=$PWD/dir2
61 [[ ${ dir2;} == dir2 ]] || err_exit 'should be dir2'
67 [[ ${ dir2;} == dir2 ]] 2> /dev/null && err_exit 'should not be be dir2'
68 FPATH=$PWD/dir2
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/tests/
H A Dpath.sh38 mkdir dir1 dir2
43 cat > dir2/foobar << '+++'
45 function dir2 { print dir2;}
52 FPATH=$PWD/dir2
58 FPATH=$PWD/dir2
61 [[ ${ dir2;} == dir2 ]] || err_exit 'should be dir2'
67 [[ ${ dir2;}
[all...]
/titanic_51/usr/src/cmd/abi/appcert/scripts/
H A Dsymprof.pl898 my ($dir2, $cnt);
899 foreach $dir2 (@dirlist) {
900 next if (! defined($dir2));
901 next if ($dir2 eq $dir);
902 if (exists($uref->{$dir2})) {
903 $cnt = $uref->{$dir2};
911 $sorting_list{"$dir2 $cnt"} = $dir2;
924 foreach $dir2 (@executables_to_try) {
925 $path2 = dir_name_to_path($dir2);
[all...]
/titanic_51/usr/src/lib/libshare/common/
H A Dissubdir.c58 * dir1 is a subdirectory of dir2 within the same filesystem if
59 * (a) dir1 is identical to dir2
60 * (b) dir1's parent is dir2
63 issubdir(dir1, dir2) in issubdir() argument
65 char *dir2;
82 if (stat(dir2, &parent_st) < 0) {
/titanic_51/usr/src/cmd/fs.d/nfs/statd/
H A Dsm_statd.c97 static void remove_single_name(char *name, char *dir1, char *dir2);
1019 * Remove the name from the specified directory, which is dir1/dir2 or
1020 * dir1, depending on whether dir2 is NULL.
1023 remove_single_name(char *name, char *dir1, char *dir2) in remove_single_name() argument
1030 if (strlen(name) + strlen(dir1) + (dir2 != NULL ? strlen(dir2) : 0) + in remove_single_name()
1032 if (dir2 != NULL) in remove_single_name()
1035 dir1, dir2, name); in remove_single_name()
1046 if (dir2 != NULL) { in remove_single_name()
1047 (void) strcat(path, dir2); in remove_single_name()
[all...]
/titanic_51/usr/src/cmd/cmd-inet/usr.sbin/in.routed/
H A Dtrace.c1106 trace_rip(const char *dir1, const char *dir2, in trace_rip() argument
1124 dir1, msg->rip_vers, msg->rip_cmd, dir2, in trace_rip()
1132 dir1, msg->rip_vers, ripcmds[msg->rip_cmd], dir2, in trace_rip()
/titanic_51/usr/src/tools/scripts/
H A Dwsdiff.py1036 def clearTmpDirs(dir1, dir2) : argument
1041 if os.path.isdir(dir2) > 0 :
1042 shutil.rmtree(dir2, True)
/titanic_51/usr/src/cmd/diff/
H A Ddiff.c1242 struct dir *dir1, *dir2; in diffdir() local
1272 dir2 = setupdir(file2); in diffdir()
1273 d1 = dir1; d2 = dir2; in diffdir()
1316 scanpr(dir2, ONLY, in diffdir()