Searched refs:oidstr (Results 1 – 4 of 4) sorted by relevance
/freebsd/crypto/openssl/crypto/x509/ |
H A D | t_x509.c | 342 char oidstr[80], first; in X509_aux_print() local 359 OBJ_obj2txt(oidstr, sizeof(oidstr), in X509_aux_print() 361 BIO_puts(out, oidstr); in X509_aux_print() 374 OBJ_obj2txt(oidstr, sizeof(oidstr), in X509_aux_print() 376 BIO_puts(out, oidstr); in X509_aux_print()
|
/freebsd/usr.sbin/ypldap/ |
H A D | ber.c | 416 ber_string2oid(const char *oidstr, struct ber_oid *o) in ber_string2oid() argument 421 if (strlcpy(str, oidstr, sizeof(str)) >= sizeof(str)) in ber_string2oid() 483 ber_add_oidstring(struct ber_element *prev, const char *oidstr) in ber_add_oidstring() argument 487 if (ber_string2oid(oidstr, &o) == -1) in ber_add_oidstring()
|
/freebsd/sys/cam/mmc/ |
H A D | mmc_da.c | 403 char oidstr[8]; in mmc_format_card_id_string() local 426 snprintf(oidstr, sizeof(oidstr), "%c%c", c1, c2); in mmc_format_card_id_string() 428 snprintf(oidstr, sizeof(oidstr), "0x%04x", sc->cid.oid); in mmc_format_card_id_string() 437 sc->cid.mid, oidstr); in mmc_format_card_id_string()
|
/freebsd/sys/dev/mmc/ |
H A D | mmc.c | 1126 char oidstr[8]; in mmc_format_card_id_string() local 1149 snprintf(oidstr, sizeof(oidstr), "%c%c", c1, c2); in mmc_format_card_id_string() 1151 snprintf(oidstr, sizeof(oidstr), "0x%04x", ivar->cid.oid); in mmc_format_card_id_string() 1159 ivar->cid.mid, oidstr); in mmc_format_card_id_string()
|