Searched refs:ISDIGIT (Results 1 - 24 of 24) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/
H A Dbackupfile.c54 /* ISDIGIT differs from isdigit, as follows:
59 only '0' through '9' are digits. Prefer ISDIGIT to isdigit unless
62 #define ISDIGIT(c) ((unsigned) (c) - '0' <= 9) macro
179 for (p = &backup[base_length + 2]; ISDIGIT (*p); ++p)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dbackupfile.c54 /* ISDIGIT differs from isdigit, as follows:
59 only '0' through '9' are digits. Prefer ISDIGIT to isdigit unless
62 #define ISDIGIT(c) ((unsigned) (c) - '0' <= 9) macro
179 for (p = &backup[base_length + 2]; ISDIGIT (*p); ++p)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/lib/
H A Dcurl_fnmatch.c260 (ISDIGIT(c) && ISDIGIT(rangestart)) ||
367 found = ISDIGIT(*s);
H A Dcurl_setup_once.h283 #define ISDIGIT(x) (isdigit((int) ((unsigned char)x))) macro
H A Dparsedate.c383 else if(ISDIGIT(*date)) {
H A Dftplistparser.c456 while(ISDIGIT(*endptr))
652 else if(!ISDIGIT(c)) {
H A Dsmtp.c240 if(len < 4 || !ISDIGIT(line[0]) || !ISDIGIT(line[1]) || !ISDIGIT(line[2]))
H A Dssh.c1402 if(sshc->quote_attrs.gid == 0 && !ISDIGIT(sshc->quote_path1[0]) &&
1418 !ISDIGIT(sshc->quote_path1[0])) {
1431 if(sshc->quote_attrs.uid == 0 && !ISDIGIT(sshc->quote_path1[0]) &&
H A Dimap.c245 if(line < end && ISDIGIT(*line)) {
249 while(line < end && ISDIGIT(*line));
H A Dftp.c588 #define STATUSCODE(line) (ISDIGIT(line[0]) && ISDIGIT(line[1]) && \
589 ISDIGIT(line[2]))
2489 if(!ISDIGIT(*bytes)) {
H A Dmprintf.c193 while(ISDIGIT(*input)) {
H A Dhttp.c3458 while(*ptr && !ISDIGIT(*ptr))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/src/
H A Dtool_urlglob.c233 else if(ISDIGIT(*pattern)) {
246 while(ISDIGIT(*c)) {
554 if(*filename == '#' && ISDIGIT(filename[1])) {
H A Dtool_getparam.c1584 if(ISDIGIT(*nextarg) && !strchr(nextarg, '-')) {
1602 if(!ISDIGIT(*tmp_range) && *tmp_range != '-' && *tmp_range != ',') {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/modules/
H A Dgetdate.y63 /* ISDIGIT differs from ISDIGIT_LOCALE, as follows:
67 POSIX says that only '0' through '9' are digits. Prefer ISDIGIT to
70 #define ISDIGIT(c) ((unsigned) (c) - '0' <= 9)
798 if (ISDIGIT (c) || c == '-' || c == '+')
807 if (! ISDIGIT (c))
820 while (ISDIGIT (c));
H A Dgetdate.c158 /* ISDIGIT differs from ISDIGIT_LOCALE, as follows:
162 POSIX says that only '0' through '9' are digits. Prefer ISDIGIT to
165 #define ISDIGIT(c) ((unsigned) (c) - '0' <= 9) macro
2145 if (ISDIGIT (c) || c == '-' || c == '+')
2154 if (! ISDIGIT (c))
2167 while (ISDIGIT (c));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/tests/server/
H A Drtspd.c400 while(*ptr && !ISDIGIT(*ptr))
547 if(portp && (*(portp+1) != '\0') && ISDIGIT(*(portp+1)))
H A Dsws.c488 while(*ptr && !ISDIGIT(*ptr))
556 if(portp && (*(portp+1) != '\0') && ISDIGIT(*(portp+1))) {
631 while(*ptr && !ISDIGIT(*ptr))
H A Dtftpd.c1143 while(*ptr && !ISDIGIT(*ptr))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libevent-1.4.14b-stable/
H A Devdns.c383 #define ISDIGIT(c) isdigit((int)(unsigned char)(c)) macro
2820 while (ISDIGIT(*ips) || *ips == '.' || *ips == ':')
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgrep/
H A Ddfa.c56 #define ISDIGIT(C) isdigit(C) macro
68 #define ISDIGIT(C) (isascii(C) && isdigit(C)) macro
78 /* ISASCIIDIGIT differs from ISDIGIT, as follows:
83 only '0' through '9' are digits. Prefer ISASCIIDIGIT to ISDIGIT unless
635 FUNC(is_digit, ISDIGIT)
H A Dregex.c204 # define ISDIGIT(c) (IN_CTYPE_DOMAIN (c) && isdigit (c))
3297 if ( (is_digit && ISDIGIT (ch))
203 # define ISDIGIT macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/lib/
H A Dregex.c248 #define ISDIGIT(c) (ISASCII (c) && isdigit (c))
1780 while (ISDIGIT (c)) \
2366 if ( (is_digit && ISDIGIT (ch))
247 #define ISDIGIT macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/libevent-2.0.20-stable/
H A Devutil.c2029 IMPL_CTYPE_FN(ISDIGIT)

Completed in 391 milliseconds