Searched refs:text (Results 76 - 100 of 273) sorted by relevance

1234567891011

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DParser.pm31 ## Interpret the command and its text; sample actions might be:
49 ## Translate/Format this block of text; sample actions might be:
61 ## ... other sequence commands and their resulting text
85 performing the actual translation of text.
232 $parser->command($cmd,$text,$line_num,$pod_para);
245 =item C<$text>
247 the paragraph text for the given POD paragraph command.
264 command as normal block of paragraph text (invoking the B<textblock()>
270 my ($self, $cmd, $text, $line_num, $pod_para) = @_;
279 $parser->verbatim($text,
[all...]
H A DChecker.pm108 A heading (C<=head1> or C<=head2>) without any text? That ain't no
187 =item * Spurious text after =pod / =cut
206 the same text. Potential hyperlinks to such a text cannot be unique then.
226 text contents. You probably want to delete empty items.
230 A list introduced by C<=over> starts with a text or verbatim paragraph,
260 by a dot) to indicate an ordered (numbered) list or simple text for a
266 any text. This usually indicates that something is missing. Note: A
301 =item * alternative text/node '%s' contains non-escaped | or /
305 text an
[all...]
H A DPlainText.pm1 # Pod::PlainText -- Convert POD data to formatted ASCII text.
168 # Called for a regular text block. Gets the paragraph, the line number, and
179 # thing into actual text at this part, bypassing the whole internal
227 # Pod::InteriorSequence object and is expected to return the resulting text.
247 # When we output the text, we'll map this back.
340 if ($kind eq 'text') {
356 # for text, in which case we treat it as a verbatim text block.
361 return unless s/^text\b[ \t]*\n?//;
377 # The complicated one. Handle links. Since this is plain text, w
[all...]
/osnet-11/usr/src/lib/libresolv2/common/isc/
H A Dctl_clnt.c262 memcpy(tran->outbuf.text, cmd, len);
264 for (pc = tran->outbuf.text, n = 0; n < tran->outbuf.used; pc++, n++)
320 *iovp++ = evConsIovec(tran->outbuf.text, tran->outbuf.used);
507 n = read(ctx->sock, ctx->inbuf.text + ctx->inbuf.used,
521 eos = memchr(ctx->inbuf.text, '\n', ctx->inbuf.used);
522 if (eos != NULL && eos != ctx->inbuf.text && eos[-1] == '\r') {
526 if (!arpacode_p(ctx->inbuf.text)) {
529 ctx->inbuf.text);
533 if (arpadone_p(ctx->inbuf.text))
535 else if (arpacont_p(ctx->inbuf.text))
[all...]
H A Dctl_p.c82 buf->text = memget(MAX_LINELEN);
95 memput(buf->text, MAX_LINELEN);
96 buf->text = NULL;
H A Dctl_srvr.c302 ctl_response(struct ctl_sess *sess, u_int code, const char *text, argument
327 if (sizeof "000-\r\n" + strlen(text) > (size_t)MAX_LINELEN) {
332 sess->outbuf.used = SPRINTF((sess->outbuf.text, "%03d%c%s\r\n",
334 text));
335 for (pc = sess->outbuf.text, n = 0;
340 *iovp++ = evConsIovec(sess->outbuf.text, sess->outbuf.used);
349 sess->outbuf.used, sess->outbuf.text);
588 n = read(sess->sock, sess->inbuf.text + sess->inbuf.used,
598 eos = memchr(sess->inbuf.text, '\n', sess->inbuf.used);
599 if (eos != NULL && eos != sess->inbuf.text
760 ctl_morehelp(struct ctl_sctx *ctx, struct ctl_sess *sess, const struct ctl_verb *verb, const char *text, u_int respflags, const void *respctx, void *uctx) argument
[all...]
/osnet-11/usr/src/lib/libbsm/
H A Dauditxml.pm424 my $text = $kid->getContent();
425 $text = '' unless defined ($text);
428 push(@msg, join('::', $msgId, $text));
489 my $text = pop(@msg);
491 return $text;
517 my $text = $kid->getContent();
518 $text = '' unless defined ($text);
521 $notes{$note_id} = $text;
[all...]
/osnet-11/usr/src/lib/scsi/libses/common/
H A Dses_node.c143 char *tp, *text; local
252 text = tp + toff;
255 text = NULL;
260 if (enc_parse_td(tip, text, pnp->sn_props) != 0)
284 text = tp + toff;
287 text = NULL;
290 if (elem_parse_td(tip, text, np->sn_props) != 0)
/osnet-11/usr/src/lib/libnsl/key/
H A Dxcrypt.c471 char *text; local
488 if ((text = malloc(tlen)) == NULL) {
492 (void) memset(text, 0, tlen);
502 (void) memcpy(text, pw, plen);
503 (void) memcpy(&text[plen], mixin, len);
529 (void) memcpy(text, mixin, len);
530 (void) memcpy(&text[len], pw, plen);
559 * Use the temporary key to produce a DES CBC checksum for the text
562 (void) cbc_crypt(tkey.c, text, tlen, DES_ENCRYPT|DES_HW, ivec.c);
564 free(text);
[all...]
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Drecvauth.c179 error.text.length = strlen(message) + 1;
180 error.text.data = strdup(message);
181 if (!error.text.data) {
186 free(error.text.data);
189 free(error.text.data);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/t/
H A Dhtmlview.t66 <p>This is some more regular text.</p>
67 <p>Here is some <strong>bold</strong> text, some <em>italic</em> and something that looks
69 <p>This <code>text contains embedded bold and italic tags</code>. These can
70 be nested, allowing <strong>bold and <em>bold &amp; italic</em> text</strong>. The module also
154 </p><p>intermediate text</p>
157 </more>some text<p>
H A Dparselink.t11 # The format of each entry in this array is the L<> text followed by the
66 [ 'foo/I<Italic> text',
67 undef, '"I<Italic> text" in foo', 'foo', 'I<Italic> text', 'pod' ],
110 my @names = qw(text inferred name section type);
/osnet-11/usr/src/lib/libldap5/sources/ldap/common/
H A Dcram_md5.c17 /* text is the challenge, key is the password, digest is an allocated
19 void hmac_md5(unsigned char *text, int text_len, unsigned char *key, argument
51 (void) MD5Update(&context, text, text_len);
/osnet-11/usr/src/lib/common/amd64/
H A Dcrt1.s71 .section .text
179 .section .text
/osnet-11/usr/src/lib/common/i386/
H A Dgcrt1.s69 .section .text
156 .section .text
/osnet-11/usr/src/grub/grub-0.97/stage2/
H A Dgraphics.c81 /* text buffer has to be kept around so that we can write things as we
83 unsigned short text[ROWBYTES * 30]; variable
222 text[fonty * ROWBYTES + fontx] = ch;
223 text[fonty * ROWBYTES + fontx] &= 0x00ff;
225 text[fonty * ROWBYTES + fontx] |= 0x100;
265 text[i] = ' ';
648 graphics_putchar(text[j * ROWBYTES + i]);
669 ch = text[fonty * ROWBYTES + fontx] & 0xff;
670 invert = (text[fonty * ROWBYTES + fontx] & 0xff00) != 0;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/pod/
H A Dtestcmp.pl32 Compare two text files line-by-line and return 0 if they are the
39 function that takes two pre-chomped text-lines as its arguments
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/CGI/t/
H A Dpush.t62 return $_[0]->header('text/plain'), 'arduk';
67 like( $$out, '/ype: text\/plain/', 'set custom Content-type in next_page()' );
68 is( $$out =~ s/arduk//g, 1, 'found text from next_page()' );
73 bless( \(my $text), $_[0] );
/osnet-11/usr/src/lib/libc/port/gen/
H A Dfmtmsg.c111 #define ST_TXT "text"
131 * MV_TXT "text" selected
168 #define DEFLT_TEXT "No text provided with this message"
569 /* Check for "text" */
786 * void writemsg(buf, size, verbosity, label, severity, text, action, tag)
795 * const char *text The address of the text-component
800 * severity-component, text-component, action-component, and tag-
813 const char *text, const char *action, const char *tag)
820 int textindent; /* # spaces to indent text */
811 writemsg(char *buf, size_t size, int verbosity, const char *label, int severity, const char *text, const char *action, const char *tag) argument
1088 fmtmsg(long class, const char *label, int severity, const char *text, const char *action, const char *tag) argument
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DSwitch.pm92 my $text = "";
97 $text .= q{use Switch 'noimport'};
104 $text .= $pre . substr($source,$pos[2],$pos[18]-$pos[2]);
113 $text .= " " if $pos[0] < $pos[2];
114 $text .= substr($source,$pos[0],$pos[4]-$pos[0]);
124 $text .= $1.$2.'S_W_I_T_C_H: while (1) ';
142 $text .= $code . 'continue {last}';
150 $text .= $1 . ($keyword eq "default"
159 $text .= " " if $pos[0] < $pos[2];
160 $text
[all...]
/osnet-11/usr/src/lib/libslp/javalib/com/sun/slp/
H A DServiceLocationException.java35 import java.text.*;
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/unicode/
H A Dure.h133 ure_exec (ure_dfa_t dfa, int flags, ucs2_t *text,
/osnet-11/usr/src/grub/grub2/grub-core/lib/mips/
H A Dsetjmp.S26 .text
/osnet-11/usr/src/grub/grub2/grub-core/tests/boot/
H A Dkernel-8086.S4 .text
H A Dkernel-i386.S10 .text

Completed in 43 milliseconds

1234567891011