| /src/tests/lib/libc/locale/ |
| t_mbrtoc16.c | 62 static char16_t c16; variable 72 ATF_CHECK_EQ_MSG((n = mbrtoc16(&c16, "", 1, NULL)), 0, "n=%zu", n); 73 ATF_CHECK_EQ_MSG(c16, 0, "c16=U+%"PRIx16, (uint16_t)c16); 77 ATF_CHECK_EQ_MSG((n = mbrtoc16(&c16, "", 1, &s)), 0, "n=%zu", n); 78 ATF_CHECK_EQ_MSG(c16, 0, "c16=U+%"PRIx16, (uint16_t)c16); 82 ATF_CHECK_EQ_MSG((n = mbrtoc16(&c16, "A", 1, NULL)), 1, "n=%zu", n) [all...] |
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.fortran/ |
| complex.f90 | 26 complex(kind=16) c16 variable in program:test_complex 41 c16 = cmplx(r16a, r16b) 44 print *, c, c4, c8, dc, c16 ! stop
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.fortran/ |
| complex.f90 | 26 complex(kind=16) c16 variable in program:test_complex 41 c16 = cmplx(r16a, r16b) 44 print *, c, c4, c8, dc, c16 ! stop
|
| /src/tests/usr.bin/xlint/lint1/ |
| expr_sizeof.c | 198 char c16; member in struct:s24
|
| /src/external/gpl3/gcc/dist/gcc/ |
| edit-context.cc | 1747 location_t c16 = linemap_position_for_column (line_table, 16); local 1771 richloc.add_fixit_insert_before (c16, " change");
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| edit-context.cc | 1717 location_t c16 = linemap_position_for_column (line_table, 16); local 1740 richloc.add_fixit_insert_before (c16, " change");
|