Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/openssl/dist/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
/netbsd-src/external/bsd/ipf/dist/tools/
H A Dlexer.c29 #define ishex(c) (ISDIGIT(c) || ((c) >= 'a' && (c) <= 'f') || \ macro
/netbsd-src/lib/libc/stdio/
H A Dvfwscanf.c773 int gotmantdig = 0, ishex = 0; in parsefloat() local
H A Dvfscanf.c971 _Bool gotmantdig = 0, ishex = 0; in parsefloat() local
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dlexer.c38 inline bool ishex (utf8_t c) { return (cmtable[c] & CMhex) != 0; } in ishex() function
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dlexer.d3095 private bool ishex(const char c) pure @nogc @safe in ishex() function
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/x509v3/
H A Dv3_utl.c199 int isneg, ishex; in s2i_ASN1_INTEGER() local
/netbsd-src/external/mpl/dhcp/bind/dist/lib/dns/
H A Dname.c2643 const char ishex[256] = { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, variable
/netbsd-src/external/mpl/bind/dist/lib/dns/
H A Dname.c2603 const char ishex[256] = { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, global() variable