Searched refs:phrase (Results 1 - 11 of 11) sorted by relevance

/illumos-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);
[all...]
/illumos-gate/usr/src/boot/lib/libc/string/
H A Dstrtok.c113 char *brkb, *brkt, *phrase, *sep, *word; local
116 phrase = "foo";
128 for (phrase = strtok_r(blah, sep, &brkb); phrase;
129 phrase = strtok_r(NULL, sep, &brkb))
130 printf("So far we're at %s:%s\n", word, phrase);
/illumos-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"
132 if [ "\$op" != "\$phrase" ]; then
133 echo "Bad mode: \$op != \$phrase (\$retcode)"
/illumos-gate/usr/src/cmd/mailx/
H A Daux.c53 static char *phrase(char *name, int token, int comma);
425 * of "host-phrase."
428 phrase(char *name, int token, int comma) function
560 return phrase(name, 0, 0);
577 cp = phrase(name, 1, comma);
/illumos-gate/usr/src/cmd/itadm/
H A Ditadm.c195 char *phrase);
2009 char *phrase)
2071 if (!phrase) {
2075 pass = getpassphrase(phrase);
2008 itadm_get_password(nvlist_t *nvl, char *key, char *passfile, char *phrase) argument
/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/krb5/krb/
H A Dkfree.c574 if ((*temp)->phrase) {
575 krb5_free_data(context, (*temp)->phrase);
576 (*temp)->phrase = 0;
/illumos-gate/usr/src/cmd/ipf/tools/
H A Dipf_y.y1986 static void dobpf(v, phrase)
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);
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/asn.1/
H A Dasn1_k_decode.c989 alloc_field(val->phrase,krb5_data);
990 get_lenfield(val->phrase->length,val->phrase->data,
992 val->phrase->magic = KV5M_DATA;
H A Dasn1_k_encode.c484 FIELDOF_NORM(passwd_phrase_element, ostring_data_ptr, phrase, 1),
/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp.c3637 tcp_iss_key_init(uint8_t *phrase, int len, tcp_stack_t *tcps) argument
3669 * The pass-phrase. Normally this is supplied by user-called NDD.
3671 bcopy(phrase, &tcp_iss_cookie.passwd, min(PASSWD_SIZE, len));
/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/include/
H A Dkrb5.h1271 krb5_data *phrase; member in struct:_passwd_phrase_element

Completed in 1435 milliseconds