Searched refs:is_digit (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/lzo-2.06/lzotest/
H A Dlzotest.c65 # define is_digit(x) (isdigit((unsigned char)(x)))
68 # define is_digit(x) ((unsigned)(x) - '0' <= 9) macro
1608 if (!is_digit(*s))
1740 if (!mfx_optarg || !is_digit(mfx_optarg[0]))
1747 if (!mfx_optarg || !is_digit(mfx_optarg[0]))
1753 if (!mfx_optarg || !is_digit(mfx_optarg[0]))
1773 if (!mfx_optarg || !is_digit(mfx_optarg[0]))
1849 if (!mfx_optarg || !is_digit(mfx_optarg[0]))
1854 if (!mfx_optarg || !is_digit(mfx_optarg[0]))
1859 if (!mfx_optarg || !is_digit(mfx_optar
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgrep/
H A Ddfa.c635 FUNC(is_digit, ISDIGIT)
660 { ":digit:]", is_digit },
H A Dregex.c3270 boolean is_digit = STREQ (str, "digit");
3297 if ( (is_digit && ISDIGIT (ch))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/lib/
H A Dregex.c2339 boolean is_digit = STREQ (str, "digit");
2366 if ( (is_digit && ISDIGIT (ch))

Completed in 220 milliseconds