Home
last modified time | relevance | path

Searched refs:digitchar (Results 1 – 2 of 2) sorted by relevance

/freebsd-14-stable/lib/libc/resolv/
HDres_comp.c146 #define digitchar(c) ((c) >= 0x30 && (c) <= 0x39) macro
149 #define borderchar(c) (alphachar(c) || digitchar(c))
151 #define borderchar(c) (alphachar(c) || digitchar(c) || underscorechar(c))
/freebsd-14-stable/sbin/dhclient/
HDdhclient.c82 #define digitchar(c) ((c) >= 0x30 && (c) <= 0x39) macro
85 #define borderchar(c) (alphachar(c) || digitchar(c))
2798 while (periodchar(*buf) || digitchar(*buf)) in ipv4addrs()