Home
last modified time | relevance | path

Searched refs:isxdigit (Results 1 – 25 of 143) sorted by relevance

123456

/OK3568_Linux_fs/kernel/drivers/tty/vt/
H A Dconmakehash.c38 !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 Dcctype31 int isxdigit(int c);
91 #ifdef isxdigit
92 #undef isxdigit
115 using ::isxdigit;
H A Dctype.h54 #undef isxdigit
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/
H A Dcctype31 int isxdigit(int c);
91 #ifdef isxdigit
92 #undef isxdigit
115 using ::isxdigit;
H A Dctype.h54 #undef isxdigit
/OK3568_Linux_fs/u-boot/lib/
H A Dstrto.c21 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 Dnet_utils.c17 if (!isxdigit(s[i * 3]) || !isxdigit(s[i * 3 + 1])) in mac_pton()
/OK3568_Linux_fs/kernel/drivers/acpi/acpica/
H A Duthex.c63 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 Dstandard.hpp60 isxdigit(int ch) in isxdigit() function
62 return std::isxdigit(ch) ? true : false; in isxdigit()
/OK3568_Linux_fs/kernel/arch/c6x/kernel/
H A Dsoc.c36 if (!isxdigit(str[0]) || !isxdigit(str[1])) in get_mac_addr_from_cmdline()
/OK3568_Linux_fs/kernel/drivers/firmware/efi/libstub/
H A Dstring.c68 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 Dstring.c55 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 Dstring.c105 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 Dctype.h10 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 Dsafe-ctype.h143 #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 Dsafe-ctype.h143 #undef isxdigit
144 #define isxdigit(c) do_not_use_isxdigit_with_safe_ctype macro
/OK3568_Linux_fs/kernel/tools/usb/usbip/libsrc/
H A Dnames.c342 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 Drainshadow-cec.c72 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 Dcctype58 #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 Dcctype58 #undef isxdigit
74 using ::isxdigit;
/OK3568_Linux_fs/u-boot/board/keymile/common/
H A Dcommon.c274 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 Dctype.h34 int isxdigit(int c);
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/
H A Dctype.h20 int isxdigit(int c);
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/
H A Dctype.h20 int isxdigit(int c);
/OK3568_Linux_fs/u-boot/tools/
H A Dgen_ethaddr_crc.c34 if (isxdigit(nibble[0])) { in process_mac()

123456