Home
last modified time | relevance | path

Searched defs:IS_NUM (Results 1 – 5 of 5) 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
/third_party/gettext/libtextstyle/gnulib-local/lib/libcroco/
Dcr-tknzr.c80 #define IS_NUM(a_char) (((a_char) >= '0' && (a_char) <= '9')?TRUE:FALSE) macro
Dcr-parser.c154 #define IS_NUM(a_char) (((a_char) >= '0' && (a_char) <= '9')?TRUE:FALSE) macro
/third_party/boost/libs/beast/test/bench/parser/nodejs-parser/
Dhttp_parser.c414 #define IS_NUM(c) ((c) >= '0' && (c) <= '9') macro