Searched refs:ishex (Results 1 - 12 of 12) sorted by relevance

/netbsd-current/crypto/external/bsd/openssl/dist/crypto/
H A Dparams_from_text.c27 const OSSL_PARAM **paramdef, int *ishex,
35 * ishex is used to translate legacy style string controls in hex format
38 *ishex = strncmp(key, "hex", 3) == 0;
40 if (*ishex)
52 if (*ishex)
113 if (*ishex) {
120 if (*ishex) {
132 const char *value, size_t value_n, int ishex,
177 if (ishex) {
203 int ishex local
24 prepare_from_text(const OSSL_PARAM *paramdefs, const char *key, const char *value, size_t value_n, const OSSL_PARAM **paramdef, int *ishex, size_t *buf_n, BIGNUM **tmpbn, int *found) argument
131 construct_from_text(OSSL_PARAM *to, const OSSL_PARAM *paramdef, const char *value, size_t value_n, int ishex, void *buf, size_t buf_n, BIGNUM *tmpbn) argument
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gdbsupport/
H A Drsp-low.cc54 ishex (int ch, int *val) function
102 while (ishex (*buff, &nibble))
/netbsd-current/external/gpl3/gdb/dist/gdbsupport/
H A Drsp-low.cc39 ishex (int ch, int *val) function
87 while (ishex (*buff, &nibble))
/netbsd-current/lib/libc/stdio/
H A Dvfwscanf.c773 int gotmantdig = 0, ishex = 0; local
856 ishex = 1;
863 if ((ishex && iswxdigit_l(c, loc)) ||
875 if (((c == 'E' || c == 'e') && !ishex) ||
876 ((c == 'P' || c == 'p') && ishex)) {
881 } else if ((ishex && iswxdigit_l(c, loc)) ||
H A Dvfscanf.c971 _Bool gotmantdig = 0, ishex = 0; local
1052 ishex = 1;
1059 if ((ishex && isxdigit_l(c, loc)) || isdigit_l(c, loc))
1070 if (((c == 'E' || c == 'e') && !ishex) ||
1071 ((c == 'P' || c == 'p') && ishex)) {
1076 } else if ((ishex && isxdigit_l(c, loc)) || isdigit_l(c, loc)) {
/netbsd-current/external/bsd/ipf/dist/tools/
H A Dlexer.c29 #define ishex(c) (ISDIGIT(c) || ((c) >= 'a' && (c) <= 'f') || \ macro
446 (ishex(c) || isdigit(c) || c == ':')) {
468 } while ((ishex(c) || c == ':' || c == '.') &&
489 for (s = yystr; *s && ishex(*s); s++)
515 } while (ishex(n));
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/x509v3/
H A Dv3_utl.c199 int isneg, ishex; local
218 ishex = 1;
220 ishex = 0;
222 if (ishex)
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/x509/
H A Dv3_utl.c198 int isneg, ishex; local
219 ishex = 1;
221 ishex = 0;
224 if (ishex)
/netbsd-current/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
2686 if (ndata[0] != '-' || !ishex[ndata[1]] || !ishex[ndata[2]] ||
2687 !ishex[ndata[3]] || !ishex[ndata[4]])
/netbsd-current/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, variable
2646 if (ndata[0] != '-' || !ishex[ndata[1]] || !ishex[ndata[2]] ||
2647 !ishex[ndata[3]] || !ishex[ndata[4]])
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/evp/
H A Dctrl_params_translate.c187 int ishex; member in struct:translation_ctx_st
563 if (ctx->ishex) {
2727 ctx.ishex = (tmpl.ctrl_hexstr != NULL);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dlexer.c38 inline bool ishex (utf8_t c) { return (cmtable[c] & CMhex) != 0; } function
992 if (ishex((utf8_t)c))
1009 if (!ishex((utf8_t)c))

Completed in 200 milliseconds