Searched defs:ishex (Results 1 – 9 of 9) sorted by relevance
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/ |
H A D | params_from_text.c | 27 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 D | lexer.c | 29 #define ishex(c) (ISDIGIT(c) || ((c) >= 'a' && (c) <= 'f') || \ macro
|
/netbsd-src/lib/libc/stdio/ |
H A D | vfwscanf.c | 773 int gotmantdig = 0, ishex = 0; in parsefloat() local
|
H A D | vfscanf.c | 971 _Bool gotmantdig = 0, ishex = 0; in parsefloat() local
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/ |
H A D | lexer.c | 38 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 D | lexer.d | 3095 private bool ishex(const char c) pure @nogc @safe in ishex() function
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/x509v3/ |
H A D | v3_utl.c | 199 int isneg, ishex; in s2i_ASN1_INTEGER() local
|
/netbsd-src/external/mpl/dhcp/bind/dist/lib/dns/ |
H A D | name.c | 2643 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 D | name.c | 2603 const char ishex[256] = { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, global() variable
|