Home
last modified time | relevance | path

Searched refs:file1 (Results 1 – 25 of 59) sorted by relevance

123

/illumos-gate/usr/src/test/util-tests/tests/ctf/
H A Dctftest-merge-no-ctf.ksh67 cat <<EOF >file1.c
96 $ctf_cc $cflags $ctf_debugflags -c -o file1.o file1.c
97 $ctf_convert file1.o
99 ld -r -o files.o file2.o file1.o
100 fail_no_ctf $ctf_merge -o files.o file2.o file1.o
101 ld -r -o files.o file2.o file1.o
102 $ctf_merge -m -o files.o file2.o file1.o
104 $ctf_cc $cflags -o mybin file2.o file1.o
105 fail_no_ctf $ctf_merge -o mybin file2.o file1.o
106 $ctf_cc $cflags -o mybin file2.o file1.o
[all …]
H A Dctftest-convert-no-dwarf.ksh66 cat <<EOF >file1.c
105 $ctf_cc $cflags -c -o file1.o file1.c
106 fail_no_debug file1.o
107 $ctf_cc $cflags -c -o file1.o file1.c
108 $ctf_convert -m file1.o
112 $ctf_cc $cflags -o mybin file1.c
114 $ctf_cc $cflags -o mybin file1.c
119 $ctf_cc $cflags -c -o file1.o file1.c
121 ld -r -o files.o file2.o file1.o
123 ld -r -o files.o file2.o file1.o
[all …]
/illumos-gate/usr/src/cmd/bnu/
H A Duucp.c66 char file1[MAXFULLNAME], file2[MAXFULLNAME]; local
313 (void) split(argv[optind], sys1, fwd1, file1);
342 if ((strchr(file1, '*') != NULL
343 || strchr(file1, '?') != NULL
344 || strchr(file1, '[') != NULL)) {
346 if (ckexpf(file1) == FAIL)
355 ruux(sys1, sys1, file1, sys2p, fwd2, file2);
366 ruux(sys2, sys1, file1, "", fwd2, file2);
379 ruux(sys2, sys1, file1, "", fwd2, file2);
400 DEBUG(4, "file1 - %s, ", file1);
[all …]
H A Dbnuconvert.c40 char file1[NAMESIZE+1], file2[NAMESIZE+1]; local
81 while (gdirf(spooldir, file1, SPOOL)) {
83 (void) sprintf(Rmtname, "%s", file1);
84 (void) sprintf(machname, "%s/%s", SPOOL, file1);
85 DEBUG(9, "File1 is (%s)\n", file1);
H A Duucleanup.c158 char file1[NAMESIZE+1], file2[NAMESIZE+1], file3[NAMESIZE+1]; local
251 while (gdirf(spooldir, file1, SPOOL) == TRUE) {
253 if (*soptName && !EQUALS(soptName, file1))
256 (void) strcpy(Rmtname, file1);
257 (void) sprintf(machname, "%s/%s", SPOOL, file1);
266 DEBUG(7, "Directory: (%s) is open\n", file1);
272 LOCKPRE, SYSNSIZE, file1, file2);
385 char file1[BUFSIZ], file2[BUFSIZ], file3[BUFSIZ], type[2], opt[256]; local
420 if (sscanf(buf,"%s%s%s%s%s%s", type, file1, file2,
434 if (EQUALSN(file1, "D.", 2))
[all …]
H A Duustat.c471 char file1[BUFSIZ], file2[BUFSIZ], file3[BUFSIZ], type[2], opt[256]; local
518 if (sscanf(buf,"%s%s%s%s%s%s", type, file1, file2,
524 DEBUG(9, "file1 (%s)", file1);
580 sprintf(format_tmp,"%s %s ", user, file1);
585 sprintf(format_tmp,"%s %ld %s ", user, fsize(dir, file3, file1), file1);
589 (void) sprintf(xfullname, "%s/%s", dir, file1);
710 char file1[BUFSIZ], file2[BUFSIZ], file3[BUFSIZ], type[2], opt[256]; local
756 if (sscanf(buf,"%s%s%s%s%s%s", type, file1, file2,
773 DEBUG(9, "file1 (%s)", file1);
/illumos-gate/usr/src/contrib/ast/src/lib/libcmd/
H A Dcmp.c149 cmp(const char* file1, Sfio_t* f1, const char* file2, Sfio_t* f2, int flags, Sfoff_t count, Sfoff_t… in cmp() argument
173 "read error on %s", file1); in cmp()
179 error(ERROR_exit(1), "EOF on %s", file1); in cmp()
231 …sfprintf(sfstdout, "%s %s differ: char %I*d, line %I*u\n", file1, file2, sizeof(pos), pos - (last … in cmp()
242 …sfprintf(sfstdout, "%s %s differ: char %I*d, line %I*u", file1, file2, sizeof(pos), pos - (last - … in cmp()
268 char* file1; in b_cmp() local
329 if (error_info.errors || !(file1 = *argv++) || !(file2 = *argv++)) in b_cmp()
332 if (streq(file1, "-")) in b_cmp()
334 else if (!(f1 = sfopen(NiL, file1, "r"))) in b_cmp()
337 error(ERROR_system(0), "%s: cannot open", file1); in b_cmp()
[all …]
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_receive/
H A Dzfs_receive_003_pos.ksh54 for file in $ibackup $mntpnt/file1 $mntpnt/file2; do
66 log_must mkfile 10m $mntpnt/file1
76 if [[ ! -f $mntpnt/file1 || ! -f $mntpnt/file2 ]]; then
82 log_must rm -rf $mntpnt/file1
87 log_must rm -rf $mntpnt/file1
89 if [[ ! -f $mntpnt/file1 || ! -f $mntpnt/file2 ]]; then
H A Dzfs_receive_007_neg.ksh52 for file in $ibackup $mntpnt/file1 $mntpnt/file2; do
68 log_must mkfile 10m $mntpnt/file1
79 log_must mkfile 20m $mntpnt/file1
H A Dzfs_receive_006_pos.ksh56 for file in $fbackup1 $fbackup2 $mntpnt/file1 $mntpnt/file2; do
86 log_must mkfile 10m $mntpnt/file1
/illumos-gate/usr/src/cmd/diff/
H A Ddiff.c347 file1 = argv[0]; in main()
365 if (strcmp(file1, "-") == 0) { in main()
373 } else if (stat(file1, &stb1) < 0) { in main()
375 perror(file1); in main()
380 if (strcmp(file1, "-") == 0) in main()
403 filename(&file1, &file2, &stb1, &input_file1); in main()
404 filename(&file2, &file1, &stb2, &input_file2); in main()
405 if ((input[0] = fopen(file1, "r")) == NULL) { in main()
407 perror(file1); in main()
430 perror(ferror(input[0])? file1:file2); in main()
[all …]
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_promote/
H A Dzfs_promote_001_pos.ksh57 for data in $file0 $file1; do
100 file1=$TESTDIR/$TESTFILE1
111 log_must mkfile $FILESIZE $file1
118 testing_verify $fs $file1 $snapfile $clone $cfile $csnapfile
123 testing_verify $clone $cfile $csnapfile $fs $file1 $snapfile
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_rollback/
H A Dzfs_rollback_common.kshlib248 eval typeset file1=\$TESTDIR$ind/\$TESTFILE1
253 log_must files_exist $file0 $file1 $file2
256 typeset sum1=$(getsum $file1)
265 log_must files_exist $file0 $file1
269 typeset sum1=$(getsum $file1)
277 log_must files_nonexist $file1 $file2
/illumos-gate/usr/src/test/zfs-tests/tests/functional/snapshot/
H A Dsnapshot_017_pos.ksh71 verify_file $DIR/file1
81 verify_file ./file1
89 verify_file ../file1
103 verify_file ../../file1
148 mkfile 10m file1
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/tests/
H A Dio.sh54 print foo > file1
55 print bar >> file1
56 if [[ $(<file1) != $'foo\nbar' ]]
60 exec 3<> file1
66 if ( 4> file1 ) 2> /dev/null
81 exec 3<> file1
484 rm -f $tmp/file1 $tmp/file2
487 ln -s $tmp/file2 $tmp/file1
488 print bar >; $tmp/file1
/illumos-gate/usr/src/test/zfs-tests/tests/functional/xattr/
H A Dxattr_common.kshlib56 runat $FILE1 cat $XATTR_NAME > /tmp/file1.$$
59 log_must diff /tmp/file1.$$ /tmp/file2.$$
60 log_must rm /tmp/file1.$$ /tmp/file2.$$
/illumos-gate/usr/src/cmd/sdiff/
H A Dsdiff.c99 static char *file1; variable
205 file1 = *argv++; in main()
207 file1 = filename(file1, file2); in main()
208 file2 = filename(file2, file1); in main()
211 if ((fdes1 = fopen(file1, "r")) == NULL) in main()
212 error(gettext("Cannot open: %s"), file1); in main()
245 (void) strcat(diffcmd, file1); in main()
/illumos-gate/usr/src/cmd/sgs/error/common/
H A Derrorinput.c343 char *file1, *file2; in lint1() local
363 (persperdexplode(wordv[wordc-2], &line1, &file1))) { in lint1()
366 nwordv1[0] = file1; nwordv1[1] = line1; in lint1()
/illumos-gate/usr/src/test/util-tests/tests/chown/files/
H A Dcout03 -rw-r--r-- root ./dst/file1
H A Dcout13 -rw-r--r-- root ./dst/file1
H A Dcout103 -rw-r--r-- root ./dst/file1
H A Dcout113 -rw-r--r-- root ./dst/file1
H A Dcout23 -rw-r--r-- root ./dst/file1
H A Dcout33 -rw-r--r-- root ./dst/file1
H A Dcout43 -rw-r--r-- root ./dst/file1

123