Searched refs:FAIL_EXIT1 (Results 1 – 25 of 84) sorted by relevance
1234
/support/ |
A D | xfclose.c | 28 FAIL_EXIT1 ("stdio stream closed with pending errors"); in xfclose() 30 FAIL_EXIT1 ("fflush: %m"); in xfclose() 32 FAIL_EXIT1 ("fclose: %m"); in xfclose()
|
A D | support_openpty.c | 44 FAIL_EXIT1 ("ptsname_r: %s", strerror (errno)); in xptsname() 64 FAIL_EXIT1 ("posix_openpt: %s", strerror (errno)); in support_openpty() 67 FAIL_EXIT1 ("grantpt: %s", strerror (errno)); in support_openpty() 70 FAIL_EXIT1 ("unlockpt: %s", strerror (errno)); in support_openpty() 83 FAIL_EXIT1 ("%s: %s", namebuf, strerror (errno)); in support_openpty() 89 FAIL_EXIT1 ("tcsetattr: %s", strerror (errno)); in support_openpty() 95 FAIL_EXIT1 ("TIOCSWINSZ: %s", strerror (errno)); in support_openpty()
|
A D | xdlfcn.c | 29 FAIL_EXIT1 ("error: dlopen: %s\n", dlerror ()); in xdlopen() 46 FAIL_EXIT1 ("error: dlsym: %s\n", error); in xdlsym() 66 FAIL_EXIT1 ("error: dlvsym: %s\n", error); in xdlvsym() 78 FAIL_EXIT1 ("error: dlclose: %s\n", dlerror ()); in xdlclose()
|
A D | support_copy_file.c | 35 FAIL_EXIT1 ("copying from \"%s\" to \"%s\": %m", from, to); in support_copy_file() 37 FAIL_EXIT1 ("copying from \"%s\" to \"%s\": only %zd of %llu bytes copied", in support_copy_file() 40 FAIL_EXIT1 ("fchmod on %s to 0%o: %m", to, mode); in support_copy_file()
|
A D | xpipe.c | 27 FAIL_EXIT1 ("pipe: %m"); in xpipe()
|
A D | xreadlink.c | 34 FAIL_EXIT1 ("readlink (\"%s\"): %m", path); in xreadlink() 42 FAIL_EXIT1 ("scratch_buffer_grow in xreadlink"); in xreadlink()
|
A D | xsendto.c | 31 FAIL_EXIT1 ("sendto (%d), %zu bytes, family %d: %m", in xsendto() 34 FAIL_EXIT1 ("sendto (%d) sent %zd bytes instead of %zu", fd, ret, buflen); in xsendto()
|
A D | xwrite.c | 32 FAIL_EXIT1 ("write of %zu bytes failed after %td: %m", in xwrite() 35 FAIL_EXIT1 ("write return 0 after writing %td bytes of %zu", in xwrite()
|
A D | xchdir.c | 27 FAIL_EXIT1 ("chdir (\"%s\"): %m", path); in xchdir()
|
A D | xchroot.c | 27 FAIL_EXIT1 ("chroot (\"%s\"): %m", path); in xchroot()
|
A D | xraise.c | 26 FAIL_EXIT1 ("raise (%d): %m" , sig); in xraise()
|
A D | xunlink.c | 26 FAIL_EXIT1 ("unlink (\"%s\"): %m", path); in xunlink()
|
A D | support_write_file_string.c | 33 FAIL_EXIT1 ("cannot write to \"%s\": %m", path); in support_write_file_string() 35 FAIL_EXIT1 ("zero-length write to \"%s\"", path); in support_write_file_string()
|
A D | xclose.c | 27 FAIL_EXIT1 ("close of descriptor %d failed: %m", fd); in xclose()
|
A D | xfork.c | 30 FAIL_EXIT1 ("fork: %m"); in xfork()
|
A D | xpthread_check_return.c | 32 FAIL_EXIT1 ("%s: %m", function); in xpthread_check_return()
|
A D | xlisten.c | 29 FAIL_EXIT1 ("listen (%d, %d): %m", fd, backlog); in xlisten()
|
A D | xlstat.c | 27 FAIL_EXIT1 ("lstat64 (\"%s\"): %m", path); in xlstat()
|
A D | xmunmap.c | 27 FAIL_EXIT1 ("munmap of %zu bytes: %m", length); in xmunmap()
|
A D | xdup2.c | 27 FAIL_EXIT1 ("dup2 (%d, %d): %m", from, to); in xdup2()
|
A D | xftruncate.c | 26 FAIL_EXIT1 ("ftruncate64 (%d, %lld): %m", fd, length); in xftruncate()
|
A D | xsymlink.c | 28 FAIL_EXIT1 ("symlink (\"%s\", \"%s\")", target, linkpath); in xsymlink()
|
A D | support-xfstat.c | 27 FAIL_EXIT1 ("fstat64 (%d): %m", fd); in xfstat()
|
A D | support-xstat.c | 29 FAIL_EXIT1 ("stat64 (\"%s\"): %m", path); in xstat()
|
A D | xlstat-time64.c | 30 FAIL_EXIT1 ("__lstat64_time64 (\"%s\"): %m", path); in xlstat_time64()
|
Completed in 30 milliseconds
1234