Searched refs:eprintf (Results 1 – 7 of 7) sorted by relevance
/third_party/gstreamer/gstreamer/libs/gst/check/libcheck/ |
D | check_error.c | 40 eprintf (const char *fmt, const char *file, int line, ...) in eprintf() function 66 eprintf ("malloc of %u bytes failed:", __FILE__, __LINE__ - 2, n); in emalloc() 77 eprintf ("realloc of %u bytes failed:", __FILE__, __LINE__ - 2, n); in erealloc()
|
D | check_run.c | 134 eprintf ("Unhandled signal: %d", __FILE__, __LINE__, sig_nr); in sig_handler() 241 eprintf ("This version does not support fork", __FILE__, __LINE__); in srunner_iterate_tcase_tfuns() 249 eprintf ("Bad fork status in SRunner", __FILE__, __LINE__); in srunner_iterate_tcase_tfuns() 414 eprintf ("Failed to receive test result", __FILE__, __LINE__); in receive_result_info_nofork() 460 eprintf ("Error in call to fork:", __FILE__, __LINE__ - 2); in tcase_run_tfun_fork() 492 eprintf ("Error in call to timer_settime:", __FILE__, __LINE__); in tcase_run_tfun_fork() 498 eprintf ("Error in call to timer_create:", __FILE__, __LINE__); in tcase_run_tfun_fork() 516 eprintf ("Failed to receive test result", __FILE__, __LINE__); in receive_result_info_fork() 669 eprintf ("This version does not support fork", __FILE__, __LINE__); in srunner_fork_status() 684 eprintf ("This version does not support fork", __FILE__, __LINE__); in srunner_set_fork_status() [all …]
|
D | check_msg.c | 79 eprintf ("No messaging setup", __FILE__, __LINE__); in get_pipe() 132 eprintf ("Error in call to get_pipe", __FILE__, __LINE__ - 2); in receive_test_result() 139 eprintf ("Error in call to punpack", __FILE__, __LINE__ - 4); in receive_test_result() 290 eprintf ("Only one nesting of suite runs supported", __FILE__, __LINE__); in setup_pipe() 313 eprintf ("No messaging setup", __FILE__, __LINE__); in teardown_pipe()
|
D | check_log.c | 230 eprintf ("Bad event type received in stdout_lfun", __FILE__, __LINE__); in stdout_lfun() 268 eprintf ("Bad event type received in lfile_lfun", __FILE__, __LINE__); in lfile_lfun() 338 eprintf ("Bad event type received in xml_lfun", __FILE__, __LINE__); in xml_lfun() 382 eprintf ("Bad event type received in tap_lfun", __FILE__, __LINE__); in tap_lfun() 435 eprintf ("Bad result type in subunit_lfun", __FILE__, __LINE__); in subunit_lfun() 442 eprintf ("Bad event type received in subunit_lfun", __FILE__, __LINE__); in subunit_lfun() 457 eprintf ("Error in call to fopen while opening file %s:", __FILE__, in srunner_open_file() 541 eprintf ("Error in call to fclose while closing log file:", in srunner_end_logging()
|
D | check_pack.c | 301 eprintf ("Bad message type arg %d", file, line, type); in check_type() 323 eprintf ("Message string too long", __FILE__, __LINE__ - 2); in ppack() 332 eprintf ("Error in call to fwrite:", __FILE__, __LINE__ - 2); in ppack() 345 eprintf ("Error in call to fread:", __FILE__, __LINE__ - 4); in read_buf() 360 eprintf ("Error in call to upack", __FILE__, __LINE__ - 2); in get_result() 475 eprintf ("Error in call to get_result", __FILE__, __LINE__ - 3); in punpack()
|
D | check_error.h | 34 eprintf (const char *fmt, const char *file, int line, ...)
|
D | check.c | 335 eprintf in tcase_set_timeout() 597 eprintf ("Bad status in set_fork_status", __FILE__, __LINE__); in set_fork_status()
|