Searched refs:oidstr (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/crypto/openssl/crypto/asn1/
H A Dt_x509a.c72 char oidstr[80], first; local
84 OBJ_obj2txt(oidstr, sizeof(oidstr),
86 BIO_puts(out, oidstr);
99 OBJ_obj2txt(oidstr, sizeof(oidstr),
101 BIO_puts(out, oidstr);
/freebsd-11-stable/usr.sbin/ypldap/
H A Dber.c417 ber_string2oid(const char *oidstr, struct ber_oid *o) argument
422 if (strlcpy(str, oidstr, sizeof(str)) >= sizeof(str))
484 ber_add_oidstring(struct ber_element *prev, const char *oidstr) argument
488 if (ber_string2oid(oidstr, &o) == -1)
/freebsd-11-stable/sys/dev/mmc/
H A Dmmc.c1132 char oidstr[8]; local
1155 snprintf(oidstr, sizeof(oidstr), "%c%c", c1, c2);
1157 snprintf(oidstr, sizeof(oidstr), "0x%04x", ivar->cid.oid);
1165 ivar->cid.mid, oidstr);

Completed in 143 milliseconds