Lines Matching refs:FAIL_EXIT1
42 FAIL_EXIT1 ("cannot create temporary file: %m"); in do_prepare()
45 FAIL_EXIT1 ("cannot generate temp file name: %m"); in do_prepare()
49 FAIL_EXIT1 ("cannot create fifo: %m"); in do_prepare()
53 FAIL_EXIT1 ("cannot open fifo: %m"); in do_prepare()
73 FAIL_EXIT1 ("write returned %zd different than expected %d", in do_test_common()
77 FAIL_EXIT1 ("fsync failed"); in do_test_common()
81 FAIL_EXIT1 ("posix_fadvise with invalid fd did not return EBADF"); in do_test_common()
85 FAIL_EXIT1 ("posix_fadvise with invalid advise did not return EINVAL"); in do_test_common()
89 FAIL_EXIT1 ("posix_advise with PIPE fd did not return ESPIPE"); in do_test_common()
93 FAIL_EXIT1 ("default posix_fadvise failed"); in do_test_common()
96 FAIL_EXIT1 ("posix_fadvise failed (offset = 0, len = %d) failed", in do_test_common()
100 FAIL_EXIT1 ("posix_fadvise failed (offset = %d, len = 0) failed", in do_test_common()