OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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 25 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026