OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ISDIGIT
(Results
1 - 25
of
463
) sorted by relevancy
1
2
3
4
5
6
7
8
9
10
11
>>
/src/external/gpl3/binutils/dist/libiberty/
strverscmp.c
130
state = S_N | ((c1 == '0') + (
ISDIGIT
(c1) != 0));
137
state |= (c1 == '0') + (
ISDIGIT
(c1) != 0);
140
state = result_type[state << 2 | (((c2 == '0') + (
ISDIGIT
(c2) != 0)))];
148
while (
ISDIGIT
(*p1++))
149
if (!
ISDIGIT
(*p2++))
152
return
ISDIGIT
(*p2) ? -1 : diff;
strtod.c
106
if (
ISDIGIT
(*p) || *p == '.')
109
while (
ISDIGIT
(*p) || (!got_dot && *p == '.'))
123
if (
ISDIGIT
(p[i]))
125
while (
ISDIGIT
(p[i]))
cplus-dem.c
235
while (ISLOWER(*p) ||
ISDIGIT
(*p)
236
|| (p[0] == '_' && (ISLOWER (p[1]) ||
ISDIGIT
(p[1]))));
369
if (
ISDIGIT
(*p))
374
while (
ISDIGIT
(*p) || (p[0] == '_' &&
ISDIGIT
(p[1])));
422
while (
ISDIGIT
(*p))
433
if (p[0] == '.' &&
ISDIGIT
(p[1]))
437
while (
ISDIGIT
(*p))
/src/external/gpl3/binutils.old/dist/libiberty/
strverscmp.c
130
state = S_N | ((c1 == '0') + (
ISDIGIT
(c1) != 0));
137
state |= (c1 == '0') + (
ISDIGIT
(c1) != 0);
140
state = result_type[state << 2 | (((c2 == '0') + (
ISDIGIT
(c2) != 0)))];
148
while (
ISDIGIT
(*p1++))
149
if (!
ISDIGIT
(*p2++))
152
return
ISDIGIT
(*p2) ? -1 : diff;
strtod.c
106
if (
ISDIGIT
(*p) || *p == '.')
109
while (
ISDIGIT
(*p) || (!got_dot && *p == '.'))
123
if (
ISDIGIT
(p[i]))
125
while (
ISDIGIT
(p[i]))
cplus-dem.c
235
while (ISLOWER(*p) ||
ISDIGIT
(*p)
236
|| (p[0] == '_' && (ISLOWER (p[1]) ||
ISDIGIT
(p[1]))));
369
if (
ISDIGIT
(*p))
374
while (
ISDIGIT
(*p) || (p[0] == '_' &&
ISDIGIT
(p[1])));
422
while (
ISDIGIT
(*p))
433
if (p[0] == '.' &&
ISDIGIT
(p[1]))
437
while (
ISDIGIT
(*p))
/src/external/gpl3/gcc/dist/libiberty/
strverscmp.c
130
state = S_N | ((c1 == '0') + (
ISDIGIT
(c1) != 0));
137
state |= (c1 == '0') + (
ISDIGIT
(c1) != 0);
140
state = result_type[state << 2 | (((c2 == '0') + (
ISDIGIT
(c2) != 0)))];
148
while (
ISDIGIT
(*p1++))
149
if (!
ISDIGIT
(*p2++))
152
return
ISDIGIT
(*p2) ? -1 : diff;
strtod.c
106
if (
ISDIGIT
(*p) || *p == '.')
109
while (
ISDIGIT
(*p) || (!got_dot && *p == '.'))
123
if (
ISDIGIT
(p[i]))
125
while (
ISDIGIT
(p[i]))
cplus-dem.c
235
while (ISLOWER(*p) ||
ISDIGIT
(*p)
236
|| (p[0] == '_' && (ISLOWER (p[1]) ||
ISDIGIT
(p[1]))));
369
if (
ISDIGIT
(*p))
374
while (
ISDIGIT
(*p) || (p[0] == '_' &&
ISDIGIT
(p[1])));
422
while (
ISDIGIT
(*p))
433
if (p[0] == '.' &&
ISDIGIT
(p[1]))
437
while (
ISDIGIT
(*p))
/src/external/gpl3/gcc.old/dist/libiberty/
strverscmp.c
130
state = S_N | ((c1 == '0') + (
ISDIGIT
(c1) != 0));
137
state |= (c1 == '0') + (
ISDIGIT
(c1) != 0);
140
state = result_type[state << 2 | (((c2 == '0') + (
ISDIGIT
(c2) != 0)))];
148
while (
ISDIGIT
(*p1++))
149
if (!
ISDIGIT
(*p2++))
152
return
ISDIGIT
(*p2) ? -1 : diff;
strtod.c
106
if (
ISDIGIT
(*p) || *p == '.')
109
while (
ISDIGIT
(*p) || (!got_dot && *p == '.'))
123
if (
ISDIGIT
(p[i]))
125
while (
ISDIGIT
(p[i]))
/src/external/gpl3/gdb.old/dist/libiberty/
strverscmp.c
130
state = S_N | ((c1 == '0') + (
ISDIGIT
(c1) != 0));
137
state |= (c1 == '0') + (
ISDIGIT
(c1) != 0);
140
state = result_type[state << 2 | (((c2 == '0') + (
ISDIGIT
(c2) != 0)))];
148
while (
ISDIGIT
(*p1++))
149
if (!
ISDIGIT
(*p2++))
152
return
ISDIGIT
(*p2) ? -1 : diff;
strtod.c
106
if (
ISDIGIT
(*p) || *p == '.')
109
while (
ISDIGIT
(*p) || (!got_dot && *p == '.'))
123
if (
ISDIGIT
(p[i]))
125
while (
ISDIGIT
(p[i]))
/src/external/gpl3/gdb/dist/libiberty/
strverscmp.c
130
state = S_N | ((c1 == '0') + (
ISDIGIT
(c1) != 0));
137
state |= (c1 == '0') + (
ISDIGIT
(c1) != 0);
140
state = result_type[state << 2 | (((c2 == '0') + (
ISDIGIT
(c2) != 0)))];
148
while (
ISDIGIT
(*p1++))
149
if (!
ISDIGIT
(*p2++))
152
return
ISDIGIT
(*p2) ? -1 : diff;
strtod.c
106
if (
ISDIGIT
(*p) || *p == '.')
109
while (
ISDIGIT
(*p) || (!got_dot && *p == '.'))
123
if (
ISDIGIT
(p[i]))
125
while (
ISDIGIT
(p[i]))
/src/external/bsd/ipf/dist/lib/
getportproto.c
21
if (
ISDIGIT
(*name)) {
26
if (!
ISDIGIT
(*s))
getproto.c
21
if (!
ISDIGIT
(*s))
printpooldata.c
29
ISDIGIT
(*pool->ipo_name) ? "Number" : "Name",
41
(!*pool->ipo_name ||
ISDIGIT
(*pool->ipo_name)) ? \
connecttcp.c
28
if (
ISDIGIT
(*server)) {
printhashdata.c
45
ISDIGIT
(*hp->iph_name) ? "Number" : "Name",
59
ISDIGIT
(*hp->iph_name) ? "number" : "name",
/src/external/gpl3/gdb.old/dist/gdbsupport/
gdb-safe-ctype.h
40
#undef
ISDIGIT
/src/external/gpl3/gdb/dist/gdbsupport/
gdb-safe-ctype.h
40
#undef
ISDIGIT
/src/external/ibm-public/postfix/dist/src/util/
alldig.c
67
if (!
ISDIGIT
(*cp))
/src/bin/sh/
syntax.h
64
#define
ISDIGIT
01 /* a digit */
88
#define is_in_name(c) (sh_ctype(c) & (ISUPPER|ISLOWER|ISUNDER|
ISDIGIT
))
89
#define is_special(c) (sh_ctype(c) & (ISSPECL|
ISDIGIT
))
/src/sys/dev/raidframe/
rf_utils.c
105
#define
ISDIGIT
(x) ( (x) >= '0' && (x) <= '9' )
107
#define ISHEX(x) (
ISDIGIT
(x) || ISHEXCHAR(x) )
120
for (;
ISDIGIT
(*p); p++)
Completed in 33 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>
Indexes created Fri Jun 05 00:26:10 UTC 2026