Home
last modified time | relevance | path

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

/freebsd/lib/libc/resolv/
H A Dres_comp.c142 #define digitchar(c) ((c) >= 0x30 && (c) <= 0x39) macro
145 #define borderchar(c) (alphachar(c) || digitchar(c))
147 #define borderchar(c) (alphachar(c) || digitchar(c) || underscorechar(c))
/freebsd/sbin/dhclient/
H A Ddhclient.c82 #define digitchar(c) ((c) >= 0x30 && (c) <= 0x39) macro
85 #define borderchar(c) (alphachar(c) || digitchar(c))
2779 while (periodchar(*buf) || digitchar(*buf)) in ipv4addrs()