Home
last modified time | relevance | path

Searched refs:PRIx32 (Results 1 – 10 of 10) sorted by relevance

/glibc-2.36/wcsmbs/
Dtst-c16c32-1.c28 printf ("c32rtomb for U'\\x%" PRIx32 "' failed\n", (uint32_t) c32); in do_test()
37 printf ("mbrtoc32 for U'\\x%" PRIx32 "' failed\n", (uint32_t) c32); in do_test()
43 printf ("mbrtoc32 for U'\\x%" PRIx32 "' consumed %zu bytes, not %zu\n", in do_test()
49 printf ("mbrtoc32 for U'\\x%" PRIx32 "' produced U'\\x%" PRIx32 "\n", in do_test()
58 printf ("mbrtoc16 for U'\\x%" PRIx32 "' did not consume all bytes\n", in do_test()
67 printf ("mbrtoc16 for U'\\x%" PRIx32 "' produce u'\\x%" PRIx16 "'\n", in do_test()
80 printf ("second mbrtoc16 for U'\\x%" PRIx32 "' did not return -3\n", in do_test()
88 printf ("mbrtoc16 for U'\\x%" PRIx32 "' returns U'\\x%" PRIx32 "\n", in do_test()
111 printf ("c16rtomb for U'\\x%" PRIx32 "' failed with %zd\n", in do_test()
118 printf ("c16rtomb for U'\\x%" PRIx32 "' produced %zu bytes instead of %zu bytes\n", in do_test()
/glibc-2.36/string/
Dtst-endian.c69 printf ("htobe32 (be32toh (%" PRIx64 ")) == %" PRIx32 "\n", in do_test()
75 printf ("htole32 (le32toh (%" PRIx64 ")) == %" PRIx32 "\n", in do_test()
86 printf ("htole32 (%" PRIx64 ") == %" PRIx32 " != %" PRIx32 "\n", in do_test()
92 printf ("htobe32 (%" PRIx64 ") == %" PRIx32 " != %" PRIx32 "\n", in do_test()
/glibc-2.36/sysdeps/powerpc/
Dtst-tlsifunc.c81 printf ("resolver_platform = 0x%"PRIx32 in my_tcb_test()
82 " and current platform = 0x%"PRIx32".\n", in my_tcb_test()
/glibc-2.36/debug/
Dpcprofiledump.c144 printf ("this = %#010" PRIx32 ", caller = %#010" PRIx32 "\n", in main()
Dbacktrace-tst.c42 printf ("%" PRIx32 "\n", arr[cnt]); in main()
/glibc-2.36/intl/
Dloadmsgcat.c151 #if !defined PRIx32 || PRI_MACROS_BROKEN
152 # undef PRIx32
153 # define PRIx32 "x" macro
538 return PRIx32; in get_sysdep_segment_value()
/glibc-2.36/stdlib/
Dgen-fpioconst.c79 fprintf (out32, "0x%08"PRIx32",", data32[k]); in main()
Dinttypes.h120 # define PRIx32 "x" macro
/glibc-2.36/conform/data/
Dinttypes.h-data87 macro PRIx32
/glibc-2.36/ChangeLog.old/
DChangeLog.1874823 [C99-based-standards] (PRIx32): Likewise.