Home
last modified time | relevance | path

Searched refs:ISASCII (Results 1 – 5 of 5) sorted by relevance

/third_party/node/deps/cares/src/lib/
Dinet_net_pton.c72 && ISASCII(src[1]) in inet_net_pton_ipv4()
79 while ((ch = *src++) != '\0' && ISASCII(ch) && ISXDIGIT(ch)) { in inet_net_pton_ipv4()
99 } else if (ISASCII(ch) && ISDIGIT(ch)) { in inet_net_pton_ipv4()
110 ISASCII(ch) && ISDIGIT(ch)); in inet_net_pton_ipv4()
119 if (!ISASCII(ch) || !ISDIGIT(ch)) in inet_net_pton_ipv4()
126 if (ch == '/' && ISASCII(src[0]) && in inet_net_pton_ipv4()
137 } while ((ch = *src++) != '\0' && ISASCII(ch) && ISDIGIT(ch)); in inet_net_pton_ipv4()
Dsetup_once.h284 #define ISASCII(x) (isascii((int) ((unsigned char)x))) macro
/third_party/curl/lib/
Dcurl_ctype.h49 #define ISASCII(x) (isascii((int) ((unsigned char)x))) macro
74 #define ISASCII(x) (((x) >= 0) && ((x) <= 0x80)) macro
/third_party/gettext/gnulib-local/lib/
DChangeLog.1199 * fnmatch.c (ISASCII): Remove macro.
/third_party/node/deps/cares/
DCHANGES4555 - setup_once: provide ISASCII macro