Searched refs:text (Results 101 - 125 of 273) sorted by relevance

1234567891011

/osnet-11/usr/src/grub/grub2/grub-core/tests/boot/
H A Dlinux.init-i386.S32 .text
H A Dlinux.init-x86_64.S31 .text
/osnet-11/usr/src/grub/grub-0.97/stage2/
H A Dnbloader.S24 .text
/osnet-11/usr/src/lib/libc/amd64/fp/
H A D_xtoull.s32 .text
/osnet-11/usr/src/lib/libc/amd64/gen/
H A Dproc64_support.s69 .text
/osnet-11/usr/src/lib/libc/amd64/unwind/
H A Dunwind_frame.s30 .text; \
/osnet-11/usr/src/lib/libc/i386/fp/
H A D_xtoull.s34 .text
/osnet-11/usr/src/lib/libc/port/gen/
H A Dmon.c186 * int (*alowpc)(), (*ahighpc)(); boundaries of text to be monitored
197 long text; local
329 /* no. WORDs of text */
330 text = (highpc - lowpc + sizeof (WORD) - 1) / sizeof (WORD);
336 if (bufsize < text) {
339 scale = (uint_t)((temp * (long)0200000L) / text);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A DMM_Win32.pm461 my($self, $text) = @_;
465 $text =~ s{"}{\\"}g;
472 $text =~ s/{/{{/g;
473 $text =~ s/}}/}}}/g;
476 return qq{"$text"};
481 my($self, $text) = @_;
484 $text =~ s{\n}{\\\n}g;
486 return $text;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Text/
H A DWrap.pm120 print wrap($initial_tab, $subsequent_tab, @text);
121 print fill($initial_tab, $subsequent_tab, @text);
123 @lines = wrap($initial_tab, $subsequent_tab, @text);
125 @paragraphs = fill($initial_tab, $subsequent_tab, @text);
141 print wrap('', '', @text);
154 will destory any whitespace in the original text. It breaks text into
205 print wrap("\t","","This is a bit of text that forms
/osnet-11/usr/src/grub/grub2/grub-core/gfxmenu/
H A Dgui_progress_bar.c168 char *text; local
169 text = grub_xasprintf (self->template,
171 if (!text)
177 /* Center the text. */
178 int text_width = grub_font_get_string_width (font, text);
182 grub_font_draw_string (text, font, text_color, x, y);
277 if (grub_strcmp (name, "text") == 0)
/osnet-11/usr/src/cmd/ast/msgcc/
H A Dmsgcc.sh50 either reuse the message numbers with new message text that
51 is similar to the old or to delete the message text, leaving
55 [+similar=\anumber\a?The message text similarity measure threshold.
57 text is 100*(2*gzip(\aold\a+\anew\a)/(gzip(\aold\a)+gzip(\anew\a))-1),
58 where gzip(\ax\a) is the size of text \ax\a when compressed by
/osnet-11/usr/src/lib/libadm/common/
H A Dckitem.c57 #define NOTUNIQ "The entered text does not uniquely identify a menu choice."
331 (void) free(_chp->token); /* free token and text */
350 chp->text = strtoki(NULL, "");
352 if (chp->text) {
353 while (isspace((unsigned char)*chp->text))
354 chp->text++;
463 if (chp->text) {
464 /* there is text associated with the token */
465 pt = chp->text;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/CGI/t/
H A Dautoescape.t34 default => 'text field',
35 onclick => 'alert("===> text field")',
38 qq{<input type="text" name="" value="text field" onclick="alert("===> text field")" />},
57 default => 'text area',
60 onclick => 'alert("===> text area")',
63 qq{<textarea name="foo" rows="10" cols="50" onclick="alert("===> text area")">text area</textarea>},
H A Dhtml.t63 is header(), "Content-Type: text/html; charset=ISO-8859-1${CRLF}${CRLF}",
76 qr!HTTP/1.0 200 OK${CRLF}Server: cmdline${CRLF}Date:.+${CRLF}Content-Type: text/html; charset=ISO-8859-1${CRLF}${CRLF}!,
86 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
101 <script src="foo.js" charset="utf-8" type="text/javascript"></script>
102 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
128 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
141 qr!^Set-Cookie: fred=chocolate&chip\; path=/${CRLF}Date:.*${CRLF}Content-Type: text/html; charset=ISO-8859-1${CRLF}${CRLF}!s,
/osnet-11/usr/src/lib/libast/common/comp/
H A Dfmtmsglib.c85 "text", 0, MM_text,
201 fmtmsg(long classification, const char* label, int severity, const char* text, const char* action, const char* tag)
297 if ((mask & MM_text) && text)
298 sfprintf(sp, "%s\n", text);
/osnet-11/usr/src/lib/libfru/libfru/
H A DAncestor.cc204 ((char *)def->enumTable[i].text);
252 ((char *)def->enumTable[i].text);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/pod/
H A Dtestp2pt.pl76 my ($cmd, $text, $line_num, $pod_para) = @_;
78 local $_ = $text || '';
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/CGI/examples/
H A Dcustomize.cgi15 foreach ('text','background','name','size') {
21 $preferences{'text'} = $preferences{'text'} || 'black';
40 -text=>$preferences{'text'}
73 td(popup_menu(-name=>'text',
75 -default=>$preferences{'text'})
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Net/demos/
H A Dsmtp.self25 Display this help text and quit
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/Text/
H A DColor.pm1 # Pod::Text::Color -- Convert POD data to formatted color ASCII text
11 # text, and the like.
97 Pod::Text::Color - Convert POD data to formatted color ASCII text
113 text using ANSI color escape sequences. Apart from the color, it in all
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/t/
H A Dhtmlescp.t46 <p>Here is some <strong>bold</strong> text, some <em>italic</em> plus <em>/etc/fstab</em>
/osnet-11/usr/src/lib/libbsm/
H A Dauditxml157 generateMsgLists($textList); # enum -> text mappings
330 my ($id, $text) = split(/\s*::\s*/, $listValue);
331 if ($text) {
332 print Cfile "\t\"$text\"";
425 my ($id, $text) = split(/\s*::\s*/, $listValue);
432 $text = "(no token will be generated)" unless $text;
435 my $eline = $line.$text;
449 $line .= substr($text, 0, 74 - length($eline));
454 $line .= $text;
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/kern/sparc64/ieee1275/
H A Dcrt0.S23 .text
/osnet-11/usr/src/common/crypto/ecc/
H A Decl-exp.h58 char *text; member in struct:ECCurveParamsStr

Completed in 46 milliseconds

1234567891011