Home
last modified time | relevance | path

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

1234567

/dports/sysutils/jdupes/jdupes-1.19.2/
H A Djody_sort.c10 #define IS_NUM(a) (((a >= '0') && (a <= '9')) ? 1 : 0) macro
/dports/textproc/tttcmds/tttcmds-1.0.20190920/src/bin/gyo_delete/
H A Dsimple_comparison.c32 #define IS_NUM(p) \ macro
/dports/textproc/tttcmds/tttcmds-1.0.20190920/src/bin/gyo_select/
H A Dsimple_comparison.c32 #define IS_NUM(p) \ macro
/dports/devel/py-cle/binaries-9.0.5405/tests_src/
H A Dchall_resp_leak2.c47 #define IS_NUM(c) ((c >= '0') && (c <= '9')) macro
H A Dchall_resp_atoi.c47 #define IS_NUM(c) ((c >= '0') && (c <= '9')) macro
H A Darbitrary_transmit.c46 #define IS_NUM(c) ((c >= '0') && (c <= '9')) macro
H A Dread_off_of_flag.c74 #define IS_NUM(c) ((c >= '0') && (c <= '9')) macro
H A Doverflow_after_challenge_response.c88 #define IS_NUM(c) ((c >= '0') && (c <= '9')) macro
/dports/security/py-ailment/binaries-9.0.5405/tests_src/
H A Dchall_resp_leak2.c47 #define IS_NUM(c) ((c >= '0') && (c <= '9')) macro
H A Darbitrary_transmit.c46 #define IS_NUM(c) ((c >= '0') && (c <= '9')) macro
H A Dchall_resp_atoi.c47 #define IS_NUM(c) ((c >= '0') && (c <= '9')) macro
H A Dread_off_of_flag.c74 #define IS_NUM(c) ((c >= '0') && (c <= '9')) macro
H A Doverflow_after_challenge_response.c88 #define IS_NUM(c) ((c >= '0') && (c <= '9')) macro
/dports/security/py-pyvex/binaries-9.0.5405/tests_src/
H A Dchall_resp_leak2.c47 #define IS_NUM(c) ((c >= '0') && (c <= '9')) macro
H A Dchall_resp_atoi.c47 #define IS_NUM(c) ((c >= '0') && (c <= '9')) macro
H A Dread_off_of_flag.c74 #define IS_NUM(c) ((c >= '0') && (c <= '9')) macro
H A Doverflow_after_challenge_response.c88 #define IS_NUM(c) ((c >= '0') && (c <= '9')) macro
/dports/security/py-angr/binaries-9.0.5405/tests_src/
H A Dchall_resp_leak2.c47 #define IS_NUM(c) ((c >= '0') && (c <= '9')) macro
H A Dchall_resp_atoi.c47 #define IS_NUM(c) ((c >= '0') && (c <= '9')) macro
H A Darbitrary_transmit.c46 #define IS_NUM(c) ((c >= '0') && (c <= '9')) macro
H A Dread_off_of_flag.c74 #define IS_NUM(c) ((c >= '0') && (c <= '9')) macro
H A Doverflow_after_challenge_response.c88 #define IS_NUM(c) ((c >= '0') && (c <= '9')) macro
/dports/dns/knot3-lib/knot-3.1.5/src/contrib/url-parser/
H A Durl_parser.c41 #define IS_NUM(c) ((c) >= '0' && (c) <= '9') macro
/dports/dns/knot3/knot-3.1.5/src/contrib/url-parser/
H A Durl_parser.c41 #define IS_NUM(c) ((c) >= '0' && (c) <= '9') macro
/dports/devel/cargo-c/cargo-c-0.9.6+cargo-0.58/cargo-crates/libnghttp2-sys-0.1.7+1.45.0/nghttp2/third-party/url-parser/
H A Durl_parser.c179 #define IS_NUM(c) ((c) >= '0' && (c) <= '9') macro

1234567