HomeSort by: relevance | last modified time | path
    Searched refs:IS_HOST_CHAR (Results 1 - 2 of 2) sorted by relevancy

  /src/external/mpl/bind/dist/lib/isc/
url.c 204 #define IS_HOST_CHAR(c) (isalnum((unsigned char)c) || (c) == '.' || (c) == '-')
208 #define IS_HOST_CHAR(c) \
394 if (IS_HOST_CHAR(ch)) {
401 if (IS_HOST_CHAR(ch)) {
  /src/external/mpl/dhcp/bind/dist/lib/isc/
url.c 204 #define IS_HOST_CHAR(c) (isalnum((unsigned char)c) || (c) == '.' || (c) == '-')
207 #define IS_HOST_CHAR(c) \
393 if (IS_HOST_CHAR(ch)) {
400 if (IS_HOST_CHAR(ch)) {

Completed in 31 milliseconds