Home
last modified time | relevance | path

Searched refs:is_hex (Results 1 – 9 of 9) sorted by relevance

/external/libxkbcommon/xkbcommon/src/xkbcomp/
Dscanner.c31 bool is_float = false, is_hex = false; in number() local
37 is_hex = true; in number()
48 if (is_hex) in number()
/external/skqp/src/utils/
DSkParse.cpp45 static inline bool is_hex(int c) in is_hex() function
113 if (!is_hex(*str)) in FindHex()
/external/skia/src/utils/
DSkParse.cpp45 static inline bool is_hex(int c) in is_hex() function
113 if (!is_hex(*str)) in FindHex()
/external/dnsmasq/src/
Doption.c643 int i, addrs, digs, is_addr, is_hex, is_dec, is_string, dots; in parse_dhcp_opt() local
713 is_addr = is_hex = is_dec = is_string = 1; in parse_dhcp_opt()
720 is_dec = is_hex = 0; in parse_dhcp_opt()
729 is_dec = is_hex = 0; in parse_dhcp_opt()
735 is_dec = is_hex = 0; in parse_dhcp_opt()
739 is_hex = is_addr = 0; in parse_dhcp_opt()
741 is_dec = is_hex = 0; in parse_dhcp_opt()
756 is_hex = 0; in parse_dhcp_opt()
763 is_string = is_dec = is_hex = 0; in parse_dhcp_opt()
768 if (is_hex && digs > 1) in parse_dhcp_opt()
/external/libxml2/
Duri.c1590 static int is_hex(char c) { in is_hex() function
1633 if ((len > 2) && (*in == '%') && (is_hex(in[1])) && (is_hex(in[2]))) { in xmlURIUnescapeString()
/external/wpa_supplicant_8/src/utils/
Dcommon.h503 int is_hex(const u8 *data, size_t len);
Dcommon.c688 int is_hex(const u8 *data, size_t len) in is_hex() function
/external/wpa_supplicant_8/src/ap/
Dwps_hostapd.c499 if (is_hex(cred->ssid, cred->ssid_len)) { in hapd_wps_cred_cb()
/external/wpa_supplicant_8/wpa_supplicant/
Dconfig.c172 if (is_hex(value, len)) in wpa_config_write_string()