Home
last modified time | relevance | path

Searched refs:txt (Results 1 – 25 of 115) sorted by relevance

12345

/titanic_41/usr/src/lib/libsqlite/test/
H A Dcopy.test24 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 …]
/titanic_41/usr/src/cmd/devmgmt/cmds/
H A Ddevreserv.c119 static char txt[MM_MXTXTLN+1]; variable
242 (void) snprintf(txt, sizeof(txt), M_RSVTAB, rsvtab); in main()
246 (void) sprintf(txt, M_ERROR, errno); in main()
250 stdmsg(MM_NRECOV, lbl, sev, txt); in main()
271 (void) snprintf(txt, sizeof(txt), M_INVKEY, *argp); in main()
272 stdmsg(MM_NRECOV, lbl, MM_ERROR, txt); in main()
292 (void) snprintf(txt, sizeof(txt), M_RSVTAB, rsvtab); in main()
296 (void) sprintf(txt, M_ERROR, errno); in main()
300 stdmsg(MM_NRECOV, lbl, sev, txt); in main()
318 (void) snprintf(txt, sizeof(txt), M_DEVTAB, devtab); in main()
[all …]
H A Ddevattr.c140 static char txt[MM_MXTXTLN+1]; variable
225 (void) snprintf(txt, sizeof(txt), M_DEVTAB, p); in main()
229 (void) sprintf(txt, M_ERROR, errno); in main()
233 stdmsg(MM_NRECOV, lbl, severity, txt); in main()
249 (void) snprintf(txt, sizeof(txt), M_NODEV, device); in main()
253 (void) sprintf(txt, M_ERROR, errno); in main()
257 stdmsg(MM_NRECOV, lbl, severity, txt); in main()
275 (void) snprintf(txt, sizeof(txt), M_NOATTR, attr); in main()
280 (void) sprintf(txt, M_ERROR, errno); in main()
281 stdmsg(MM_NRECOV, lbl, MM_ERROR, txt); in main()
H A Dgetdgrp.c122 static char txt[MM_MXTXTLN+1]; variable
253 (void) snprintf(txt, sizeof(txt), M_DEVTAB, filename); in main()
257 (void) sprintf(txt, M_ERROR, errno); in main()
261 stdmsg(MM_NRECOV, lbl, sev, txt); in main()
268 (void) snprintf(txt, sizeof(txt), M_DGROUP, filename); in main()
272 (void) sprintf(txt, M_ERROR, errno); in main()
276 stdmsg(MM_NRECOV, lbl, sev, txt); in main()
H A Dgetdev.c104 static char txt[MM_MXTXTLN+1]; variable
223 (void) snprintf(txt, sizeof(txt), M_DEVTAB, devtab); in main()
227 (void) sprintf(txt, M_ERROR, errno); in main()
231 stdmsg(MM_NRECOV, lbl, sev, txt); in main()
/titanic_41/usr/src/cmd/ssh/libssh/common/
H A Dlog.c126 set_log_txt_prefix(const char *txt) in set_log_txt_prefix() argument
128 log_txt_prefix = txt; in set_log_txt_prefix()
372 char *txt = NULL; in do_log() local
385 txt = "fatal"; in do_log()
390 txt = "error"; in do_log()
403 txt = "debug1"; in do_log()
414 txt = "debug2"; in do_log()
419 txt = "debug3"; in do_log()
424 txt = "internal error"; in do_log()
428 if (txt != NULL) { in do_log()
[all …]
/titanic_41/usr/src/lib/libsqlite/tool/
H A Dspeedtest2.tcl99 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
H A Dspeedtest.tcl108 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
/titanic_41/usr/src/test/zfs-tests/tests/functional/xattr/
H A Dcleanup.ksh32 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_41/usr/src/test/zfs-tests/tests/functional/privilege/
H A Dcleanup.ksh36 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_41/usr/src/cmd/dtrace/test/tst/common/scripting/
H A Dtst.D_MACRO_UNUSED.overflow.ksh63 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_41/usr/src/test/zfs-tests/tests/functional/cli_user/misc/
H A Dzdb_001_neg.ksh59 if [ -e /tmp/zdb_001_neg.$$.txt ]
61 $RM /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 Dzfs_001_neg.ksh47 if [ -e /tmp/zfs_001_neg.$$.txt ]
49 $RM /tmp/zfs_001_neg.$$.txt
57 log_must $GREP "usage: zfs command args" /tmp/zfs_001_neg.$$.txt
H A Dzpool_001_neg.ksh48 if [ -e /tmp/zpool_001_neg.$$.txt ]
50 $RM /tmp/zpool_001_neg.$$.txt
58 log_must $GREP "usage: zpool command args" /tmp/zpool_001_neg.$$.txt
/titanic_41/usr/src/uts/i86pc/io/dr/
H A Dsbdgenerr.pl50 my $txt = trim($3);
51 if (length($txt) == 0) {
53 $txt = trim($l);
62 push(@text, $txt);
/titanic_41/usr/src/lib/cfgadm_plugins/sbd/
H A Dsbdgenerr.pl53 my $txt = trim($3);
54 if (length($txt) == 0) {
56 $txt = trim($l);
65 push(@text, $txt);
/titanic_41/usr/src/uts/sun4u/ngdr/io/
H A Dsbdgenerr.pl53 my $txt = trim($3);
54 if (length($txt) == 0) {
56 $txt = trim($l);
65 push(@text, $txt);
/titanic_41/usr/src/cmd/srptsvc/
H A Dsrptsvc.c51 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_41/usr/src/cmd/localedef/
H A DMakefile276 ./$(PROG) -U -w data/widths.txt -f UTF-8.cm $(@D)
279 ./$(PROG) -U -w data/widths.txt -i $< -f 8859-1.cm $(@D)
282 ./$(PROG) -U -w data/widths.txt -i $< -f 8859-2.cm $(@D)
285 ./$(PROG) -U -w data/widths.txt -i $< -f 8859-5.cm $(@D)
288 ./$(PROG) -U -w data/widths.txt -i $< -f 8859-7.cm $(@D)
291 ./$(PROG) -U -w data/widths.txt -i $< -f 8859-6.cm $(@D)
294 ./$(PROG) -U -w data/widths.txt -i $< -f 8859-9.cm $(@D)
297 ./$(PROG) -U -w data/widths.txt -i $< -f 8859-11.cm $(@D)
300 ./$(PROG) -U -w data/widths.txt -i $< -f 8859-13.cm $(@D)
303 ./$(PROG) -U -w data/widths.txt -i $< -f 8859-15.cm $(@D)
[all …]
/titanic_41/usr/src/uts/intel/io/acpica/
H A Dcmp_ca.sh121 if (! $DIFF $WSDIR/$WSSRC/changes.txt $ACDIR/changes.txt > /dev/null )
123 targ=$WSSRC/changes.txt
124 cp $ACDIR/changes.txt $targ
/titanic_41/usr/src/uts/intel/sockfs/
H A DMakefile129 nl7ctokgen.h: $(TOKGEN) $(SRCDIR)/nl7ctokreq.txt $(SRCDIR)/nl7ctokres.txt
130 /bin/ksh $(TOKGEN) $(SRCDIR)/nl7ctokreq.txt $(SRCDIR)/nl7ctokres.txt >$@
/titanic_41/usr/src/uts/sparc/sockfs/
H A DMakefile130 nl7ctokgen.h: $(TOKGEN) $(SRCDIR)/nl7ctokreq.txt $(SRCDIR)/nl7ctokres.txt
131 /bin/ksh $(TOKGEN) $(SRCDIR)/nl7ctokreq.txt $(SRCDIR)/nl7ctokres.txt >$@
/titanic_41/usr/src/cmd/ipf/tools/
H A Dlexer.c602 char *txt, letter[2]; local
608 txt = letter;
612 txt = yytexttostr(yypos, YYBUFSIZ);
613 if (txt == NULL) {
620 txt = yystr;
622 txt = yykeytostr(yytokentype);
623 if (txt == NULL) {
629 fprintf(stderr, "%s error at \"%s\", line %d\n", msg, txt, yylineNum);
631 free(txt);
/titanic_41/usr/src/test/zfs-tests/tests/functional/history/
H A Dhistory_007_pos.ksh69 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_41/usr/src/cmd/sendmail/libmilter/
H A Dsmfi.c651 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 = SM_VA_ARG(ap, char *)) != NULL)
725 (void) sm_strlcat(buf, txt, len);

12345