Searched refs:text (Results 226 - 250 of 273) sorted by relevance

1234567891011

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/pod/
H A Dpod2man.PL163 The fixed-width font to use for vertabim text and code. Defaults to CW.
214 Sets the quote marks used to surround CE<lt>> text to I<quotes>. If
222 quote marks are added around CE<lt>> text (but the font is still changed for
/osnet-11/usr/src/lib/libkmf/libkmf/common/
H A Dpolicy.c60 addFormatting(xmlNodePtr parent, char *text) argument
64 if (parent == NULL || text == NULL)
67 snode = xmlNewText((const xmlChar *)text);
1253 /* Add a text node for readability */
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/asn.1/
H A Dkrb5_decode.c794 clear_field(rep,text.data);
819 opt_lenfield(rep->text.length,rep->text.data,11,asn1_decode_generalstring);
H A Dasn1_k_encode.c1095 /* e-text[11] GeneralString OPTIONAL */
1096 FIELDOF_OPT(krb5_error, gstring_data, text, 11, 11),
1114 if (val->text.data != NULL && val->text.length > 0)
/osnet-11/usr/src/common/crypto/ecc/
H A Decl-priv.h167 char *text; member in struct:ECGroupStr
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Devel/DProf/
H A DDProf.pm43 The old profile is a text file which looks like this:
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/I18N/LangTags/
H A DList.pm201 language tags refer to conditions: i-default (system-message text
557 Defined in RFC 2277, this is for tagging text
558 (which must include English text, and might/should include text
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/User/
H A Dpwent.pm269 C<passwd> is one-way hashed garble, not clear text, and may not be
/osnet-11/usr/src/grub/grub2/build-bios/grub-core/
H A Drs_decoder.S2 .text
644 .section .text
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/op/
H A Dpack.t307 # Note that first uuencoding known 'text' data and then checking the
310 # text data.
483 my $text = ref $total ? &$total($len) : $total;
485 print "# For list (" . join (", ", @_) . ") (total $text)"
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DPerlIO.pm38 open($fh,"<:crlf", "my.txt"); # portably open a text file for reading
128 is chosen to render simple text parts (i.e. non-accented letters,
246 translation for text files then the default layers are :
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DFunctions.pm129 my($name, $type, $text) = split " ", $_, 3;
131 $Flavor{$name} = $text;
H A DPerldoc.pm129 $self->opt_o_with('text') if @_ and $_[0];
250 -u Display unformatted pod text
262 -q Search the text of questions (not answers) in perlfaq[1-9]
364 $self->opt_o_with('text');
845 ++$found if /^\w/; # found descriptive text
1433 # This tries to provide a meaningful bit of text to do with the query,
H A DUsage.pm24 my $message_text = "This text precedes the usage message.";
53 A string containing the text of a message to print I<before> printing
77 The text of a message to print immediately prior to printing the
H A DFind.pm75 Only text files containing at least one valid POD command are found.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Term/
H A DANSIColor.pm76 # BLUE "text\n" ==> "\e[34mtext\n"
80 # BLUE "text\n" ==> "\e[34mtext\n\e[0m"
208 print "This text is bold blue.\n";
210 print "This text is normal.\n";
212 print "This text is normal.\n";
219 print BOLD, BLUE, "This text is in bold blue.\n", RESET;
223 print BOLD BLUE "This text is in bold blue.\n";
224 print "This text is normal.\n";
265 and the remainder of the arguments as text to colorize.
341 print FOOBAR "This text i
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Unicode/
H A DUCD.pm105 mirrored if mirrored in bidirectional text
644 MODERN The mapping is only used for modern text
/osnet-11/usr/src/cmd/sendmail/src/
H A Dmap.c4949 ph_map_send_debug(appdata, text)
4952 ph_map_send_debug(text)
4954 char *text;
4958 "ph_map_send_debug: ==> %s", text);
4960 sm_dprintf("ph_map_send_debug: ==> %s\n", text);
4965 ph_map_recv_debug(appdata, text)
4968 ph_map_recv_debug(text)
4970 char *text;
4974 "ph_map_recv_debug: <== %s", text);
4976 sm_dprintf("ph_map_recv_debug: <== %s\n", text);
[all...]
/osnet-11/usr/src/lib/krb5/kadm5/srv/
H A Dchgpwd.c546 krberror.text.length = 0;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/x2p/
H A Ds2p.t55 text => <<'[TheEnd]',
143 input => 'text',
173 input => 'text',
207 input => 'text',
235 input => 'text',
258 input => 'text',
278 input => 'text',
304 input => 'text',
318 input => 'text',
347 input => 'text',
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/PerlIO/via/
H A Dvia.pm35 to obtain the text of an HTML-file in an array with all the HTML-tags
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/File/Spec/
H A DVMS.pm32 Expands MM[KS]/Make macros in a text string, using the contents of
/osnet-11/usr/src/lib/libsqlite/src/
H A Dexpr.c57 ** text between the two given tokens.
920 ** given expression should sort as numeric values or as text.
1082 op += 6; /* Convert numeric opcodes to text opcodes */
1288 sqliteExprType(pItem->pExpr)==SQLITE_SO_NUM ? "numeric" : "text",
1344 op += 6; /* Convert numeric opcodes to text opcodes */
1437 /* Convert numeric comparison opcodes into text comparison opcodes.
1438 ** This step depends on the fact that the text comparision opcodes are
/osnet-11/usr/src/lib/libsmbns/common/
H A Dsmbns_dyndns.c132 dyndns_syslog(int severity, int errnum, const char *text) argument
166 syslog(severity, "dyndns: %s: %s: %d", text, errmsg, errnum);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/I18N/
H A DLangTags.pm138 my($text) =
144 $text =~

Completed in 88 milliseconds

1234567891011