Searched refs:objlen (Results 1 – 5 of 5) sorted by relevance
513 int objlen, fld_len; in do_name_ex() local530 objlen = strlen(objbuf); in do_name_ex()531 if (!io_ch(arg, objbuf, objlen)) in do_name_ex()533 if ((objlen < fld_len) && (flags & XN_FLAG_FN_ALIGN)) { in do_name_ex()534 if (!do_indent(io_ch, arg, fld_len - objlen)) in do_name_ex()536 outlen += fld_len - objlen; in do_name_ex()540 outlen += objlen + sep_eq_len; in do_name_ex()
109 int i, objlen; in v2i_AUTHORITY_INFO_ACCESS() local131 objlen = ptmp - cnf->name; in v2i_AUTHORITY_INFO_ACCESS()136 if ((objtmp = OPENSSL_strndup(cnf->name, objlen)) == NULL) { in v2i_AUTHORITY_INFO_ACCESS()
564 int objlen; in do_othername() local577 objlen = p - value; in do_othername()578 objtmp = OPENSSL_strndup(value, objlen); in do_othername()
644 int objlen; in do_othername() local657 objlen = p - value; in do_othername()658 objtmp = OPENSSL_strndup(value, objlen); in do_othername()
869 size_t objlen = 0; in racl_proc() local