| /OK3568_Linux_fs/kernel/drivers/tty/vt/ |
| H A D | conmakehash.c | 38 !isxdigit(p[2]) || !isxdigit(p[3]) || !isxdigit(p[4]) || in getunicode() 39 !isxdigit(p[5]) || isxdigit(p[6])) in getunicode()
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/ |
| H A D | cctype | 31 int isxdigit(int c); 91 #ifdef isxdigit 92 #undef isxdigit 115 using ::isxdigit;
|
| H A D | ctype.h | 54 #undef isxdigit
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/ |
| H A D | cctype | 31 int isxdigit(int c); 91 #ifdef isxdigit 92 #undef isxdigit 115 using ::isxdigit;
|
| H A D | ctype.h | 54 #undef isxdigit
|
| /OK3568_Linux_fs/u-boot/lib/ |
| H A D | strto.c | 21 if (tolower(s[1]) == 'x' && isxdigit(s[2])) in _parse_integer_fixup_radix() 41 while (isxdigit(*cp) && (value = isdigit(*cp) ? *cp-'0' : (islower(*cp) in simple_strtoul() 138 while (isxdigit(*cp) && (value = isdigit(*cp) ? *cp - '0' in simple_strtoull()
|
| /OK3568_Linux_fs/kernel/lib/ |
| H A D | net_utils.c | 17 if (!isxdigit(s[i * 3]) || !isxdigit(s[i * 3 + 1])) in mac_pton()
|
| /OK3568_Linux_fs/kernel/drivers/acpi/acpica/ |
| H A D | uthex.c | 63 if (!isxdigit((int)two_ascii_chars[0]) || in acpi_ut_ascii_to_hex_byte() 64 !isxdigit((int)two_ascii_chars[1])) { in acpi_ut_ascii_to_hex_byte()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/support/char_encoding/ |
| H A D | standard.hpp | 60 isxdigit(int ch) in isxdigit() function 62 return std::isxdigit(ch) ? true : false; in isxdigit()
|
| /OK3568_Linux_fs/kernel/arch/c6x/kernel/ |
| H A D | soc.c | 36 if (!isxdigit(str[0]) || !isxdigit(str[1])) in get_mac_addr_from_cmdline()
|
| /OK3568_Linux_fs/kernel/drivers/firmware/efi/libstub/ |
| H A D | string.c | 68 if (TOLOWER(cp[1]) == 'x' && isxdigit(cp[2])) in simple_guess_base() 94 while (isxdigit(*cp)) { in simple_strtoull()
|
| /OK3568_Linux_fs/kernel/arch/s390/boot/ |
| H A D | string.c | 55 if (TOLOWER(cp[1]) == 'x' && isxdigit(cp[2])) in simple_guess_base() 82 while (isxdigit(*cp)) { in simple_strtoull()
|
| /OK3568_Linux_fs/kernel/arch/x86/boot/ |
| H A D | string.c | 105 if (TOLOWER(cp[1]) == 'x' && isxdigit(cp[2])) in simple_guess_base() 130 while (isxdigit(*cp)) { in simple_strtoull() 236 if (_tolower(s[1]) == 'x' && isxdigit(s[2])) in _parse_integer_fixup_radix()
|
| H A D | ctype.h | 10 static inline int isxdigit(int ch) in isxdigit() function
|
| /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 D | safe-ctype.h | 143 #undef isxdigit 144 #define isxdigit(c) do_not_use_isxdigit_with_safe_ctype 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 D | safe-ctype.h | 143 #undef isxdigit 144 #define isxdigit(c) do_not_use_isxdigit_with_safe_ctype macro
|
| /OK3568_Linux_fs/kernel/tools/usb/usbip/libsrc/ |
| H A D | names.c | 342 if (!isxdigit(*cp)) { in parse() 370 if (isxdigit(*cp)) { in parse() 387 if (buf[0] == '\t' && isxdigit(buf[1])) { in parse() 426 if (buf[0] == '\t' && buf[1] == '\t' && isxdigit(buf[2])) { in parse()
|
| /OK3568_Linux_fs/kernel/drivers/media/cec/usb/rainshadow/ |
| H A D | rainshadow-cec.c | 72 if (!isxdigit(*cmd)) in rain_process_msg() 74 if (isxdigit(cmd[0]) && isxdigit(cmd[1])) { in rain_process_msg()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/ |
| H A D | cctype | 58 #undef isxdigit 74 using ::isxdigit;
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/ |
| H A D | cctype | 58 #undef isxdigit 74 using ::isxdigit;
|
| /OK3568_Linux_fs/u-boot/board/keymile/common/ |
| H A D | common.c | 274 while (*rest && !isxdigit(*rest)) in do_checkboardidhwk() 290 while (*rest && !isxdigit(*rest)) in do_checkboardidhwk()
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v1/export-user_ta/include/ |
| H A D | ctype.h | 34 int isxdigit(int c);
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/ |
| H A D | ctype.h | 20 int isxdigit(int c);
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/ |
| H A D | ctype.h | 20 int isxdigit(int c);
|
| /OK3568_Linux_fs/u-boot/tools/ |
| H A D | gen_ethaddr_crc.c | 34 if (isxdigit(nibble[0])) { in process_mac()
|