Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/
H A Dparams_from_text.c27 const OSSL_PARAM **paramdef, int *ishex, in prepare_from_text()
138 const char *value, size_t value_n, int ishex, in construct_from_text()
209 int ishex = 0; in OSSL_PARAM_allocate_from_text() 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 Dvfscanf.c1000 _Bool gotmantdig = 0, ishex = 0; in parsefloat() local
H A Dvfwscanf.c866 _Bool gotmantdig = 0, ishex = 0; in parsefloat() local
/freebsd/crypto/openssl/crypto/x509/
H A Dv3_utl.c198 int isneg, ishex; in s2i_ASN1_INTEGER() local
/freebsd/crypto/openssl/crypto/evp/
H A Dctrl_params_translate.c187 int ishex; member