Searched defs:ishex (Results 1 – 8 of 8) sorted by relevance
/freebsd/crypto/openssl/crypto/ |
H A D | params_from_text.c | 28 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 D | genpkey.c | 62 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 D | v_increment.c | 98 #define ishex(c) (ISXDIGIT(c)) in v_increment() macro
|
/freebsd/sbin/ipf/common/ |
H A D | lexer.c | 29 #define ishex(c) (ISDIGIT(c) || ((c) >= 'a' && (c) <= 'f') || \ macro
|
/freebsd/lib/libc/stdio/ |
H A D | vfwscanf.c | 865 _Bool gotmantdig = 0, ishex = 0; in parsefloat() local
|
H A D | vfscanf.c | 999 _Bool gotmantdig = 0, ishex = 0; in parsefloat() local
|
/freebsd/crypto/openssl/crypto/x509/ |
H A D | v3_utl.c | 200 int isneg, ishex; in s2i_ASN1_INTEGER() local
|
/freebsd/crypto/openssl/crypto/evp/ |
H A D | ctrl_params_translate.c | 187 int ishex; member
|