Home
last modified time | relevance | path

Searched refs:ISALPHA (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/net/decnet/
H A Dsysctl_net_decnet.c66 #define ISALPHA(x) (ISLOWER(x) || ISUPPER(x)) macro
67 #define INVALID_END_CHAR(x) (ISNUM(x) || ISALPHA(x))
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/parsedate/
H A Dparsedate.cpp186 #define ISALPHA(x) (isalpha((int) ((unsigned char)x))) macro
480 if(ISALPHA(*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.h89 #define ISALPHA(c) _sch_test(c, _sch_isalpha) macro
/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.h89 #define ISALPHA(c) _sch_test(c, _sch_isalpha) macro