Searched refs:text (Results 176 - 200 of 273) sorted by relevance

1234567891011

/osnet-11/usr/src/lib/libsasl/include/
H A Dsaslplug.h87 void (*MD5Update)(MD5_CTX *, const unsigned char *text, unsigned int len);
89 void (*hmac_md5)(const unsigned char *text, int text_len,
/osnet-11/usr/src/lib/libdns_sd/java/com/apple/dnssd/docs/examples/src/
H A DSimpleChat.java17 * this notice and the following text and disclaimers in all such redistributions of
53 import java.text.*;
57 import javax.swing.text.*;
65 Document textDoc; // Holds all the chat text
73 JButton sendButton; // Will send text in inputField to target
116 JEditorPane textPane = new JEditorPane( "text/html", "<BR>");
230 // Produce a mapping from a string to a color, suitable for text display
/osnet-11/usr/src/lib/libfru/libnvfru/
H A Dnvfru.c126 def->enumTable[i].text);
213 def->enumTable[i].text);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/utils/
H A Dh2ph.PL80 my($text) = shift;
81 $text =~ s/\n/\n /g;
82 $text =~ s/ /\t/g;
83 $text;
H A Dperlcc.PL550 my $text;
564 $text = join('', <FD>);
575 return($text);
/osnet-11/usr/src/grub/grub2/util/
H A Dgrub-setup.c870 help_filter (int key, const char *text, void *input __attribute__ ((unused))) argument
875 return xasprintf (text, DEFAULT_BOOT_FILE);
878 return xasprintf (text, DEFAULT_CORE_FILE);
881 return xasprintf (text, DEFAULT_DIRECTORY);
884 return xasprintf (text, DEFAULT_DEVICE_MAP);
887 return (char *) text;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A DManifest.pm115 my $text = $all{$file};
116 ($file,$text) = split(/\s+/,$text,2) if $Is_VMS && $text;
120 $tabs = 0 unless $text;
121 print M $file, "\t" x $tabs, $text, "\n";
H A DMM_VMS.pm2005 my($self,$text) = @_;
2006 return $text if $text =~ m/^\w+\s*=/; # leave macro defs alone
2007 $text =~ s/([^\s:])(:+\s)/$1 $2/gs;
2008 $text;
2136 my($self, $text, $file, $appending) = @_;
2143 split /\n/, $text;
2154 my($self, $text) = @_;
2157 $text =~ s{"}{""}g;
2159 return qq{"$text"};
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/x2p/
H A Dfind2perl.PL482 my $text = '';
502 $text = readlink($_);
503 $size = 0 unless defined $text;
532 if ($text ne '') {
533 $cpout{$fh} .= $text;
H A Ds2p.PL201 The argument I<text> consists of one or more lines following the command.
202 Embedded newlines in I<text> must be preceded with a backslash. Other
203 backslashes in I<text> are deleted and the following character is taken
215 =item [1addr]B<a\> I<text>
217 Write I<text> (which must start on the line following the command)
239 =item [2addr]B<c\> I<text>
242 The I<text> (which must start on the line following the command)
317 =item [1addr]B<i\> I<text>
319 Write the I<text> (which must start on the line following the command)
437 To get a literal `C<&>' or `C<\>' in the replacement text, preced
[all...]
/osnet-11/usr/src/lib/libcmd/common/
H A Dcp.c196 char text[PATH_MAX]; /* link text buffer */ member in struct:State_s
575 if ((n = pathgetlink(ent->fts_path, state->text, sizeof(state->text) - 1)) < 0)
577 error(ERROR_SYSTEM|2, "%s: cannot read symbolic link text", ent->fts_path);
580 state->text[n] = 0;
581 if (pathsetlink(state->text, state->path))
/osnet-11/usr/src/grub/grub2/docs/
H A Dtexinfo.tex196 % that the text looks ok even though it passes the margin).
201 % surround any changed text. This approach does *not* work if the
223 % This is the space between the bar and the text.
733 % the text is small, which looks bad.
758 % manual), we don't worry about eating any user text.
763 % \baselineskip glue before it, and (when the next line of text is done)
856 % @exdent text....
857 % outputs text on separate line in roman font, starting at standard page margin
907 \def\lefttext{#1}% have only one text
919 % @include file insert text o
[all...]
/osnet-11/usr/src/lib/libsasl/lib/
H A Dmd5.c394 * MD5(K XOR opad, MD5(K XOR ipad, text))
399 * and text is the data being protected
476 void _sasl_hmac_md5(text, text_len, key, key_len, digest)
477 const unsigned char* text; /* pointer to data stream */
509 * MD5(K XOR opad, MD5(K XOR ipad, text))
514 * and text is the data being protected
535 _sasl_MD5Update(&context, text, text_len); /* then text of datagram */
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Dgc_via_tkt.c291 if (err_reply->text.length > 0) {
298 err_reply->text.length,
299 err_reply->text.data);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Net/
H A DPOP3.pm456 Similar to L</login>, but the password is not sent in clear text.
464 C<MSGNUM>. Returns a reference to an array which contains the lines of text
480 text read from the server. If C<FH> is given then the lines returned
/osnet-11/usr/src/lib/libsip/common/
H A Dsip_msg.h106 sip_str_t text; member in struct:sip_warn
209 #define warn_text hdr_value.warn.text
/osnet-11/usr/src/lib/libsmbns/common/
H A Dsmbns_netbios.c475 char *text; member in struct:__anon2624
514 sm[i].text, last_event, nbtd.nbs_errors);
/osnet-11/usr/src/lib/libfru/libfru/
H A DPayloadReader.cc102 if (strcmp(recDef->enumTable[i].text, elemDef->name) == 0)
105 (char *)recDef->enumTable[i].text);
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/unicode/
H A Dure.c994 * matching line/paragraph separators because beginning-of-text and
995 * end-of-text tests are needed as well.
1954 ure_exec(ure_dfa_t dfa, int flags, ucs2_t *text, unsigned long textlen, argument
1965 if (dfa == 0 || text == 0)
1976 sp = text;
2023 if (lp == text) {
2061 ms = lp - text;
2063 me = sp - text;
2104 * match when the source text hits the end. This is only done
2112 me = sp - text;
[all...]
/osnet-11/usr/src/lib/libadt_jni/
H A Dauditxml_jni112 generateMsgLists($textList); # enum -> text mappings
258 my ($id, $text) = split(/\s*::\s*/, $listValue);
259 print Jfile "\t// $text\n";
810 'text' => 'AUT_TEXT',
1121 my ($id, $text) = split(/\s*::\s*/, $entry);
1122 print " $id = $text\n";
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dperl5db.pl171 assignment) contains the text from C<$filename>, with each element
800 # issues, plus converted the printed text to use all spaces, since
849 # # The range of lines of the text
1949 # in eval'ed text, for instance.
3514 The C<eval>() text, if any (undefined for C<eval BLOCK>)
5554 # from the eval text, if any.
5560 # if the require flag is true, the eval text is from a require.
5564 # if it's false, the eval text is really from an eval.
5570 # know what the eval'ed text actually was.
6632 the help text
[all...]
/osnet-11/usr/src/lib/libntfs/common/libntfs/
H A Dgnome-vfs-method.c139 if (!uri->text) /* not needed here but we don't permit non-specific fs-image reference */
170 if (!(volume = ntfs_mount(uri->parent->text,
281 volume, uri->text)))
544 inode_open_by_pathname(&inode, volume, uri->text)))
/osnet-11/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/
H A DProbeDescription.java31 import java.text.ParseException;
/osnet-11/usr/src/grub/grub2/grub-core/boot/i386/pc/
H A Dboot.S33 .text
H A Ddiskboot.S30 .text

Completed in 82 milliseconds

1234567891011