Home
last modified time | relevance | path

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

/openbsd/src/lib/libc/net/
Dres_comp.c340 #define digitchar(c) ((c) >= 0x30 && (c) <= 0x39) macro
342 #define borderchar(c) (alphachar(c) || digitchar(c))