Home
last modified time | relevance | path

Searched refs:isdigit (Results 1 – 25 of 8943) sorted by relevance

12345678910>>...358

/dports/devel/z88dk/z88dk/test/suites/ctype/
H A Dtest_isdigit.c5 Assert(isdigit(0) == 0 ,"isdigit should be 0 for 0x00");
10 Assert(isdigit(1) == 0 ,"isdigit should be 0 for 0x01");
15 Assert(isdigit(2) == 0 ,"isdigit should be 0 for 0x02");
245 Assert(isdigit(48) ,"isdigit should be 1 for 0");
250 Assert(isdigit(49) ,"isdigit should be 1 for 1");
255 Assert(isdigit(50) ,"isdigit should be 1 for 2");
260 Assert(isdigit(51) ,"isdigit should be 1 for 3");
265 Assert(isdigit(52) ,"isdigit should be 1 for 4"); in virtio_net_test_cleanup()
270 Assert(isdigit(53) ,"isdigit should be 1 for 5");
275 Assert(isdigit(54) ,"isdigit should be 1 for 6"); in virtio_net_test_setup()
[all …]
/dports/math/scilab/scilab-6.1.1/scilab/modules/string/tests/unit_tests/
H A Disdigit.tst11 // unit tests isdigit
20 if isdigit('a') then pause,end
21 if isdigit('b') then pause,end
22 if isdigit('c') then pause,end
23 if isdigit('d') then pause,end
24 if isdigit('e') then pause,end
25 if isdigit('f') then pause,end
26 if isdigit('g') then pause,end
27 if isdigit('h') then pause,end
28 if isdigit('i') then pause,end
[all …]
H A Disdigit.dia.ref9 // unit tests isdigit
17 if isdigit('a') then bugmes();quit;end
18 if isdigit('b') then bugmes();quit;end
19 if isdigit('c') then bugmes();quit;end
20 if isdigit('d') then bugmes();quit;end
21 if isdigit('e') then bugmes();quit;end
22 if isdigit('f') then bugmes();quit;end
23 if isdigit('g') then bugmes();quit;end
24 if isdigit('h') then bugmes();quit;end
25 if isdigit('i') then bugmes();quit;end
[all …]
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/gcc.dg/torture/
H A Dbuiltin-ctype-2.c78 TEST_CTYPE_CST_TRUE (isdigit, '0'); in test()
79 TEST_CTYPE_CST_TRUE (isdigit, '1'); in test()
80 TEST_CTYPE_CST_TRUE (isdigit, '2'); in test()
81 TEST_CTYPE_CST_TRUE (isdigit, '3'); in test()
82 TEST_CTYPE_CST_TRUE (isdigit, '4'); in test()
83 TEST_CTYPE_CST_TRUE (isdigit, '5'); in test()
84 TEST_CTYPE_CST_TRUE (isdigit, '6'); in test()
85 TEST_CTYPE_CST_TRUE (isdigit, '7'); in test()
86 TEST_CTYPE_CST_TRUE (isdigit, '8'); in test()
87 TEST_CTYPE_CST_TRUE (isdigit, '9'); in test()
[all …]
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gcc.dg/torture/
H A Dbuiltin-ctype-2.c78 TEST_CTYPE_CST_TRUE (isdigit, '0'); in test()
79 TEST_CTYPE_CST_TRUE (isdigit, '1'); in test()
80 TEST_CTYPE_CST_TRUE (isdigit, '2'); in test()
81 TEST_CTYPE_CST_TRUE (isdigit, '3'); in test()
82 TEST_CTYPE_CST_TRUE (isdigit, '4'); in test()
83 TEST_CTYPE_CST_TRUE (isdigit, '5'); in test()
84 TEST_CTYPE_CST_TRUE (isdigit, '6'); in test()
85 TEST_CTYPE_CST_TRUE (isdigit, '7'); in test()
86 TEST_CTYPE_CST_TRUE (isdigit, '8'); in test()
87 TEST_CTYPE_CST_TRUE (isdigit, '9'); in test()
[all …]
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/testsuite/gcc.dg/torture/
H A Dbuiltin-ctype-2.c78 TEST_CTYPE_CST_TRUE (isdigit, '0'); in test()
79 TEST_CTYPE_CST_TRUE (isdigit, '1'); in test()
80 TEST_CTYPE_CST_TRUE (isdigit, '2'); in test()
81 TEST_CTYPE_CST_TRUE (isdigit, '3'); in test()
82 TEST_CTYPE_CST_TRUE (isdigit, '4'); in test()
83 TEST_CTYPE_CST_TRUE (isdigit, '5'); in test()
84 TEST_CTYPE_CST_TRUE (isdigit, '6'); in test()
85 TEST_CTYPE_CST_TRUE (isdigit, '7'); in test()
86 TEST_CTYPE_CST_TRUE (isdigit, '8'); in test()
87 TEST_CTYPE_CST_TRUE (isdigit, '9'); in test()
[all …]
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/testsuite/gcc.dg/torture/
H A Dbuiltin-ctype-2.c78 TEST_CTYPE_CST_TRUE (isdigit, '0'); in test()
79 TEST_CTYPE_CST_TRUE (isdigit, '1'); in test()
80 TEST_CTYPE_CST_TRUE (isdigit, '2'); in test()
81 TEST_CTYPE_CST_TRUE (isdigit, '3'); in test()
82 TEST_CTYPE_CST_TRUE (isdigit, '4'); in test()
83 TEST_CTYPE_CST_TRUE (isdigit, '5'); in test()
84 TEST_CTYPE_CST_TRUE (isdigit, '6'); in test()
85 TEST_CTYPE_CST_TRUE (isdigit, '7'); in test()
86 TEST_CTYPE_CST_TRUE (isdigit, '8'); in test()
87 TEST_CTYPE_CST_TRUE (isdigit, '9'); in test()
[all …]
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/gcc.dg/torture/
H A Dbuiltin-ctype-2.c78 TEST_CTYPE_CST_TRUE (isdigit, '0'); in test()
79 TEST_CTYPE_CST_TRUE (isdigit, '1'); in test()
80 TEST_CTYPE_CST_TRUE (isdigit, '2'); in test()
81 TEST_CTYPE_CST_TRUE (isdigit, '3'); in test()
82 TEST_CTYPE_CST_TRUE (isdigit, '4'); in test()
83 TEST_CTYPE_CST_TRUE (isdigit, '5'); in test()
84 TEST_CTYPE_CST_TRUE (isdigit, '6'); in test()
85 TEST_CTYPE_CST_TRUE (isdigit, '7'); in test()
86 TEST_CTYPE_CST_TRUE (isdigit, '8'); in test()
87 TEST_CTYPE_CST_TRUE (isdigit, '9'); in test()
[all …]
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/gcc.dg/torture/
H A Dbuiltin-ctype-2.c78 TEST_CTYPE_CST_TRUE (isdigit, '0'); in test()
79 TEST_CTYPE_CST_TRUE (isdigit, '1'); in test()
80 TEST_CTYPE_CST_TRUE (isdigit, '2'); in test()
81 TEST_CTYPE_CST_TRUE (isdigit, '3'); in test()
82 TEST_CTYPE_CST_TRUE (isdigit, '4'); in test()
83 TEST_CTYPE_CST_TRUE (isdigit, '5'); in test()
84 TEST_CTYPE_CST_TRUE (isdigit, '6'); in test()
85 TEST_CTYPE_CST_TRUE (isdigit, '7'); in test()
86 TEST_CTYPE_CST_TRUE (isdigit, '8'); in test()
87 TEST_CTYPE_CST_TRUE (isdigit, '9'); in test()
[all …]
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/gcc.dg/torture/
H A Dbuiltin-ctype-2.c78 TEST_CTYPE_CST_TRUE (isdigit, '0'); in test()
79 TEST_CTYPE_CST_TRUE (isdigit, '1'); in test()
80 TEST_CTYPE_CST_TRUE (isdigit, '2'); in test()
81 TEST_CTYPE_CST_TRUE (isdigit, '3'); in test()
82 TEST_CTYPE_CST_TRUE (isdigit, '4'); in test()
83 TEST_CTYPE_CST_TRUE (isdigit, '5'); in test()
84 TEST_CTYPE_CST_TRUE (isdigit, '6'); in test()
85 TEST_CTYPE_CST_TRUE (isdigit, '7'); in test()
86 TEST_CTYPE_CST_TRUE (isdigit, '8'); in test()
87 TEST_CTYPE_CST_TRUE (isdigit, '9'); in test()
[all …]
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.dg/torture/
H A Dbuiltin-ctype-2.c78 TEST_CTYPE_CST_TRUE (isdigit, '0'); in test()
79 TEST_CTYPE_CST_TRUE (isdigit, '1'); in test()
80 TEST_CTYPE_CST_TRUE (isdigit, '2'); in test()
81 TEST_CTYPE_CST_TRUE (isdigit, '3'); in test()
82 TEST_CTYPE_CST_TRUE (isdigit, '4'); in test()
83 TEST_CTYPE_CST_TRUE (isdigit, '5'); in test()
84 TEST_CTYPE_CST_TRUE (isdigit, '6'); in test()
85 TEST_CTYPE_CST_TRUE (isdigit, '7'); in test()
86 TEST_CTYPE_CST_TRUE (isdigit, '8'); in test()
87 TEST_CTYPE_CST_TRUE (isdigit, '9'); in test()
[all …]
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.dg/torture/
H A Dbuiltin-ctype-2.c78 TEST_CTYPE_CST_TRUE (isdigit, '0'); in test()
79 TEST_CTYPE_CST_TRUE (isdigit, '1'); in test()
80 TEST_CTYPE_CST_TRUE (isdigit, '2'); in test()
81 TEST_CTYPE_CST_TRUE (isdigit, '3'); in test()
82 TEST_CTYPE_CST_TRUE (isdigit, '4'); in test()
83 TEST_CTYPE_CST_TRUE (isdigit, '5'); in test()
84 TEST_CTYPE_CST_TRUE (isdigit, '6'); in test()
85 TEST_CTYPE_CST_TRUE (isdigit, '7'); in test()
86 TEST_CTYPE_CST_TRUE (isdigit, '8'); in test()
87 TEST_CTYPE_CST_TRUE (isdigit, '9'); in test()
[all …]
/dports/lang/gcc48/gcc-4.8.5/gcc/testsuite/gcc.dg/torture/
H A Dbuiltin-ctype-2.c78 TEST_CTYPE_CST_TRUE (isdigit, '0'); in test()
79 TEST_CTYPE_CST_TRUE (isdigit, '1'); in test()
80 TEST_CTYPE_CST_TRUE (isdigit, '2'); in test()
81 TEST_CTYPE_CST_TRUE (isdigit, '3'); in test()
82 TEST_CTYPE_CST_TRUE (isdigit, '4'); in test()
83 TEST_CTYPE_CST_TRUE (isdigit, '5'); in test()
84 TEST_CTYPE_CST_TRUE (isdigit, '6'); in test()
85 TEST_CTYPE_CST_TRUE (isdigit, '7'); in test()
86 TEST_CTYPE_CST_TRUE (isdigit, '8'); in test()
87 TEST_CTYPE_CST_TRUE (isdigit, '9'); in test()
[all …]
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/gcc.dg/torture/
H A Dbuiltin-ctype-2.c78 TEST_CTYPE_CST_TRUE (isdigit, '0'); in test()
79 TEST_CTYPE_CST_TRUE (isdigit, '1'); in test()
80 TEST_CTYPE_CST_TRUE (isdigit, '2'); in test()
81 TEST_CTYPE_CST_TRUE (isdigit, '3'); in test()
82 TEST_CTYPE_CST_TRUE (isdigit, '4'); in test()
83 TEST_CTYPE_CST_TRUE (isdigit, '5'); in test()
84 TEST_CTYPE_CST_TRUE (isdigit, '6'); in test()
85 TEST_CTYPE_CST_TRUE (isdigit, '7'); in test()
86 TEST_CTYPE_CST_TRUE (isdigit, '8'); in test()
87 TEST_CTYPE_CST_TRUE (isdigit, '9'); in test()
[all …]
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.dg/torture/
H A Dbuiltin-ctype-2.c78 TEST_CTYPE_CST_TRUE (isdigit, '0'); in test()
79 TEST_CTYPE_CST_TRUE (isdigit, '1'); in test()
80 TEST_CTYPE_CST_TRUE (isdigit, '2'); in test()
81 TEST_CTYPE_CST_TRUE (isdigit, '3'); in test()
82 TEST_CTYPE_CST_TRUE (isdigit, '4'); in test()
83 TEST_CTYPE_CST_TRUE (isdigit, '5'); in test()
84 TEST_CTYPE_CST_TRUE (isdigit, '6'); in test()
85 TEST_CTYPE_CST_TRUE (isdigit, '7'); in test()
86 TEST_CTYPE_CST_TRUE (isdigit, '8'); in test()
87 TEST_CTYPE_CST_TRUE (isdigit, '9'); in test()
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/gcc.dg/torture/
H A Dbuiltin-ctype-2.c78 TEST_CTYPE_CST_TRUE (isdigit, '0'); in test()
79 TEST_CTYPE_CST_TRUE (isdigit, '1'); in test()
80 TEST_CTYPE_CST_TRUE (isdigit, '2'); in test()
81 TEST_CTYPE_CST_TRUE (isdigit, '3'); in test()
82 TEST_CTYPE_CST_TRUE (isdigit, '4'); in test()
83 TEST_CTYPE_CST_TRUE (isdigit, '5'); in test()
84 TEST_CTYPE_CST_TRUE (isdigit, '6'); in test()
85 TEST_CTYPE_CST_TRUE (isdigit, '7'); in test()
86 TEST_CTYPE_CST_TRUE (isdigit, '8'); in test()
87 TEST_CTYPE_CST_TRUE (isdigit, '9'); in test()
[all …]
/dports/lang/gcc8/gcc-8.5.0/gcc/testsuite/gcc.dg/torture/
H A Dbuiltin-ctype-2.c78 TEST_CTYPE_CST_TRUE (isdigit, '0'); in test()
79 TEST_CTYPE_CST_TRUE (isdigit, '1'); in test()
80 TEST_CTYPE_CST_TRUE (isdigit, '2'); in test()
81 TEST_CTYPE_CST_TRUE (isdigit, '3'); in test()
82 TEST_CTYPE_CST_TRUE (isdigit, '4'); in test()
83 TEST_CTYPE_CST_TRUE (isdigit, '5'); in test()
84 TEST_CTYPE_CST_TRUE (isdigit, '6'); in test()
85 TEST_CTYPE_CST_TRUE (isdigit, '7'); in test()
86 TEST_CTYPE_CST_TRUE (isdigit, '8'); in test()
87 TEST_CTYPE_CST_TRUE (isdigit, '9'); in test()
[all …]
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/gcc.dg/torture/
H A Dbuiltin-ctype-2.c78 TEST_CTYPE_CST_TRUE (isdigit, '0'); in test()
79 TEST_CTYPE_CST_TRUE (isdigit, '1'); in test()
80 TEST_CTYPE_CST_TRUE (isdigit, '2'); in test()
81 TEST_CTYPE_CST_TRUE (isdigit, '3'); in test()
82 TEST_CTYPE_CST_TRUE (isdigit, '4'); in test()
83 TEST_CTYPE_CST_TRUE (isdigit, '5'); in test()
84 TEST_CTYPE_CST_TRUE (isdigit, '6'); in test()
85 TEST_CTYPE_CST_TRUE (isdigit, '7'); in test()
86 TEST_CTYPE_CST_TRUE (isdigit, '8'); in test()
87 TEST_CTYPE_CST_TRUE (isdigit, '9'); in test()
[all …]
/dports/lang/gnat_util/gcc-6-20180516/gcc/testsuite/gcc.dg/torture/
H A Dbuiltin-ctype-2.c78 TEST_CTYPE_CST_TRUE (isdigit, '0'); in test()
79 TEST_CTYPE_CST_TRUE (isdigit, '1'); in test()
80 TEST_CTYPE_CST_TRUE (isdigit, '2'); in test()
81 TEST_CTYPE_CST_TRUE (isdigit, '3'); in test()
82 TEST_CTYPE_CST_TRUE (isdigit, '4'); in test()
83 TEST_CTYPE_CST_TRUE (isdigit, '5'); in test()
84 TEST_CTYPE_CST_TRUE (isdigit, '6'); in test()
85 TEST_CTYPE_CST_TRUE (isdigit, '7'); in test()
86 TEST_CTYPE_CST_TRUE (isdigit, '8'); in test()
87 TEST_CTYPE_CST_TRUE (isdigit, '9'); in test()
[all …]
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/gcc.dg/torture/
H A Dbuiltin-ctype-2.c78 TEST_CTYPE_CST_TRUE (isdigit, '0'); in test()
79 TEST_CTYPE_CST_TRUE (isdigit, '1'); in test()
80 TEST_CTYPE_CST_TRUE (isdigit, '2'); in test()
81 TEST_CTYPE_CST_TRUE (isdigit, '3'); in test()
82 TEST_CTYPE_CST_TRUE (isdigit, '4'); in test()
83 TEST_CTYPE_CST_TRUE (isdigit, '5'); in test()
84 TEST_CTYPE_CST_TRUE (isdigit, '6'); in test()
85 TEST_CTYPE_CST_TRUE (isdigit, '7'); in test()
86 TEST_CTYPE_CST_TRUE (isdigit, '8'); in test()
87 TEST_CTYPE_CST_TRUE (isdigit, '9'); in test()
[all …]
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/testsuite/gcc.dg/torture/
H A Dbuiltin-ctype-2.c78 TEST_CTYPE_CST_TRUE (isdigit, '0'); in test()
79 TEST_CTYPE_CST_TRUE (isdigit, '1'); in test()
80 TEST_CTYPE_CST_TRUE (isdigit, '2'); in test()
81 TEST_CTYPE_CST_TRUE (isdigit, '3'); in test()
82 TEST_CTYPE_CST_TRUE (isdigit, '4'); in test()
83 TEST_CTYPE_CST_TRUE (isdigit, '5'); in test()
84 TEST_CTYPE_CST_TRUE (isdigit, '6'); in test()
85 TEST_CTYPE_CST_TRUE (isdigit, '7'); in test()
86 TEST_CTYPE_CST_TRUE (isdigit, '8'); in test()
87 TEST_CTYPE_CST_TRUE (isdigit, '9'); in test()
[all …]
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/testsuite/gcc.dg/torture/
H A Dbuiltin-ctype-2.c78 TEST_CTYPE_CST_TRUE (isdigit, '0'); in test()
79 TEST_CTYPE_CST_TRUE (isdigit, '1'); in test()
80 TEST_CTYPE_CST_TRUE (isdigit, '2'); in test()
81 TEST_CTYPE_CST_TRUE (isdigit, '3'); in test()
82 TEST_CTYPE_CST_TRUE (isdigit, '4'); in test()
83 TEST_CTYPE_CST_TRUE (isdigit, '5'); in test()
84 TEST_CTYPE_CST_TRUE (isdigit, '6'); in test()
85 TEST_CTYPE_CST_TRUE (isdigit, '7'); in test()
86 TEST_CTYPE_CST_TRUE (isdigit, '8'); in test()
87 TEST_CTYPE_CST_TRUE (isdigit, '9'); in test()
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gcc.dg/torture/
H A Dbuiltin-ctype-2.c78 TEST_CTYPE_CST_TRUE (isdigit, '0'); in test()
79 TEST_CTYPE_CST_TRUE (isdigit, '1'); in test()
80 TEST_CTYPE_CST_TRUE (isdigit, '2'); in test()
81 TEST_CTYPE_CST_TRUE (isdigit, '3'); in test()
82 TEST_CTYPE_CST_TRUE (isdigit, '4'); in test()
83 TEST_CTYPE_CST_TRUE (isdigit, '5'); in test()
84 TEST_CTYPE_CST_TRUE (isdigit, '6'); in test()
85 TEST_CTYPE_CST_TRUE (isdigit, '7'); in test()
86 TEST_CTYPE_CST_TRUE (isdigit, '8'); in test()
87 TEST_CTYPE_CST_TRUE (isdigit, '9'); in test()
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/testsuite/gcc.dg/torture/
H A Dbuiltin-ctype-2.c78 TEST_CTYPE_CST_TRUE (isdigit, '0'); in test()
79 TEST_CTYPE_CST_TRUE (isdigit, '1'); in test()
80 TEST_CTYPE_CST_TRUE (isdigit, '2'); in test()
81 TEST_CTYPE_CST_TRUE (isdigit, '3'); in test()
82 TEST_CTYPE_CST_TRUE (isdigit, '4'); in test()
83 TEST_CTYPE_CST_TRUE (isdigit, '5'); in test()
84 TEST_CTYPE_CST_TRUE (isdigit, '6'); in test()
85 TEST_CTYPE_CST_TRUE (isdigit, '7'); in test()
86 TEST_CTYPE_CST_TRUE (isdigit, '8'); in test()
87 TEST_CTYPE_CST_TRUE (isdigit, '9'); in test()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/netwerk/streamconv/converters/
H A DParseFTPList.cpp634 if (isdigit(p[0]) && isdigit(p[1]) && p[2] == '-' && isdigit(p[3]) && in ParseFTPList()
635 isdigit(p[4]) && p[5] == '-' && isdigit(p[6]) && isdigit(p[7])) { in ParseFTPList()
637 if (isdigit(p[0]) && isdigit(p[1]) && p[2] == ':' && isdigit(p[3]) && in ParseFTPList()
772 isdigit(p[38 - 18]) && isdigit(p[39 - 18]) && isdigit(p[41 - 18]) && in ParseFTPList()
773 isdigit(p[42 - 18]) && isdigit(p[46 - 18]) && isdigit(p[47 - 18]) && in ParseFTPList()
774 isdigit(p[49 - 18]) && isdigit(p[50 - 18])) { in ParseFTPList()
1129 isdigit(tokens[2][1]) && isdigit(tokens[2][3]) && in ParseFTPList()
1130 isdigit(tokens[2][4]) && isdigit(tokens[2][6]) && in ParseFTPList()
1141 isdigit(tokens[3][0]) && isdigit(tokens[3][1]) && in ParseFTPList()
1142 isdigit(tokens[4][0]) && isdigit(tokens[4][1]) && in ParseFTPList()
[all …]

12345678910>>...358