Searched refs:out_string (Results 1 – 7 of 7) sorted by relevance
| /onnv-gate/usr/src/lib/gss_mechs/mech_krb5/crypto/ |
| H A D | cksumtype_to_string.c | 38 if ((strlen(krb5_cksumtypes_list[i].out_string)+1) > buflen) in krb5_cksumtype_to_string() 41 strcpy(buffer, krb5_cksumtypes_list[i].out_string); in krb5_cksumtype_to_string()
|
| H A D | enctype_to_string.c | 42 if ((strlen(krb5_enctypes_list[i].out_string)+1) > buflen) in krb5_enctype_to_string() 45 strcpy(buffer, krb5_enctypes_list[i].out_string); in krb5_enctype_to_string()
|
| H A D | pkcs11slot.c | 140 krb5_enctypes_list[i].out_string = "<unsupported>"; in slot_supports_krb5() 165 krb5_enctypes_list[i].out_string = in slot_supports_krb5()
|
| /onnv-gate/usr/src/common/openssl/crypto/ui/ |
| H A D | ui_locl.h | 105 const char *out_string; /* Input */ member
|
| H A D | ui_lib.c | 101 OPENSSL_free((char *)uis->out_string); in free_string() 155 ret->out_string=prompt; in general_allocate_prompt() 478 uis.out_string = str; in print_error() 753 return uis->out_string; in UI_get0_output_string()
|
| /onnv-gate/usr/src/lib/libshell/common/sh/ |
| H A D | xec.c | 322 static void out_string(Sfio_t *iop, register const char *cp, int c, int quoted) in out_string() function 414 out_string(iop,subscript,']',1); in sh_debug() 423 out_string(iop, *argv++,' ', 0); in sh_debug() 430 out_string(iop, cp,' ',n?0: (flags&(ARG_RAW|ARG_NOGLOB))||*argv); in sh_debug()
|
| /onnv-gate/usr/src/uts/common/gssapi/mechs/krb5/include/ |
| H A D | k5-int.h | 864 char *out_string; member 886 char *out_string; member
|