Home
last modified time | relevance | path

Searched defs:ishex (Results 1 – 8 of 8) sorted by relevance

/freebsd/crypto/openssl/crypto/
H A Dparams_from_text.c28 const OSSL_PARAM **paramdef, int *ishex, in prepare_from_text()
136 const char *value, size_t value_n, int ishex, in construct_from_text()
312 int ishex = 0; in OSSL_PARAM_allocate_from_text() local
/freebsd/crypto/openssl/apps/
H A Dgenpkey.c62 static const char *param_datatype_2name(unsigned int type, int *ishex) in param_datatype_2name()
81 int i, ishex = 0; in show_gen_pkeyopt() local
/freebsd/contrib/nvi/vi/
H A Dv_increment.c98 #define ishex(c) (ISXDIGIT(c)) in v_increment() macro
/freebsd/sbin/ipf/common/
H A Dlexer.c29 #define ishex(c) (ISDIGIT(c) || ((c) >= 'a' && (c) <= 'f') || \ macro
/freebsd/lib/libc/stdio/
H A Dvfwscanf.c865 _Bool gotmantdig = 0, ishex = 0; in parsefloat() local
H A Dvfscanf.c999 _Bool gotmantdig = 0, ishex = 0; in parsefloat() local
/freebsd/crypto/openssl/crypto/x509/
H A Dv3_utl.c200 int isneg, ishex; in s2i_ASN1_INTEGER() local
/freebsd/crypto/openssl/crypto/evp/
H A Dctrl_params_translate.c187 int ishex; member