/titanic_52/usr/src/lib/libsqlite/test/ |
H A D | copy.test | 24 set f [open data1.txt w] 28 set f [open data2.txt w] 33 set f [open data3.txt w] 37 set f [open data4.txt w] 41 set f [open data5.txt w] 45 set f [open dataX.txt w] 58 set v [catch {execsql {COPY test1 FROM 'data1.txt'}} msg] 65 set v [catch {execsql {COPY sqlite_master FROM 'data2.txt'}} msg] 73 execsql {COPY test1 FROM 'data1.txt'} 81 execsql {COPY test1 FROM 'data2.txt'} [all...] |
H A D | select2.test | 25 set f [open ./testdata1.txt w] 30 execsql {COPY tbl1 FROM './testdata1.txt'} 31 file delete -force ./testdata1.txt 68 set f [open ./testdata1.txt w] 74 execsql {COPY tbl2 FROM './testdata1.txt'} 75 file delete -force ./testdata1.txt
|
/titanic_52/usr/src/cmd/devmgmt/cmds/ |
H A D | devreserv.c | 110 * txt Buffer for the text-component of a message 120 static char txt[MM_MXTXTLN+1]; 244 (void) snprintf(txt, sizeof(txt), M_RSVTAB, rsvtab); in main() 248 (void) sprintf(txt, M_ERROR, errno); in main() 252 stdmsg(MM_NRECOV, lbl, sev, txt); in main() 273 (void) snprintf(txt, sizeof(txt), M_INVKEY, *argp); in main() 274 stdmsg(MM_NRECOV, lbl, MM_ERROR, txt); in main() 294 (void) snprintf(txt, sizeo in main() 119 static char txt[MM_MXTXTLN+1]; global() variable [all...] |
H A D | devattr.c | 138 * txt Buffer for the text of messages 142 static char txt[MM_MXTXTLN+1]; 228 (void) snprintf(txt, sizeof(txt), M_DEVTAB, p); in main() 232 (void) sprintf(txt, M_ERROR, errno); in main() 236 stdmsg(MM_NRECOV, lbl, severity, txt); in main() 252 (void) snprintf(txt, sizeof(txt), M_NODEV, device); in main() 256 (void) sprintf(txt, M_ERROR, errno); in main() 260 stdmsg(MM_NRECOV, lbl, severity, txt); in main() 140 static char txt[MM_MXTXTLN+1]; global() variable [all...] |
H A D | getdgrp.c | 119 * txt Buffer for standard message text 123 static char txt[MM_MXTXTLN+1]; 255 (void) snprintf(txt, sizeof(txt), M_DEVTAB, filename); in main() 259 (void) sprintf(txt, M_ERROR, errno); in main() 263 stdmsg(MM_NRECOV, lbl, sev, txt); in main() 270 (void) snprintf(txt, sizeof(txt), M_DGROUP, filename); in main() 274 (void) sprintf(txt, M_ERROR, errno); in main() 278 stdmsg(MM_NRECOV, lbl, sev, txt); in main() 122 static char txt[MM_MXTXTLN+1]; global() variable [all...] |
H A D | getdev.c | 93 * txt Buffer for the standard message text 105 static char txt[MM_MXTXTLN+1]; 225 (void) snprintf(txt, sizeof(txt), M_DEVTAB, devtab); in main() 229 (void) sprintf(txt, M_ERROR, errno); in main() 233 stdmsg(MM_NRECOV, lbl, sev, txt); in main() 104 static char txt[MM_MXTXTLN+1]; global() variable
|
/titanic_52/usr/src/lib/libsqlite/tool/ |
H A D | speedtest2.tcl | 99 set txt "[number_name [expr {$n/1000}]] thousand" 102 set txt {} 105 append txt " [lindex $::ones [expr {$n/100}]] hundred" 109 append txt " [lindex $::tens [expr {$n/10}]]" 113 append txt " [lindex $::ones $n]" 115 set txt [string trim $txt] 116 if {$txt==""} {set txt zero} 117 return $txt [all...] |
H A D | speedtest.tcl | 108 set txt "[number_name [expr {$n/1000}]] thousand" 111 set txt {} 114 append txt " [lindex $::ones [expr {$n/100}]] hundred" 118 append txt " [lindex $::tens [expr {$n/10}]]" 122 append txt " [lindex $::ones $n]" 124 set txt [string trim $txt] 125 if {$txt==""} {set txt zero} 126 return $txt [all...] |
/titanic_52/usr/src/test/zfs-tests/tests/functional/xattr/ |
H A D | cleanup.ksh | 32 ZFS_USER=$($CAT /tmp/zfs-xattr-test-user.txt) 33 $RM /tmp/zfs-xattr-test-user.txt 35 USES_NIS=$($CAT /tmp/zfs-xattr-test-nis.txt) 36 $RM /tmp/zfs-xattr-test-nis.txt
|
/titanic_52/usr/src/test/zfs-tests/tests/functional/privilege/ |
H A D | cleanup.ksh | 36 ZFS_USER=$($CAT /tmp/zfs-privs-test-user.txt) 37 USES_NIS=$($CAT /tmp/zfs-privs-test-nis.txt) 46 $RM /tmp/zfs-privs-test-nis.txt 47 $RM /tmp/zfs-privs-test-user.txt
|
/titanic_52/usr/src/cmd/dtrace/test/tst/common/scripting/ |
H A D | tst.D_MACRO_UNUSED.overflow.ksh | 63 2>/var/tmp/err.$$.txt 70 grep "D_MACRO_UNUSED" /var/tmp/err.$$.txt >/dev/null 2>&1 73 /usr/bin/rm -f /var/tmp/err.$$.txt 78 /usr/bin/rm -f /var/tmp/err.$$.txt
|
/titanic_52/usr/src/test/zfs-tests/tests/functional/cli_user/misc/ |
H A D | zdb_001_neg.ksh | 59 if [ -e /tmp/zdb_001_neg.$$.txt ] 61 $RM /tmp/zdb_001_neg.$$.txt 71 log_must eval "$ZDB > /tmp/zdb_001_neg.$$.txt" 73 log_must $GREP pool_guid /tmp/zdb_001_neg.$$.txt 74 log_must $RM /tmp/zdb_001_neg.$$.txt
|
H A D | zpool_001_neg.ksh | 48 if [ -e /tmp/zpool_001_neg.$$.txt ] 50 $RM /tmp/zpool_001_neg.$$.txt 57 eval "$ZPOOL > /tmp/zpool_001_neg.$$.txt 2>&1" 58 log_must $GREP "usage: zpool command args" /tmp/zpool_001_neg.$$.txt
|
H A D | zfs_001_neg.ksh | 47 if [ -e /tmp/zfs_001_neg.$$.txt ] 49 $RM /tmp/zfs_001_neg.$$.txt 56 eval "$ZFS > /tmp/zfs_001_neg.$$.txt 2>&1" 57 log_must $GREP "usage: zfs command args" /tmp/zfs_001_neg.$$.txt
|
/titanic_52/usr/src/uts/i86pc/io/dr/ |
H A D | sbdgenerr.pl | 50 my $txt = trim($3); 51 if (length($txt) == 0) { 53 $txt = trim($l); 62 push(@text, $txt);
|
/titanic_52/usr/src/lib/cfgadm_plugins/sbd/ |
H A D | sbdgenerr.pl | 53 my $txt = trim($3); 54 if (length($txt) == 0) { 56 $txt = trim($l); 65 push(@text, $txt);
|
/titanic_52/usr/src/uts/sun4u/ngdr/io/ |
H A D | sbdgenerr.pl | 53 my $txt = trim($3); 54 if (length($txt) == 0) { 56 $txt = trim($l); 65 push(@text, $txt);
|
/titanic_52/usr/src/cmd/srptsvc/ |
H A D | srptsvc.c | 51 char *txt; in main() local 99 txt = gettext("Could not enable SRP Target"); in main() 101 txt = gettext("Could not disable SRP Target"); in main() 104 (void) fprintf(stderr, "%s: %d", txt, ret); in main()
|
/titanic_52/usr/src/cmd/localedef/ |
H A D | Makefile | 327 ./$(NPROG) -U -w data/widths.txt -f UTF-8.cm $(@D) 332 ./$(NPROG) -U -w data/widths.txt -i $<.tmp -f 8859-1.cm $(@D) 336 ./$(NPROG) -U -w data/widths.txt -i $< -f 8859-2.cm $(@D) 339 ./$(NPROG) -U -w data/widths.txt -i $< -f 8859-5.cm $(@D) 342 ./$(NPROG) -U -w data/widths.txt -i $< -f 8859-7.cm $(@D) 345 ./$(NPROG) -U -w data/widths.txt -i $< -f 8859-6.cm $(@D) 348 ./$(NPROG) -U -w data/widths.txt -i $< -f 8859-9.cm $(@D) 351 ./$(NPROG) -U -w data/widths.txt -i $< -f 8859-11.cm $(@D) 354 ./$(NPROG) -U -w data/widths.txt -i $< -f 8859-13.cm $(@D) 357 ./$(NPROG) -U -w data/widths.txt [all...] |
/titanic_52/usr/src/uts/intel/io/acpica/ |
H A D | cmp_ca.sh | 121 if (! $DIFF $WSDIR/$WSSRC/changes.txt $ACDIR/changes.txt > /dev/null ) 123 targ=$WSSRC/changes.txt 124 cp $ACDIR/changes.txt $targ
|
/titanic_52/usr/src/uts/sparc/sockfs/ |
H A D | Makefile | 130 nl7ctokgen.h: $(TOKGEN) $(SRCDIR)/nl7ctokreq.txt $(SRCDIR)/nl7ctokres.txt 131 /bin/ksh $(TOKGEN) $(SRCDIR)/nl7ctokreq.txt $(SRCDIR)/nl7ctokres.txt >$@
|
/titanic_52/usr/src/uts/intel/sockfs/ |
H A D | Makefile | 129 nl7ctokgen.h: $(TOKGEN) $(SRCDIR)/nl7ctokreq.txt $(SRCDIR)/nl7ctokres.txt 130 /bin/ksh $(TOKGEN) $(SRCDIR)/nl7ctokreq.txt $(SRCDIR)/nl7ctokres.txt >$@
|
/titanic_52/usr/src/cmd/ipf/tools/ |
H A D | lexer.c | 603 char *txt, letter[2]; local 609 txt = letter; 613 txt = yytexttostr(yypos, YYBUFSIZ); 614 if (txt == NULL) { 621 txt = yystr; 623 txt = yykeytostr(yytokentype); 624 if (txt == NULL) { 630 fprintf(stderr, "%s error at \"%s\", line %d\n", msg, txt, yylineNum); 632 free(txt);
|
/titanic_52/usr/src/test/zfs-tests/tests/functional/history/ |
H A D | history_007_pos.ksh | 69 log_must $CP $tst_dir/${arch}.orig_history.txt $import_dir 70 orig_cmds_f=$import_dir/${arch}.orig_history.txt 72 orig_cmds_f1=$import_dir/${arch}.orig_history_1.txt
|
/titanic_52/usr/src/cmd/sendmail/libmilter/ |
H A D | smfi.c | 630 ** txt, ... -- The text part of the SMTP reply, 651 char *buf, *txt; local 686 while ((txt = SM_VA_ARG(ap, char *)) != NULL) 690 tl = strlen(txt); 700 if (strpbrk(txt, "\r\n") != NULL) 704 if (txt != NULL) 716 txt = SM_VA_ARG(ap, char *); 717 if (txt != NULL) 719 (void) sm_strlcat2(buf, " ", txt, len); 720 while ((txt [all...] |