Home
last modified time | relevance | path

Searched refs:ishex (Results 1 – 14 of 14) 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() argument
38 *ishex = strncmp(key, "hex", 3) == 0; in prepare_from_text()
40 if (*ishex) in prepare_from_text()
52 if (*ishex) in prepare_from_text()
113 if (*ishex) { in prepare_from_text()
120 if (*ishex) { in prepare_from_text()
138 const char *value, size_t value_n, int ishex, in construct_from_text() argument
183 if (ishex) { in construct_from_text()
209 int ishex = 0; in OSSL_PARAM_allocate_from_text() local
219 &paramdef, &ishex, &buf_n, &tmpbn, found)) in OSSL_PARAM_allocate_from_text()
[all …]
/netbsd-src/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 == ':')) { in yylex()
468 } while ((ishex(c) || c == ':' || c == '.') && in yylex()
489 for (s = yystr; *s && ishex(*s); s++) in yylex()
515 } while (ishex(n)); in yylex()
/netbsd-src/lib/libc/stdio/
H A Dvfwscanf.c773 int gotmantdig = 0, ishex = 0; in parsefloat() local
856 ishex = 1; in parsefloat()
863 if ((ishex && iswxdigit_l(c, loc)) || in parsefloat()
875 if (((c == 'E' || c == 'e') && !ishex) || in parsefloat()
876 ((c == 'P' || c == 'p') && ishex)) { in parsefloat()
881 } else if ((ishex && iswxdigit_l(c, loc)) || in parsefloat()
H A Dvfscanf.c971 _Bool gotmantdig = 0, ishex = 0; in parsefloat() local
1052 ishex = 1; in parsefloat()
1059 if ((ishex && isxdigit_l(c, loc)) || isdigit_l(c, loc)) in parsefloat()
1070 if (((c == 'E' || c == 'e') && !ishex) || in parsefloat()
1071 ((c == 'P' || c == 'p') && ishex)) { in parsefloat()
1076 } else if ((ishex && isxdigit_l(c, loc)) || isdigit_l(c, loc)) { in parsefloat()
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/x509v3/
H A Dv3_utl.c199 int isneg, ishex; in s2i_ASN1_INTEGER() local
218 ishex = 1; in s2i_ASN1_INTEGER()
220 ishex = 0; in s2i_ASN1_INTEGER()
222 if (ishex) in s2i_ASN1_INTEGER()
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dlexer.d1235 if (ishex(cast(char)c)) in escapeSequence()
1253 } while (ishex(cast(char)c)); in escapeSequence()
1269 if (!ishex(cast(char)c)) in escapeSequence()
2039 if (base == 16 && (!ishex(p[1]) || p[1] == '_' || p[1] & 0x80)) in number()
3095 private bool ishex(const char c) pure @nogc @safe in ishex() function
/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
2686 if (ndata[0] != '-' || !ishex[ndata[1]] || !ishex[ndata[2]] || in dns_name_istat()
2687 !ishex[ndata[3]] || !ishex[ndata[4]]) in dns_name_istat()
/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
/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
992 if (ishex((utf8_t)c)) in escapeSequence()
1009 if (!ishex((utf8_t)c)) in escapeSequence()
/netbsd-src/external/gpl3/gdb.old/dist/gdb/
H A DChangeLog-19999196 (ishex, stubhex, record_currthread, etc): Declare.
9197 (ishex, stubhex): Declare char arg as int.
H A DChangeLog-201414279 (hexchars, ishex, unpack_varlen_hex, pack_nibble, pack_hex_byte)
/netbsd-src/external/gpl3/gdb/dist/gdb/
H A DChangeLog-19999196 (ishex, stubhex, record_currthread, etc): Declare.
9197 (ishex, stubhex): Declare char arg as int.
H A DChangeLog-201414279 (hexchars, ishex, unpack_varlen_hex, pack_nibble, pack_hex_byte)
/netbsd-src/external/gpl3/gdb/dist/gdbserver/
H A DChangeLog-2002-202113886 (fromhex, hexchars, ishex, unhexify, tohex, hexify)
17752 * remote-utils.c (convert_int_to_ascii, hexchars, ishex, tohex)
19796 (ishex, unpack_varlen_hex, write_ptid, hex_or_minus_one,