Home
last modified time | relevance | path

Searched refs:phrase (Results 1 – 25 of 43) sorted by relevance

12

/onnv-gate/usr/src/cmd/dtrace/test/tst/common/vars/
H A Dtst.nullassign.d40 phrase = strjoin(die, tap);
41 phrase = strjoin(phrase, die);
46 /phrase != expected/
48 printf("global: expected '%s', found '%s'\n", expected, phrase);
54 this->phrase = strjoin(the, tap);
59 this->phrase = strjoin(this->phrase, the);
64 /this->phrase != expected/
67 expected, this->phrase);
73 phrase = NULL;
74 this->phrase = NULL;
[all …]
/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Locale/
H A DMaketext.pm130 my($handle, $phrase, @params) = @_;
135 $lex->{$phrase} ||= ($value = $handle->_compile($phrase));
150 Carp::croak "Error in maketexting \"$phrase\":\n$err as used";
176 my($handle, $phrase) = splice(@_,0,2);
184 print "* Looking up \"$phrase\" in $h_r\n" if DEBUG;
185 if(exists $h_r->{$phrase}) {
186 print " Found \"$phrase\" in $h_r\n" if DEBUG;
187 unless(ref($value = $h_r->{$phrase})) {
189 $value = $h_r->{$phrase} = $handle->_compile($value);
192 } elsif($phrase !~ m/^_/s and $h_r->{'_AUTO'}) {
[all …]
H A DMaketext.pod234 $text = $lh->maketext(I<key>, ...parameters for this phrase...);
503 A typical %Lexicon entry is meant to signify a phrase,
539 that the number of parameters you're feeding to that phrase (two) is
962 return $lh->$that_method_name($phrase, @params);
1151 following phrase.
1174 particular phrase is found. For example, in English we are entirely happy
1227 what grammatical number that numeral projects onto its noun phrase,
/onnv-gate/usr/src/lib/libshell/common/tests/
H A Dsun_solaris_cr_6887363_shell_sometimes_mishandles_return_value_of_its_child_process.sh115 phrase="read-rand"
118 phrase="read-seq"
126 phrase="sync\$phrase"
/onnv-gate/usr/src/common/openssl/doc/apps/
H A Ddsa.pod57 option is not specified. If the key is encrypted a pass phrase will be
68 is not specified. If any encryption options are set then a pass phrase will be
80 IDEA ciphers respectively before outputting it. A pass phrase is prompted for.
83 encryption option can be used to remove the pass phrase from a key, or by
84 setting the encryption options it can be use to add or change the pass phrase.
133 To remove the pass phrase on a DSA private key:
H A Drsa.pod58 option is not specified. If the key is encrypted a pass phrase will be
69 option is not specified. If any encryption options are set then a pass phrase
86 IDEA ciphers respectively before outputting it. A pass phrase is prompted for.
89 encryption option can be used to remove the pass phrase from a key, or by
90 setting the encryption options it can be use to add or change the pass phrase.
156 To remove the pass phrase on an RSA private key:
H A Dec.pod57 option is not specified. If the key is encrypted a pass phrase will be
68 is not specified. If any encryption options are set then a pass phrase will be
80 any other cipher supported by OpenSSL before outputting it. A pass phrase is
84 encryption option can be used to remove the pass phrase from a key, or by
85 setting the encryption options it can be use to add or change the pass phrase.
H A Dgendsa.pod30 IDEA ciphers respectively before outputting it. A pass phrase is prompted for.
H A Dgenrsa.pod43 specified no encryption is used. If encryption is used a pass phrase is prompted
H A Dpkcs8.pod58 option is not specified. If the key is encrypted a pass phrase will be
69 default. If any encryption options are set then a pass phrase will be
H A Dpkcs12.pod77 pass phrase source to encrypt any outputed private keys with. For more information
185 pass phrase source to decrypt any input private keys with. For more information
/onnv-gate/usr/src/cmd/mailx/
H A Daux.c53 static char *phrase(char *name, int token, int comma);
428 phrase(char *name, int token, int comma) in phrase() function
560 return phrase(name, 0, 0); in skin()
577 cp = phrase(name, 1, comma); in yankword()
/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Locale/Maketext/
H A DTPJ13.pod124 Chinese has no such rules, and so has just the one phrase where English
125 has two. But, no problem, you can have this one Chinese phrase appear
129 Emboldened by this, you dive into the second phrase that your software
152 Chinese guy replies with the one phrase that these all translate to in
153 Chinese, and that phrase has two "%g"s in it, as it should -- but
205 putting a number-phrase (like "ten" or "forty-three", or their Arabic
275 that so many tourists rely on. Now, a given phrase (whether in a
277 greater or lesser applicability than that phrase's translation into
282 the corresponding English phrase, which doesn't distinguish the user's
291 localization, translation by phrase (generally by sentence) is both the
[all …]
/onnv-gate/usr/src/common/openssl/doc/crypto/
H A Dpem.pod296 phrase used for encrypted PEM structures (normally only private keys).
362 triple DES encryption, the pass phrase is prompted for:
370 DES encryption, using the pass phrase "hello":
377 Read a private key from a BIO using the pass phrase "hello":
385 Read a private key from a BIO using a pass phrase callback:
393 Skeleton pass phrase callback:
400 printf("Enter pass phrase for \"%s\"\n", u);
402 /* get pass phrase, length 'len' into 'tmp' */
H A Dui.pod148 description "pass phrase" and the file name "foo.key", that becomes
149 "Enter pass phrase for foo.key:". Other methods may create whatever
/onnv-gate/usr/src/uts/common/gssapi/mechs/krb5/krb5/krb/
H A Dkfree.c574 if ((*temp)->phrase) { in krb5_free_pwd_sequences()
575 krb5_free_data(context, (*temp)->phrase); in krb5_free_pwd_sequences()
576 (*temp)->phrase = 0; in krb5_free_pwd_sequences()
/onnv-gate/usr/src/cmd/ipf/tools/
H A Dipf_y.y1986 static void dobpf(v, phrase) in dobpf() argument
1988 char *phrase;
2007 if (!strncmp(phrase, "\"0x", 2)) {
2008 phrase++;
2013 for (i = 0, s = strtok(phrase, " \r\n\t"); s != NULL;
2054 if (pcap_compile(p, &bpf, phrase, 1, 0xffffffff)) {
2057 fprintf(stderr, "pcap parsing failed (%s)\n", phrase);
/onnv-gate/usr/src/cmd/itadm/
H A Ditadm.c178 char *phrase);
1987 char *phrase) in itadm_get_password() argument
2049 if (!phrase) { in itadm_get_password()
2053 pass = getpassphrase(phrase); in itadm_get_password()
/onnv-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/asn.1/
H A Dasn1_k_decode.c989 alloc_field(val->phrase,krb5_data); in asn1_decode_passwdsequence()
990 get_lenfield(val->phrase->length,val->phrase->data, in asn1_decode_passwdsequence()
992 val->phrase->magic = KV5M_DATA; in asn1_decode_passwdsequence()
H A Dasn1_k_encode.c484 FIELDOF_NORM(passwd_phrase_element, ostring_data_ptr, phrase, 1),
/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/pod/
H A Dperluniintro.pod716 my $phrase = "Yes";
717 Translate::from_to($phrase, 'english', 'deutsch');
718 ## phrase now contains "Ja"
/onnv-gate/usr/src/cmd/zic/
H A Daustralasia669 # initials of the phrase, and the legislation here uniformly uses
670 # the phrase `summer time' and does not use the phrase `daylight
/onnv-gate/usr/src/uts/common/inet/tcp/
H A Dtcp.c3620 tcp_iss_key_init(uint8_t *phrase, int len, tcp_stack_t *tcps) in tcp_iss_key_init() argument
3654 bcopy(phrase, &tcp_iss_cookie.passwd, min(PASSWD_SIZE, len)); in tcp_iss_key_init()
/onnv-gate/usr/src/lib/mpapi/libmpapi/
H A DTHIRDPARTYLICENSE269 similar phrase do not appear in your license (except to note that
/onnv-gate/usr/src/lib/smhba/
H A DTHIRDPARTYLICENSE269 similar phrase do not appear in your license (except to note that

12