Symbol: inform
crypto/openssl/apps/mac.c
176
in = bio_open_default(infile, 'r', inform);
crypto/openssl/apps/mac.c
93
int inform = FORMAT_BINARY;
crypto/openssl/crypto/asn1/a_mbstr.c
112
if (traverse_string(in, len, inform, type_str, &mask) < 0) {
crypto/openssl/crypto/asn1/a_mbstr.c
157
if (inform == outform) {
crypto/openssl/crypto/asn1/a_mbstr.c
16
static int traverse_string(const unsigned char *p, int len, int inform,
crypto/openssl/crypto/asn1/a_mbstr.c
188
ret = traverse_string(in, len, inform, out_utf8, &outlen);
crypto/openssl/crypto/asn1/a_mbstr.c
206
traverse_string(in, len, inform, cpyfunc, &p);
crypto/openssl/crypto/asn1/a_mbstr.c
215
static int traverse_string(const unsigned char *p, int len, int inform,
crypto/openssl/crypto/asn1/a_mbstr.c
222
if (inform == MBSTRING_ASC) {
crypto/openssl/crypto/asn1/a_mbstr.c
225
} else if (inform == MBSTRING_BMP) {
crypto/openssl/crypto/asn1/a_mbstr.c
229
} else if (inform == MBSTRING_UNIV) {
crypto/openssl/crypto/asn1/a_mbstr.c
37
int inform, unsigned long mask)
crypto/openssl/crypto/asn1/a_mbstr.c
39
return ASN1_mbstring_ncopy(out, in, len, inform, mask, 0, 0);
crypto/openssl/crypto/asn1/a_mbstr.c
43
int inform, unsigned long mask,
crypto/openssl/crypto/asn1/a_mbstr.c
62
switch (inform) {
crypto/openssl/crypto/asn1/a_strnid.c
81
int inform, int nid)
crypto/openssl/crypto/asn1/a_strnid.c
95
ret = ASN1_mbstring_ncopy(out, in, inlen, inform, mask,
crypto/openssl/crypto/asn1/a_strnid.c
98
ret = ASN1_mbstring_copy(out, in, inlen, inform,
crypto/openssl/include/openssl/asn1.h
1004
int inform, unsigned long mask);
crypto/openssl/include/openssl/asn1.h
1006
int inform, unsigned long mask,
crypto/openssl/include/openssl/asn1.h
1011
int inform, int nid);
crypto/openssl/test/asn1_internal_test.c
283
int inform = MBSTRING_UNIV;
crypto/openssl/test/asn1_internal_test.c
285
if (!TEST_int_eq(ASN1_mbstring_ncopy(&str, in, inlen, inform, B_ASN1_GENERALSTRING, 0, 0), -1)
crypto/openssl/test/asn1_internal_test.c
286
|| !TEST_int_eq(ASN1_mbstring_ncopy(&str, in, inlen, inform, B_ASN1_VISIBLESTRING, 0, 0), -1)
crypto/openssl/test/asn1_internal_test.c
287
|| !TEST_int_eq(ASN1_mbstring_ncopy(&str, in, inlen, inform, B_ASN1_VIDEOTEXSTRING, 0, 0), -1)
crypto/openssl/test/asn1_internal_test.c
288
|| !TEST_int_eq(ASN1_mbstring_ncopy(&str, in, inlen, inform, B_ASN1_GENERALIZEDTIME, 0, 0), -1))
usr.sbin/lpr/common_source/displayq.c
208
inform(pp, q->job_cfname);
usr.sbin/lpr/common_source/lp.h
288
void inform(const struct printer *_pp, char *_cf);