Home
last modified time | relevance | path

Searched defs:IS_NUM (Results 1 – 2 of 2) sorted by relevance

/third_party/FreeBSD/sys/compat/linuxkpi/common/src/
Dtzdst.c49 #define IS_NUM(x) (((x) >= '0') && ((x) <= '9')) macro
/third_party/nghttp2/third-party/url-parser/
Durl_parser.c179 #define IS_NUM(c) ((c) >= '0' && (c) <= '9') macro