isdigit
int isdigit(int);
if (isdigit (*String))
if (!isdigit ((int) *String))
while (isdigit(arg[0]))
if (arg[0] == '_' && (!numberLeft || isdigit(arg[1]))) {
} else if (isdigit(mangled[0]))
if (!isdigit(mangled[0]))
return arg[0] == 'Q' || isdigit(arg[0]);
if (_arg[0] != 'Q' && !isdigit(_arg[0]))
if (!isdigit(namespaceStart[0]))
if (!isdigit(namespaceStart[0]))
if (isdigit(fInput[0]) || (fInput[0] == 'n' && isdigit(fInput[1]))) {
if (fInput.CharsRemaining() == 0 || !isdigit(fInput[0]))
if (isdigit(fInput[0])
&& isdigit(fInput[1]))) {
if (isdigit(c))
for (; i < count && isdigit(fInput[i]); i++)
if (isdigit(name[0]))
if (isdigit(name[0]) || name[0] == '.')
if (owner != NULL && isdigit(owner[0]))
if (group != NULL && isdigit(group[0]))
if (p && strncmp(p, "/dm-", 4) == 0 && isdigit(*(p + 4))) {
isdigit(p[2]) &&
isdigit(p[3]) &&
isdigit(p[4])) {
isdigit(p[2]) &&
isdigit(p[3])) {
else if (!strncmp(name, "ppp", 3) && strlen(name) > 3 && isdigit(name[3]))
else if (isdigit(name[0]))
if (!isdigit(string.ByteAt(i)))
if (isdigit(ch[0])) {
if (isdigit(ch)) {
serial = serial * 10 + (isdigit(c) ? c - '0' : c % 10);
if (isdigit(c))
while (string[start] != '\0' && !isdigit(string[start]))
while (string[end] != '\0' && isdigit(string[end]))
if (isdigit(bytes[0]))
if (!isalpha(line[end]) && !isdigit(line[end]))
if (!isalpha(line[start - 1]) && !isdigit(line[start - 1]))
if (!isdigit(retryAfterC[i]))
if (isdigit(line[equalIndex - 1])) {
while (isdigit(line[trackIndex - 1]))
using std::isdigit;
if ( isdigit( (int) cp_dash[1] ) )
while ( isdigit( *str ) )
if (!isdigit(c))
if (isdigit(*pattern)) {
} else if (isdigit(*argv[i])) {
|| (isdigit(value[0]) && int64value == 1))
|| (isdigit(value[0]) && int64value == 0))
if (argv[1] && isdigit((argv[1])[0])) {
if (argv[1] && isdigit((argv[1])[0])) {
if (!isdigit(*num))
if (!isdigit(str[i]))
if (isdigit(argv[1][0]))
if (!isdigit(*num))
} else if (lookForID && (isdigit(*in) || *in == '-' || *in == '+')) {
if (!isdigit(fileName[k])) {
if (!isdigit(fileName[k])) {
if (isdigit(cbuf[cpos])) {
while (isdigit(cbuf[++cpos]))
if (isdigit(cbuf[cpos])) {
while (isdigit(cbuf[++cpos]))
if (!isdigit(*p))
if (!isdigit(*p))
if (atstart && isdigit(c))
if (!isdigit(remote_hostname[0]) && strlen(remote_hostname) > utmp_len)
else if (isdigit(**str)) /* a regular number */
} else if (isdigit(argv[i][0]) && i + 1 == argc) {
if (isdigit(arg[0])) {
} else if (argv && isdigit(argv[0])) {
while (isdigit((uch)(*pp)))
while (isdigit(*name))
if (!isdigit(*name))
if (!isdigit(*name))
#define ISDIGIT(c) (isascii (c) && isdigit (c))
else if (isdigit(stringB[indexB]) || isspace(stringB[indexB]))
while (!isdigit(source[pos]) && !isspace(source[pos])
while (isdigit(source[pos])) {
else if (isdigit(stringA[indexA]) || isspace(stringA[indexA]))
if (decimal || isdigit(*fCurrentChar)) {
while (isdigit(*fCurrentChar)) {
while (isdigit(*fCurrentChar)) {
|| isdigit(*fCurrentChar) || *fCurrentChar == '_')) {
return isdigit(c) || (c >= 'a' && c <= 'f') || (c >= 'A' && c <= 'F');
if (isdigit(hex))
if (*fCurrentChar == fDecimalSeparator[0] || isdigit(*fCurrentChar)) {
while (isdigit(*fCurrentChar) ||
while (isdigit(*fCurrentChar)) {
if (!isdigit(*fCurrentChar)) {
while (isdigit(*fCurrentChar)) {
|| isdigit(*fCurrentChar))) {
return isdigit(c) || (c >= 'a' && c <= 'f') || (c >= 'A' && c <= 'F');
if (isdigit(value[offset]) && value[offset] != '0') {
while (offset < len && isdigit(value[offset]))
while (offset < len && isdigit(value[offset]))
while (offset < len && isdigit(value[offset]))
if (isdigit(c) || c == '.' || c == '-' || c == 'e' || c == 'E' || c == '+') {
if (!isdigit(*++name))
if (!isdigit(name[0]))
return isdigit(c);
while ((p > name) && isdigit(*p))
|| (isdigit(start) && isdigit(stop))) {
if (isxdigit(uc) && (isdigit(uc) || isupper(uc))) {
if (isxdigit(uc) && (isdigit(uc) || isupper(uc))) {
if (!isdigit(uc))
#define xtod(c) (isdigit(c) ? (c - '0') : ((tolower(c) - 'a') + 10))
#define XTOD(c) (isdigit(c) ? (c - '0') : ((c - 'A') + 10))
while (s1 < q1 && !isdigit(*s1))
while (s2 < q2 && !isdigit(*s2))
while (s1 < q1 && isdigit(*s1))
while (s2 < q2 && isdigit(*s2))
if (isdigit((int)ch))
if (!isdigit(i))
if (!isdigit(i))
if (isdigit(*fCurrentChar)) {
&& (isdigit(*fCurrentChar)
while (*fCurrentChar != 0 && isdigit(*fCurrentChar))
|| isdigit(*fCurrentChar))) {
if (isdigit(argv[1][0])) {
while (isdigit(**s))
if (isdigit(*format))
if (isdigit(*format))
if (!isdigit((unsigned char)c))
if (isascii(c) && isdigit((unsigned char)c)) {
if (z==s || (*z && *z != '.') || !isdigit(*s))
for (v=j=0; j<3 && isdigit(s[j]); j++)
if (isdigit(c)) {
while (ch = *src++, (isascii(ch) && isdigit(ch))) {
} while ((ch = *src++) != '\0' && isascii(ch) && isdigit(ch));
} else if (isascii(ch) && isdigit(ch)) {
isascii(ch) && isdigit(ch));
if (!isascii(ch) || !isdigit(ch))
isdigit((unsigned char)src[0]) && dst > odst) {
isascii(ch) && isdigit(ch));
if (!isdigit(c&0xff))
if (isdigit(ch)) {
if (isdigit((u_char) name[0]))
if (!isdigit((u_char) *cp) && *cp != '.')
if (!isdigit((unsigned char)*sp))
!isdigit((unsigned char)buf[5]))
!isdigit((unsigned char)buf[4]))
while (isdigit((unsigned char)*cp))
if (isdigit((unsigned char)*cp)) {
if (isdigit((unsigned char)*cp)) {
while (isdigit((unsigned char)*cp))
if (!(isdigit((unsigned char)*cp)))
while (isdigit((unsigned char)*cp))
if (!(isdigit((unsigned char)*cp)))
while (isdigit((unsigned char)*cp))
if (isdigit((unsigned char)*cp)) {
if (isdigit((unsigned char)*cp)) {
if (isdigit((unsigned char)*cp)) {
while (isdigit((unsigned char)*cp))
if (isdigit((unsigned char)*cp)) {
if (isdigit((unsigned char)*cp)) {
} else if (isdigit(c)) {
while (isdigit(dateString[1]))
BUILD_CHARCLASS_LOOP (isdigit);
# define ISDIGIT(Ch) isdigit (Ch)
# define ISDIGIT(Ch) isdigit (Ch)
# define ISDIGIT(Ch) isdigit (Ch)
if (isdigit(*f)) {
if (!isdigit(*s)) return 0;
while (isdigit(*s)) s++;
for (i=0; i<4; i++) if (!isdigit(s[1+i])) return 0;
if (!isdigit(*s)) return 0;
for (i=1; i<=min+range && isdigit(*s); i*=10)
if (!isdigit(*s)) return 0;
for (*dest=i=0; i<w && isdigit(*s); i++)
if (isdigit(*f)) {
while (*s=='0' && isdigit(s[1])) s++;
if (isdigit((unsigned char)*fmt)) {
if (!isdigit((unsigned char)*++fmt))
if (!isdigit((unsigned char)*++fmt))
while (isdigit((unsigned char)*fmt)) { \
|| !isdigit(*userID) || !isdigit(*groupID)
if (groupID == NULL || (nameLen = strlen(name)) == 0 || !isdigit(*groupID)
if (*++argv == NULL || !isdigit(**argv))
if (*++argv == NULL || !isdigit(**argv))
if (*++argv == NULL || !isdigit(**argv))
if (*++argv == NULL || !isdigit(**argv))
else if (isdigit(*argv[1]))
if (isdigit(byte)) {
while (isdigit(line[endIndex]))
else if (isdigit(c)) {
if (!isdigit(buffer[len - 1])) {
if (!isdigit(buffer[i]))
if (argc > 1 && (!strcmp(argv[1], "false") || (isdigit(argv[1][0]) && atoi(argv[1]) == 0)))
if (isdigit(i))
else if (isdigit(argv[1][0]))
if (argc > 1 && isdigit(argv[1][0])) {
if (argc != 2 || !isdigit(argv[1][0])) {
} else if (isdigit(argv[1][0])) {
} else if (isdigit(argv[1][0])) {
} else if (isdigit(argv[1][0])) {
while (isdigit(ctx->buffer[ctx->index])) {
if (line[0] == "#" && isdigit(line[1][0]))
} else if (lookForID && (isdigit(*in) || *in == '-' || *in == '+')) {