/illumos-gate/usr/src/test/util-tests/tests/ctf/ |
H A D | ctftest-convert-non-c.ksh | 70 cat <<EOF >file3.s 90 $ctf_as -o file3.o file3.s 91 fail_non_c file3.o 92 $ctf_as -o file3.o file3.s 93 $ctf_convert -i file3.o 94 no_ctf file3.o
|
H A D | ctftest-merge-no-ctf.ksh | 81 cat <<EOF >file3.cc 111 $ctf_cxx $cflags -c -o file3.o file3.cc 112 ld -r -o files.o file1.o file3.o 113 $ctf_merge -o files.o file1.o file3.o 114 ld -r -o files.o file1.o file3.o 115 $ctf_merge -m -o files.o file1.o file3.o
|
H A D | ctftest-convert-no-dwarf.ksh | 77 cat <<EOF >file3.cc 131 $ctf_cxx $cflags -c -o file3.o file3.cc 132 ld -r -o files.o file1.o file2.o file3.o
|
/illumos-gate/usr/src/test/zfs-tests/tests/functional/snapshot/ |
H A D | snapshot_017_pos.ksh | 73 verify_file $DIR/dir1/file3 83 verify_file ./dir1/file3 91 verify_file ./file3 99 verify_file ../file3 152 mkfile 10m file3
|
/illumos-gate/usr/src/cmd/bnu/ |
H A D | uucleanup.c | 158 char file1[NAMESIZE+1], file2[NAMESIZE+1], file3[NAMESIZE+1]; local 283 while (gnamef(jcdir, file3)) { 284 DEBUG(9, "file: %s\n", file3); 285 FULLNAME(fullname, statfile, file3); 287 if (EQUALSN(file3, "C.", 2)) { 291 wprocess(statfile, file3); 293 else if (EQUALSN(file3, "D.", 2)) { 295 procdtype(statfile, file3); 385 char file1[BUFSIZ], file2[BUFSIZ], file3[BUFSIZ], type[2], opt[256]; local 421 user, opt, file3) <5) { [all …]
|
H A D | uustat.c | 471 char file1[BUFSIZ], file2[BUFSIZ], file3[BUFSIZ], type[2], opt[256]; local 519 user, opt, file3) <5) { 526 DEBUG(9, "file3 (%s)", file3); 585 sprintf(format_tmp,"%s %ld %s ", user, fsize(dir, file3, file1), file1); 710 char file1[BUFSIZ], file2[BUFSIZ], file3[BUFSIZ], type[2], opt[256]; local 757 user, opt, file3) <6) { 775 DEBUG(9, "file3 (%s)", file3); 796 (void) sprintf(rfullname, "%s/%s", dir, file3);
|
/illumos-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Project/t/ |
H A D | Project.t | 207 my ($ret, $file1, $file2, $file3, $file4, $file5, $pass); 231 # file3, duplicate project ids. 232 open($file3, "+>/tmp/project.$$.3") || fatal($!); 233 print $file3 <<EOF; 282 [ "dup ids", $file3, "/tmp/project.$$.3", $flags1, 0 ], 283 [ "dup ids", $file3, "/tmp/project.$$.3", $flags2, 1 ], 284 [ "dup ids", $file3, "/tmp/project.$$.3", $flags3, 1 ], 285 [ "dup ids", $file3, "/tmp/project.$$.3", $flags4, 0 ], 342 close($file3);
|
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/tests/ |
H A D | io.sh | 485 print foo > $tmp/file3 486 ln -s $tmp/file3 $tmp/file2 489 [[ $(<$tmp/file3) == bar ]] || err_exit '>; not following symlinks'
|
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zpool/ |
H A D | zpool_002_pos.ksh | 71 vdev3=$TESTDIR/file3
|
/illumos-gate/usr/src/cmd/lp/filter/postscript/postio/ |
H A D | README | 64 postio -l /dev/tty?? -b 9600 -L log file1 file2 file3 72 postio -R2 -l/dev/tty?? -b9600 -Llog file1 file2 file3
|
/illumos-gate/usr/src/test/zfs-tests/tests/functional/rsend/ |
H A D | send_spill_block.ksh | 83 log_must truncate -s 0 /$POOL/fs/file3
|