Searched refs:is_hex (Results 1 - 13 of 13) sorted by relevance

/external/skia/src/utils/
H A DSkParse.cpp45 static inline bool is_hex(int c) function
113 if (!is_hex(*str))
/external/dnsmasq/src/
H A Doption.c675 int i, addrs, digs, is_addr, is_hex, is_dec, is_string, dots; local
745 is_addr = is_hex = is_dec = is_string = 1;
752 is_dec = is_hex = 0;
761 is_dec = is_hex = 0;
767 is_dec = is_hex = 0;
771 is_hex = is_addr = 0;
773 is_dec = is_hex = 0;
788 is_hex = 0;
795 is_string = is_dec = is_hex = 0;
800 if (is_hex
[all...]
/external/libxml2/
H A Duri.c1590 static int is_hex(char c) { function
1633 if ((len > 2) && (*in == '%') && (is_hex(in[1])) && (is_hex(in[2]))) {
/external/wpa_supplicant_8/hostapd/src/utils/
H A Dcommon.c688 int is_hex(const u8 *data, size_t len) function
H A Dcommon.h491 int is_hex(const u8 *data, size_t len);
/external/wpa_supplicant_8/src/utils/
H A Dcommon.c688 int is_hex(const u8 *data, size_t len) function
H A Dcommon.h491 int is_hex(const u8 *data, size_t len);
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Dcommon.c688 int is_hex(const u8 *data, size_t len) function
H A Dcommon.h491 int is_hex(const u8 *data, size_t len);
/external/wpa_supplicant_8/hostapd/src/ap/
H A Dwps_hostapd.c499 if (is_hex(cred->ssid, cred->ssid_len)) {
/external/wpa_supplicant_8/src/ap/
H A Dwps_hostapd.c499 if (is_hex(cred->ssid, cred->ssid_len)) {
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dwps_hostapd.c499 if (is_hex(cred->ssid, cred->ssid_len)) {
/external/wpa_supplicant_8/wpa_supplicant/
H A Dconfig.c172 if (is_hex(value, len))

Completed in 793 milliseconds