Searched refs:PRIdS (Results 1 - 2 of 2) sorted by relevance

/forgerock/web-agents-v4/cmocka/
H A Dcmocka_private.h71 #ifndef PRIdS
72 # define PRIdS "Id" macro
101 #ifndef PRIdS
102 # define PRIdS "zd" macro
H A Dcmocka.c956 cm_print_error("difference at offset %" PRIdS " 0x%02x 0x%02x\n",
987 cm_print_error("%"PRIdS "bytes of %p and %p the same\n", same,
1998 print_error("[ FAILED ] %"PRIdS " test(s), listed below:\n", total_failed);
2720 print_message("[==========] Running %"PRIdS " test(s).\n",
2804 print_message("[==========] %"PRIdS " test(s) run.\n", tests_executed);
2805 print_error("[ PASSED ] %"PRIdS " test(s).\n", tests_executed - total_failed);
2808 print_error("[ FAILED ] %"PRIdS " test(s), listed below:\n", total_failed);
2813 print_error("\n %"PRIdS " FAILED TEST(S)\n", total_failed);
2817 print_error("[ ERROR ] Mismatched number of setup %"PRIdS " and "
2818 "teardown %"PRIdS " function
[all...]

Completed in 1405 milliseconds