Symbol: cstr
crypto/heimdal/lib/hx509/error.c
164
const char *cstr;
crypto/heimdal/lib/hx509/error.c
167
cstr = com_right(context->et_list, error_code);
crypto/heimdal/lib/hx509/error.c
168
if (cstr)
crypto/heimdal/lib/hx509/error.c
169
return strdup(cstr);
crypto/heimdal/lib/hx509/error.c
170
cstr = strerror(error_code);
crypto/heimdal/lib/hx509/error.c
171
if (cstr)
crypto/heimdal/lib/hx509/error.c
172
return strdup(cstr);
crypto/heimdal/lib/krb5/acl.c
124
return !strcmp(field->u.cstr, string);
crypto/heimdal/lib/krb5/acl.c
126
return !fnmatch(field->u.cstr, string, 0);
crypto/heimdal/lib/krb5/acl.c
40
const char *cstr;
crypto/heimdal/lib/krb5/acl.c
91
tmp->u.cstr = va_arg(ap, const char*);
crypto/heimdal/lib/krb5/acl.c
94
tmp->u.cstr = va_arg(ap, const char*);
crypto/heimdal/lib/krb5/error_string.c
245
const char *cstr = NULL;
crypto/heimdal/lib/krb5/error_string.c
280
cstr = com_right_r(context->et_list, code, buf, sizeof(buf));
crypto/heimdal/lib/krb5/error_string.c
285
if (cstr)
crypto/heimdal/lib/krb5/error_string.c
286
return strdup(cstr);
crypto/heimdal/lib/krb5/error_string.c
288
cstr = error_message(code);
crypto/heimdal/lib/krb5/error_string.c
289
if (cstr)
crypto/heimdal/lib/krb5/error_string.c
290
return strdup(cstr);
crypto/openssh/crypto_api.h
50
int crypto_kem_sntrup761_enc(unsigned char *cstr, unsigned char *k,
crypto/openssh/crypto_api.h
53
const unsigned char *cstr, const unsigned char *sk);
crypto/openssl/crypto/x509/v3_utl.c
908
ASN1_STRING *cstr;
crypto/openssl/crypto/x509/v3_utl.c
948
cstr = gen->d.otherName->value->value.utf8string;
crypto/openssl/crypto/x509/v3_utl.c
955
cstr = gen->d.rfc822Name;
crypto/openssl/crypto/x509/v3_utl.c
960
cstr = gen->d.dNSName;
crypto/openssl/crypto/x509/v3_utl.c
965
cstr = gen->d.iPAddress;
crypto/openssl/crypto/x509/v3_utl.c
970
if ((rv = do_check_string(cstr, alt_type, equal, flags,
lib/libc/tests/string/wcscoll_test.c
71
cstr data[NSTRINGS];
sys/dev/bhnd/nvram/bhnd_nvram_value.c
1034
strncpy(outp, cstr, cstr_len);
sys/dev/bhnd/nvram/bhnd_nvram_value.c
820
const char *cstr;
sys/dev/bhnd/nvram/bhnd_nvram_value.c
831
cstr = inp;
sys/dev/bhnd/nvram/bhnd_nvram_value.c
843
cstr_len = strnlen(cstr, cstr_size);
sys/dev/bhnd/nvram/bhnd_nvram_value.c
867
*((uint8_t *)outp + nbytes) = cstr[i];
sys/dev/bhnd/nvram/bhnd_nvram_value.c
885
p = cstr;
sys/dev/bhnd/nvram/bhnd_nvram_value.c
923
p = cstr;
sys/dev/bhnd/nvram/bhnd_nvram_value.c
992
p = cstr;
usr.bin/sort/bwstring.h
65
struct cstr cdata;