Searched refs:text (Results 201 - 225 of 273) sorted by relevance

1234567891011

/osnet-11/usr/src/grub/grub2/grub-core/boot/i386/pc/
H A Dlnxboot.S34 .text
/osnet-11/usr/src/grub/grub2/grub-core/lib/ia64/
H A Dlongjmp.S43 .text
/osnet-11/usr/src/grub/grub2/include/grub/
H A Dscript_sh.h196 char *text;
200 /* Type of text. */
195 char *text; member in struct:grub_lexer_param
/osnet-11/usr/src/grub/grub-0.97/stage1/
H A Dstage1.S40 .text
/osnet-11/usr/src/grub/grub-0.97/stage2/
H A Dstart.S45 .text
H A Dstart_eltorito.S53 .text
H A Dfsys_iso9660.c274 memcpy(rpnt, slp->text, slp->len);
/osnet-11/usr/src/cmd/powertop/common/
H A Dpowertop.h216 char *text; member in struct:suggestion
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/MIME/Base64/
H A DQuotedPrint.pm69 This function returns the plain text version of the string given
/osnet-11/usr/src/lib/libfru/libfru/
H A Dlibfru.cc777 if (e->text != NULL)
778 free(e->text);
1866 = fru_reg_lookup_def_by_name((char *)def->enumTable[i].text);
2077 definition->enum_table[i].text = strdup(def->enumTable[i].text);
2078 if ((definition->enum_table[i].text) == NULL) {
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Storable/
H A DStorable.xs2490 SV *text, *bdeparse;
2538 text = POPs;
2539 len = SvLEN(text);
2540 reallen = strlen(SvPV_nolen(text));
2547 if (len == 0 || *(SvPV_nolen(text)+reallen-1) == ';') {
2558 TRACEME(("code = %s", SvPV_nolen(text)));
2564 STORE_SCALAR(SvPV_nolen(text), len);
5140 SV *sv, *text, *sub;
5163 text = retrieve_scalar(aTHX_ cxt, cname);
5166 text
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/Unicode/
H A DUnicode.pm179 string with BOM prepended. So when you want to encode a whole text
180 file, make sure you encode() the whole text at once, not line by line
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/bin/
H A Dpiconv162 uses I<string> instead of file for the source of text.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/IO/lib/IO/Socket/
H A DINET.pm398 text form xx.xx.xx.xx
412 peer host in a text form xx.xx.xx.xx
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Net/
H A DFTP.pm872 my $text = $ftp->message;
873 if($text =~ /following\s+commands/i) {
874 $text =~ s/^.*\n//;
875 while($text =~ /(\*?)(\w+)(\*?)/sg) {
880 $hash->{$cmd} = $text !~ /unimplemented/i;
1374 text files, then it will be faster to transfer all files in binary mode.
1578 Tell the server to go into passive mode. Returns the text that represents the
1579 port on which the server is listening, this text is in a suitable form to
H A DSMTP.pm720 which contains the text read from the server.
728 Request help text from the server. Returns the text or undef upon failure
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dcharnames.pm408 argument, and returns text to insert into the string instead of the
409 C<\N{CHARNAME}> escape. Since the text to insert should be different
/osnet-11/usr/src/lib/libdns_sd/java/com/apple/dnssd/docs/examples/src/
H A DBrowserApp.java17 * this notice and the following text and disclaimers in all such redistributions of
53 import java.text.*;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Text/
H A DParseWords.pm62 ((?:\\.|(?!\1)[^\\])*) # and $quoted text
66 ^((?:\\.|[^\\"'])*?) # an $unquoted text
151 Text::ParseWords - parse text into an array of tokens or array of arrays
/osnet-11/usr/src/lib/libast/common/regex/
H A Dreglib.h393 const char* text; member in struct:Exec_s
/osnet-11/usr/src/lib/storage/liba5k/common/hdrs/
H A Da5k.h212 Type_desc_text text[MAX_IB_ELEMENTS]; member in struct:ib_page_config
/osnet-11/usr/src/lib/libast/common/misc/
H A Doptget.c44 #define OPT_WIDTH 80 /* default help text width */
45 #define OPT_MARGIN 10 /* default help text margin */
92 const char* text; /* --? text */ member in struct:Help_s
93 unsigned int size; /* strlen text */
107 const char* text; /* help text */ member in struct:List_s
112 const char* text; /* default message text */ member in struct:Msg_s
119 char text[ member in struct:Save_s
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/op/
H A Dpat.t956 $text = "aaXbXcc";
957 pos($text)=0;
958 $text =~ /\GXb*X/g and print 'not ';
962 $text = "xA\n" x 500;
963 $text =~ /^\s*A/m and print 'not ';
967 $text = "abc dbf";
968 @res = ($text =~ /.*?(b).*?\b/g);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A DMM_Unix.pm1263 =head2 Methods to actually produce chunks of text for the Makefile
3035 my($self,$text) = @_;
3036 $text;
3296 chunk of text to the Makefile after the object is initialized.
3307 text to the Makefile at the end.
3615 my($self, $text) = @_;
3619 $text =~ s{'}{'\\''}g;
3621 return "'$text'";
3630 my($self, $text) = @_;
3632 $text
[all...]
H A Dxsubpp223 warn("Warning: ignoring non-text typemap file '$typemap'\n"), next
879 my($text) = @_;
880 $text =~ s/^#//gm;
881 $text =~ s/\[\[/{/g;
882 $text =~ s/\]\]/}/g;
883 $text;
915 # I don't want to leave the text as barewords, because the spec

Completed in 62 milliseconds

1234567891011