Home
last modified time | relevance | path

Searched refs:no_name (Results 1 – 10 of 10) sorted by relevance

/freebsd/crypto/openssl/doc/man3/
H A DOBJ_nid2obj.pod25 ASN1_OBJECT *OBJ_txt2obj(const char *s, int no_name);
26 int OBJ_obj2txt(char *buf, int buf_len, const ASN1_OBJECT *a, int no_name);
69 If I<no_name> is 0 then long names and short names will be interpreted
70 as well as numerical forms. If I<no_name> is 1 only the numerical form
79 If I<no_name> is 0 then if the object has a long or short name
81 If I<no_name> is 1 then the numerical form will always be used.
83 i2t_ASN1_OBJECT() is the same as OBJ_obj2txt() with the I<no_name> set to zero.
H A DOSSL_ALGORITHM.pod117 if not (or if L<OBJ_obj2txt(3)> is called with I<no_name> = 1).
/freebsd/crypto/openssl/include/openssl/
H A Dobjects.h71 ASN1_OBJECT *OBJ_txt2obj(const char *s, int no_name);
72 int OBJ_obj2txt(char *buf, int buf_len, const ASN1_OBJECT *a, int no_name);
/freebsd/crypto/openssl/crypto/objects/
H A Dobj_dat.c362 ASN1_OBJECT *OBJ_txt2obj(const char *s, int no_name) in OBJ_txt2obj() argument
371 if (!no_name) { in OBJ_txt2obj()
412 int OBJ_obj2txt(char *buf, int buf_len, const ASN1_OBJECT *a, int no_name) in OBJ_obj2txt() argument
427 if (!no_name && (nid = OBJ_obj2nid(a)) != NID_undef) { in OBJ_obj2txt()
/freebsd/contrib/bsddialog/lib/
H A Dmenubox.c141 mbtowc(&pritem->shortcut, conf->menu.no_name ? in build_privatemenu()
168 maxname = conf->menu.no_name ? 0 : maxname; in build_privatemenu()
355 if (conf->menu.no_name == false) { in drawitem()
362 if (conf->menu.no_name) in drawitem()
369 if (conf->menu.no_name) in drawitem()
515 if (d.conf->menu.no_name && d.conf->menu.no_desc) in do_mixedlist()
516 RETURN_ERROR("Both conf.menu.no_name and conf.menu.no_desc"); in do_mixedlist()
H A Dbsddialog.h107 bool no_name; member
/freebsd/contrib/bsddialog/utility/
H A Dutil_cli.c562 conf->menu.no_name = true; in parseargs()
H A Dutil_builders.c520 conf->menu.no_name = true; in treeview_builder()
/freebsd/contrib/bsddialog/
H A DCHANGELOG157 * change: conf.menu.no_name and conf.menu.no_desc mutually exclusive.
/freebsd/crypto/openssl/
H A DCHANGES.md18054 * New function OBJ_obj2txt(buf, buf_len, a, no_name), this converts
18055 an ASN1_OBJECT to a text string. If the "no_name" parameter is set then