Home
last modified time | relevance | path

Searched refs:FAIL_EXIT1 (Results 1 – 25 of 84) sorted by relevance

1234

/support/
A Dxfclose.c28 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 Dsupport_openpty.c44 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 Dxdlfcn.c29 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 Dsupport_copy_file.c35 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 Dxpipe.c27 FAIL_EXIT1 ("pipe: %m"); in xpipe()
A Dxreadlink.c34 FAIL_EXIT1 ("readlink (\"%s\"): %m", path); in xreadlink()
42 FAIL_EXIT1 ("scratch_buffer_grow in xreadlink"); in xreadlink()
A Dxsendto.c31 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 Dxwrite.c32 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 Dxchdir.c27 FAIL_EXIT1 ("chdir (\"%s\"): %m", path); in xchdir()
A Dxchroot.c27 FAIL_EXIT1 ("chroot (\"%s\"): %m", path); in xchroot()
A Dxraise.c26 FAIL_EXIT1 ("raise (%d): %m" , sig); in xraise()
A Dxunlink.c26 FAIL_EXIT1 ("unlink (\"%s\"): %m", path); in xunlink()
A Dsupport_write_file_string.c33 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 Dxclose.c27 FAIL_EXIT1 ("close of descriptor %d failed: %m", fd); in xclose()
A Dxfork.c30 FAIL_EXIT1 ("fork: %m"); in xfork()
A Dxpthread_check_return.c32 FAIL_EXIT1 ("%s: %m", function); in xpthread_check_return()
A Dxlisten.c29 FAIL_EXIT1 ("listen (%d, %d): %m", fd, backlog); in xlisten()
A Dxlstat.c27 FAIL_EXIT1 ("lstat64 (\"%s\"): %m", path); in xlstat()
A Dxmunmap.c27 FAIL_EXIT1 ("munmap of %zu bytes: %m", length); in xmunmap()
A Dxdup2.c27 FAIL_EXIT1 ("dup2 (%d, %d): %m", from, to); in xdup2()
A Dxftruncate.c26 FAIL_EXIT1 ("ftruncate64 (%d, %lld): %m", fd, length); in xftruncate()
A Dxsymlink.c28 FAIL_EXIT1 ("symlink (\"%s\", \"%s\")", target, linkpath); in xsymlink()
A Dsupport-xfstat.c27 FAIL_EXIT1 ("fstat64 (%d): %m", fd); in xfstat()
A Dsupport-xstat.c29 FAIL_EXIT1 ("stat64 (\"%s\"): %m", path); in xstat()
A Dxlstat-time64.c30 FAIL_EXIT1 ("__lstat64_time64 (\"%s\"): %m", path); in xlstat_time64()

Completed in 30 milliseconds

1234