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
101 ld -r -o files.o file2.o file1.o
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
119 ld -r -o files.o file4.o file1.o
120 $ctf_merge -o files.o file4.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
129 $ctf_cc $cflags $ctf_debugflags -c -o file1.o file1.c
[all …]
/illumos-gate/usr/src/cmd/bnu/
H A Duucp.c342 if ((strchr(file1, '*') != NULL
495 (void) strcpy(file1, f1);
515 if (ckexpf(file1))
579 if (file1[0] != '~')
580 if (ckexpf(file1))
607 if (ckexpf(file1))
627 if (access(file1, R_OK) != 0) {
630 file1, stbuf.st_mode&0777);
640 if (Copy || !READANY(file1) ) {
642 if (uidxcp(file1, dfile))
[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.c251 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);
420 if (sscanf(buf,"%s%s%s%s%s%s", type, file1, file2,
434 if (EQUALSN(file1, "D.", 2))
516 if (sscanf(buf,"%s%s%s%s%s%s", type, file1, file2,
538 FULLNAME(xfile, dir, file1);
[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.c173 "read error on %s", file1); in cmp()
179 error(ERROR_exit(1), "EOF on %s", file1); 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()
353 error(ERROR_exit(0), "%s: %s: invalid skip", file1, s); in b_cmp()
374 error(ERROR_exit(0), "EOF on %s", file1); in b_cmp()
386 error(ERROR_system(0), "%s: cannot stat", 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()
375 perror(file1); in main()
407 perror(file1); in main()
468 file1, file2); in main()
475 file1, file2); in main()
480 prepare(0, file1); in main()
1278 setfile(&file1, &efile1, file1); in diffdir()
1280 argv[0] = file1; in diffdir()
1389 efile1 - file1 - 1, file1, in scanpr()
1476 perror(file1); in compare()
[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 Dcout83 -rw-r--r-- root ./dst/file1
H A Dcout93 -rw-r--r-- daemon ./dst/file1
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

123