Home
last modified time | relevance | path

Searched refs:ISDIGIT (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/yocto/poky/meta/recipes-extended/at/at/
H A Dposixtm.c43 #define ISDIGIT(c) ((unsigned int) (c) - '0' <= 9) macro
135 if (!ISDIGIT (s[i])) in posix_time_parse()
175 if (!ISDIGIT (dot[0]) || !ISDIGIT (dot[1])) in posix_time_parse()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/parsedate/
H A Dparsedate.cpp184 #define ISDIGIT(x) (isdigit((int) ((unsigned char)x))) macro
513 else if(ISDIGIT(*date)) { in parsedate()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/
H A Dsafe-ctype.h93 #define ISDIGIT(c) _sch_test(c, _sch_isdigit) macro
H A Ddefaults.h89 if (i < thissize - 1 && ISDIGIT (p[i + 1])) \
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/
H A Dsafe-ctype.h93 #define ISDIGIT(c) _sch_test(c, _sch_isdigit) macro
H A Ddefaults.h89 if (i < thissize - 1 && ISDIGIT (p[i + 1])) \