OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isxdigit
(Results
1 - 25
of
212
) sorted by relevancy
1
2
3
4
5
6
7
8
9
/src/share/examples/refuse/ian/libfetch/
free2net.h
39
#define ishexnumber(x)
isxdigit
(x)
/src/sys/external/bsd/acpica/dist/utilities/
uthex.c
107
if (!
isxdigit
((int) TwoAsciiChars[0]) ||
108
!
isxdigit
((int) TwoAsciiChars[1]))
/src/sys/external/bsd/acpica/dist/compiler/
asluuid.c
97
if (!
isxdigit
((int) InString[i]))
/src/external/apache2/llvm/dist/libcxx/include/
ctype.h
27
int
isxdigit
(int c);
53
#undef
isxdigit
macro
/src/external/bsd/ntp/dist/libntp/
hextoint.c
28
if (!
isxdigit
((unsigned char)*cp))
/src/external/gpl3/gcc/dist/libstdc++-v3/include/c_compatibility/
ctype.h
45
using std::
isxdigit
;
/src/external/gpl3/gcc.old/dist/libstdc++-v3/include/c_compatibility/
ctype.h
45
using std::
isxdigit
;
/src/tests/usr.bin/xlint/lint1/
msg_342.c
28
int
isxdigit
(int);
62
/* expect+1: warning: argument to '
isxdigit
' must be 'unsigned char' or EOF, not 'char' [341] */
63
isxdigit
(c);
/src/crypto/dist/ipsec-tools/src/racoon/
str2val.c
87
if (
isxdigit
((unsigned char)*p))
104
if (
isxdigit
((unsigned char)*p)) {
/src/external/apache2/llvm/dist/libcxx/src/support/solaris/
xlocale.cpp
19
return
isxdigit
(__c);
23
return
isxdigit
(__c);
/src/external/bsd/libbind/dist/inet/
nsap_addr.c
61
if (
isxdigit
(c)) {
66
if (
isxdigit
(c)) {
/src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/stdc/
ctype.d
45
pure int
isxdigit
(int c);
/src/external/cddl/osnet/dist/common/util/
strtolctype.h
56
#define
isxdigit
(ch) (isdigit(ch) || ((ch) >= 'a' && (ch) <= 'f') || \
macro
/src/external/gpl3/gdb/dist/gdb/
gdb_wchar.h
117
#define gdb_iswxdigit
isxdigit
/src/external/gpl3/gdb.old/dist/gdb/
gdb_wchar.h
117
#define gdb_iswxdigit
isxdigit
/src/external/lgpl3/gmp/dist/cxx/
isfuns.cc
106
while (
isxdigit
(c))
/src/lib/libc/inet/
nsap_addr.c
76
if (
isxdigit
(c)) {
81
if (
isxdigit
(c)) {
inet_network.c
88
if (base == 16 &&
isxdigit
(c)) {
/src/usr.bin/hexdump/
odsyntax.c
328
(p[0] != 'x' || !
isxdigit
((unsigned char)p[1])))))
338
if (p[0] == 'x' &&
isxdigit
((unsigned char)p[1])) {
348
for (num = p;
isxdigit
((unsigned char)*p); ++p);
/src/external/gpl3/gdb/dist/readline/readline/
chardefs.h
82
#if !defined (
isxdigit
) && !defined (HAVE_ISXDIGIT) && !defined (__cplusplus)
83
# define
isxdigit
(c) (isdigit((unsigned char)(c)) || ((c) >= 'a' && (c) <= 'f') || ((c) >= 'A' && (c) <= 'F'))
macro
97
#define
ISXDIGIT
(c) (IN_CTYPE_DOMAIN (c) &&
isxdigit
((unsigned char)c))
/src/external/gpl3/gdb.old/dist/readline/readline/
chardefs.h
75
#if !defined (
isxdigit
) && !defined (HAVE_ISXDIGIT) && !defined (__cplusplus)
76
# define
isxdigit
(c) (isdigit((unsigned char)(c)) || ((c) >= 'a' && (c) <= 'f') || ((c) >= 'A' && (c) <= 'F'))
macro
96
#define
ISXDIGIT
(c) (IN_CTYPE_DOMAIN (c) &&
isxdigit
((unsigned char)c))
/src/include/
ctype.h
56
int
isxdigit
(int);
/src/lib/libc/citrus/
citrus_bcs.h
57
_CITRUS_BCS_PRED(
isxdigit
,
/src/lib/libform/
type_ipv6.c
105
return (
isxdigit
(c) || (c == '.') || (c == ':')) ? TRUE : FALSE;
/src/lib/libm/src/
s_nan.c
77
for (si = 0;
isxdigit
((unsigned char)s[si]); si++)
Completed in 37 milliseconds
1
2
3
4
5
6
7
8
9
Indexes created Sun Mar 01 05:31:48 UTC 2026