Searched refs:text (Results 51 - 75 of 273) sorted by relevance

1234567891011

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DText.pm1 # Pod::Text -- Convert POD data to formatted ASCII text.
9 # This module converts POD to formatted text. It replaces the old Pod::Text
185 # Figure out what quotes we'll be using for C<> text.
229 my ($text, $line, $paragraph) = @_;
232 $text =~ s/\n+\z//;
233 $text = " $text" if ($text =~ /^\S/);
234 warn qq($file:$line: Unknown command paragraph: =$command$text\n);
252 # Called for a regular text bloc
[all...]
/osnet-11/usr/src/grub/grub-0.97/docs/
H A Dboot.S.texi21 .text
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/CGI/t/
H A Dcharset.t19 my $out = $q->header('text/plain');
20 like($out, qr{Content-Type: text/plain; charset=UTF-8}, "setting charset alters header of text/plain");
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/t/
H A Dtext-options.t2 # $Id: text-options.t,v 1.2 2002/08/04 03:38:24 eagle Exp $
4 # text-options.t -- Additional tests for Pod::Text options.
71 # Below the marker are bits of POD and corresponding expected text output.
119 This is some body text that is long enough to be a paragraph that wraps,
122 This is some verbatim text.
135 This is some body text that is long enough to be a paragraph that
138 This is some verbatim text.
/osnet-11/usr/src/common/crypto/ecc/
H A Decl.c71 group->text = NULL;
351 if ((group != NULL) && (params->text != NULL)) {
353 int n = strlen(params->text) + 1;
355 group->text = kmem_alloc(n, kmflag);
356 if (group->text == NULL) {
360 bcopy(params->text, group->text, n);
363 group->text = strdup(params->text);
364 if (group->text
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/script/
H A Dlexer.c177 /* Prepend any left over unput-text. */
220 lexerstate->text = grub_malloc (lexerstate->size);
221 if (!lexerstate->text)
230 grub_free (lexerstate->text);
243 grub_free (lexerstate->text);
260 grub_free (lexerstate->text);
291 /* Empty lexerstate->text. */
293 lexerstate->text[0] = '\0';
299 /* Merging feature uses lexerstate->text instead of yytext. */
302 str = lexerstate->text;
[all...]
/osnet-11/usr/src/lib/libresolv2/common/irs/
H A Dirp.c161 char text[256]; local
235 code = irs_irp_read_response(pvt, text, sizeof text);
238 syslog(LOG_WARNING, "Connection failed: %s", text);
365 irs_irp_read_response(struct irp_p *pvt, char *text, size_t textlen) { argument
381 } else if (text != NULL && textlen > 0U) {
386 strncpy(text, p, textlen - 1);
481 irs_irp_get_full_response(struct irp_p *pvt, int *code, char *text, argument
483 int result = irs_irp_read_response(pvt, text, textlen);
/osnet-11/usr/src/lib/common/i386/
H A Dcrt1.s69 .section .text
133 .section .text
190 .section .text
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/Perldoc/
H A DToText.pm52 perldoc -o text Some::Modulename
64 perldoc -o text -w indent:5 Some::Modulename
68 This module may change to use a different text formatter class in the
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Text/
H A DBalanced.pm278 sub extract_tagged (;$$$$$) # ($text, $opentag, $closetag, $pre, \%options)
870 sub extract_multiple (;$$$$) # ($text, $functions_ref, $max_fields, $ignoreunknown)
1016 sub extract($$) # ($self, $text)
1031 Text::Balanced - Extract delimited text sequences from strings.
1049 # Extract the initial substring of $text that is delimited by
1052 ($extracted, $remainder) = extract_delimited($text,$delim);
1055 # Extract the initial substring of $text that is bracketed
1059 ($extracted, $remainder) = extract_bracketed($text,$delim);
1062 # Extract the initial substring of $text that is bounded by
1065 ($extracted, $remainder) = extract_tagged($text);
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/pod/
H A Dpod2text.PL38 # pod2text -- Convert POD data to formatted ASCII text.
109 pod2text - Convert POD data to formatted ASCII text
121 to generate formatted ASCII text from POD source. It can optionally use
122 either termcap sequences or ANSI color escape sequences to format the text.
140 Include any non-POD text from the input file in the output as well. Useful
151 Set the number of spaces to indent regular text, and the default indentation
163 formatting arbitrary text documents, using this option is recommended.
168 for all text, including headings, not the amount by which regular text is
173 Format the output with overstruck printing. Bold text i
[all...]
/osnet-11/usr/src/lib/libslp/javalib/com/sun/slp/
H A DAssert.java36 import java.text.*;
/osnet-11/usr/src/grub/grub2/grub-core/boot/i386/qemu/
H A Dboot.S26 .text
/osnet-11/usr/src/grub/grub2/grub-core/kern/i386/qemu/
H A Dstartup.S26 .text
/osnet-11/usr/src/grub/grub2/grub-core/kern/ia64/efi/
H A Dstartup.S22 .text
/osnet-11/usr/src/grub/grub2/grub-core/lib/i386/
H A Dsetjmp.S26 .text
/osnet-11/usr/src/grub/grub2/grub-core/lib/powerpc/
H A Dsetjmp.S26 .text
/osnet-11/usr/src/grub/grub2/grub-core/lib/x86_64/
H A Dsetjmp.S26 .text
/osnet-11/usr/src/grub/grub-0.97/stage2/
H A Dpxeloader.S21 .text
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Exporter/
H A DHeavy.pm44 my $text = shift;
45 if ($text =~ s/ at \S*Exporter\S*.pm line \d+.*\n//) {
48 Carp::carp($text);
51 warn $text;
/osnet-11/usr/src/lib/libldap5/sources/pr/md/unix/
H A Dos_SunOS_amd64.s44 .text
93 .text
109 .text
126 / .text
139 .text
154 .text
171 .text
204 .text
/osnet-11/usr/src/lib/libcommputil/common/
H A Dsdp_parse_helper.c238 * Adds text of a given length to a linked list. If the list is NULL to
242 add_value_to_list(sdp_list_t **list, const char *value, int len, boolean_t text) argument
251 if (text)
259 if (text) {
283 sdp_list_to_str(sdp_list_t *list, char **buf, boolean_t text) argument
297 if (text)
312 if (text) {
335 sdp_str_to_list(sdp_list_t **list, const char *buf, int len, boolean_t text) argument
359 current - begin, text)) != 0) {
/osnet-11/usr/src/grub/grub2/util/grub.d/
H A D10_illumos.in51 multiboot $($grub_mkrelpath /platform/i86pc/kernel)/\$ISADIR/unix /platform/i86pc/kernel/\$ISADIR/unix -B \$ZFS_BOOTFS,console=text
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/t/
H A D00setup_dummy.t121 while(my($file, $text) = each %Files) {
128 print FILE $text;
/osnet-11/usr/src/lib/libc/port/gen/
H A Dlfmt_log.c58 __lfmt_log(const char *text, const char *sev, va_list args, long flag, int ret) argument
90 msg_offset += 1 + vsprintf(msg.buf + msg_offset, text, args);

Completed in 2524 milliseconds

1234567891011