Searched refs:txt (Results 1 - 25 of 45) sorted by relevance

12

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/CGI/examples/
H A Dmake_links.pl3 # this is just a utility for creating symlinks from *.txt to *.cgi
6 ($target=$_)=~s/cgi$/txt/;
/osnet-11/usr/src/cmd/perl/contrib/Sun/Solaris/Exacct/
H A DMakefile.PL58 my $txt = $self->SUPER::top_targets(@_);
59 $txt =~ s/pm_to_blib subdirs/pm_to_blib \$(LINKTYPE) .WAIT subdirs/;
60 return($txt);
69 my $txt = $self->SUPER::install(@_);
70 $txt =~ s/ all / all .WAIT /g;
71 return($txt);
87 my $txt = $self->SUPER::dynamic_lib(@_);
88 $txt =~ s/LD_RUN_PATH=\S*\s*//;
89 return($txt);
/osnet-11/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);
/osnet-11/usr/src/cmd/perl/contrib/Sun/Solaris/Lgrp/
H A DMakefile.PL64 my $txt = $self->SUPER::dynamic_lib(@_);
65 $txt =~ s/LD_RUN_PATH=\S*\s*//;
66 return($txt);
/osnet-11/usr/src/cmd/perl/contrib/Sun/Solaris/Privilege/
H A DMakefile.PL46 my $txt = $self->SUPER::dynamic_lib(@_);
47 $txt =~ s/LD_RUN_PATH=\S*\s*//;
48 return($txt);
/osnet-11/usr/src/cmd/perl/contrib/Sun/Solaris/Project/
H A DMakefile.PL46 my $txt = $self->SUPER::dynamic_lib(@_);
47 $txt =~ s/LD_RUN_PATH=\S*\s*//;
48 return($txt);
/osnet-11/usr/src/cmd/perl/contrib/Sun/Solaris/Task/
H A DMakefile.PL46 my $txt = $self->SUPER::dynamic_lib(@_);
47 $txt =~ s/LD_RUN_PATH=\S*\s*//;
48 return($txt);
/osnet-11/usr/src/cmd/perl/contrib/Sun/Solaris/Ucred/
H A DMakefile.PL46 my $txt = $self->SUPER::dynamic_lib(@_);
47 $txt =~ s/LD_RUN_PATH=\S*\s*//;
48 return($txt);
/osnet-11/usr/src/lib/nsswitch/pynss/common/
H A Dmessages.py102 def composeMsg(string, txt=None):
105 txt can be either a list or string object.
110 msg = string % txt
126 def printMsg(msg_idx=-1, txt="", log_fd=-1):
130 printStderr(composeMsg(Msgs.mNscfgErr[msg_idx], txt),
133 printStdout(composeMsg(Msgs.mNscfgOut[msg_idx], txt),
136 printLog(composeMsg(Msgs.mNscfgLog[msg_idx], txt), log_fd)
142 def getMsg(msg_idx=-1, txt=""):
146 return(composeMsg(Msgs.mNscfgErr[msg_idx], txt))
148 return(composeMsg(Msgs.mNscfgOut[msg_idx], txt))
[all...]
/osnet-11/usr/src/lib/libkmf/
H A DMakefile60 THIRDPARTYLICENSE: cdsa_license.txt
61 $(SED) -n '/Intel Open Source/,$$p' cdsa_license.txt > $@
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/op/
H A Dwrite.t374 my $txt = "line 1\rline 2";
377 $txt
379 $txt
389 my $txt = "this_is_block_1 this_is_block_2 this_is_block_3 this_is_block_4";
392 $txt, $txt
394 $txt, $txt
409 my $txt = "This is line 1.\nThis is the second line.\nThird and last.\n";
412 $txt
[all...]
H A Dsubstr.t222 my $txt;
224 $txt = "Foo";
225 substr($txt, -1) = "X";
226 ok 111, $txt eq "FoX";
229 substr($txt, 0, 1) = "X";
230 ok 112, $txt eq "X";
/osnet-11/usr/src/lib/libsecdb/
H A DMakefile89 ${ATTR_FILES}: $$@.txt ${CLASS_SCR_SRC_DIR}/i.rbac
91 $(ECHO) $@.txt $@ | $(SHELL) ${CLASS_SCR_SRC_DIR}/i.rbac
110 $(ROOTETCSECURITY)/%.d/core-os: %.txt
122 $(ROOTETC)/%.d/core-os: %.txt
156 check_prof: prof_attr.txt
157 @if $(PERL) -pe 's/\\\n//' prof_attr.txt | $(EGREP) -v $(BSU) \
/osnet-11/usr/src/cmd/perl/contrib/Sun/Solaris/Exacct/Catalog/
H A DMakefile.PL50 my $txt = $self->SUPER::dynamic_lib(@_);
51 $txt =~ s/LD_RUN_PATH=\S*\s*//;
52 return($txt);
/osnet-11/usr/src/cmd/perl/contrib/Sun/Solaris/Exacct/File/
H A DMakefile.PL50 my $txt = $self->SUPER::dynamic_lib(@_);
51 $txt =~ s/LD_RUN_PATH=\S*\s*//;
52 return($txt);
/osnet-11/usr/src/cmd/perl/contrib/Sun/Solaris/Exacct/Object/
H A DMakefile.PL50 my $txt = $self->SUPER::dynamic_lib(@_);
51 $txt =~ s/LD_RUN_PATH=\S*\s*//;
52 return($txt);
/osnet-11/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
[all...]
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
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dcharnames.pm45 my $txt;
105 $txt = do "unicore/Name.pl" unless $txt;
111 if ($^H{charnames_full} and $txt =~ /\t\t\Q$name\E$/m) {
121 if ($txt =~ m/\t\t\U$script\E (?:$case )?LETTER \U\Q$cname\E$/m) {
132 if ($txt =~ m/\t\t$script (?:$case )?LETTER \U\Q$name\E$/m) {
158 my $hexstart = rindex($txt, "\n", $off[0]) + 1;
162 $ord = hex substr($txt, $hexstart, $off[0] - $hexstart);
170 $fname = substr $txt, $off[0] + 2, $off[1] - $off[0] - 2;
231 $txt
[all...]
/osnet-11/usr/src/grub/grub2/
H A Dautogen.sh12 python util/import_unicode.py unicode/UnicodeData.txt unicode/BidiMirroring.txt unicode/ArabicShaping.txt grub-core/unidata.c
/osnet-11/usr/src/lib/libcurses/screen/
H A Dsetkeymap.c154 _laddone(char *txt) argument
156 p->_sends = (txt);
158 funckey[(unsigned char)(txt)[0]] |= _KEY;
/osnet-11/usr/src/lib/libbsm/
H A DMakefile74 ESSRC = $(ESFILES:%=%.txt)
127 $(GEN_EVENT_H:%=$(COMMONDIR)/%): mkhdr.sh audit_event.txt
152 $(ROOTETCSECURITY)/%: %.txt
/osnet-11/usr/src/cmd/sendmail/libmilter/
H A Dsmfi.c630 ** 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...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/x2p/
H A Ds2p.t559 datfil => [ 'r.txt', "r.txt line 1\nr.txt line 2\nr.txt line 3\n" ],
561 2r%r.txt%
562 4r %r.txt%
568 r.txt line 1
569 r.txt line 2
570 r.txt line 3
573 r.txt lin
[all...]
/osnet-11/usr/src/cmd/dtrace_toolkit/DTT/Include/
H A Dtest.ksh16 * You can obtain a copy of the license at Docs/cddl1.txt

Completed in 34 milliseconds

12