Home
last modified time | relevance | path

Searched refs:EPIPE (Results 1 – 25 of 96) sorted by relevance

1234

/external/ltp/testcases/kernel/logging/kmsg/
Dkmsg01.c113 else if (TEST_ERRNO == EPIPE) in find_msg()
222 if (TEST_RETURN == -1 && TEST_ERRNO != EPIPE) { in timed_read_kmsg()
391 if (TEST_ERRNO == EPIPE) in test_read_returns_first_message()
460 if (TEST_RETURN == -1 && TEST_ERRNO == EPIPE) in test_messages_overwritten()
481 if (TEST_RETURN == -1 && TEST_ERRNO != EPIPE) { in read_msg_seqno()
486 if (TEST_ERRNO == EPIPE) in read_msg_seqno()
/external/libcxx/include/
Derrno.h276 #ifndef EPIPE
277 #define EPIPE 9950 macro
/external/openssh/
Datomicio.c78 errno = EPIPE; in atomicio6()
135 errno = EPIPE; in atomiciov6()
Dentropy.c138 if (errno == EPIPE && errors < 10) { in get_random_bytes_prngd()
149 if (errno == EPIPE && errors < 10) { in get_random_bytes_prngd()
Dmsg.c75 if (errno != EPIPE) in ssh_msg_recv()
/external/ltp/testcases/open_posix_testsuite/conformance/definitions/errno_h/
D3-2.c102 EPIPE, "EPIPE", EPIPE}, {
D4-1.c97 EPIPE, "EPIPE"}, {
/external/kernel-headers/original/uapi/asm-generic/
Derrno-base.h35 #define EPIPE 32 /* Broken pipe */ macro
/external/ltp/utils/sctp/func_tests/
Dtest_1_to_1_send.c141 if (count != -1 || errno != EPIPE) in main()
167 if (count != -1 || errno != EPIPE) in main()
/external/libcxx/test/std/diagnostics/errno/
Dcerrno.pass.cpp285 #ifndef EPIPE
286 #error EPIPE not defined
/external/bison/lib/
Dcloseout.c110 && !(ignore_EPIPE && errno == EPIPE)) in close_stdout()
/external/syslinux/dos/
Derrno.h35 #define EPIPE 32 /* Broken pipe */ macro
/external/netcat/
Datomicio.c62 errno = EPIPE; in atomicio()
/external/libusb/msvc/
Derrno.h56 #define EPIPE 32 /* Broken pipe */ macro
/external/python/cpython2/Lib/hotshot/
Dstones.py22 if e.errno != errno.EPIPE:
/external/valgrind/none/tests/
Dsyscall-restart1.c56 if (write(fds[1], "x", 1) != -1 || errno != EPIPE) in main()
/external/harfbuzz_ng/test/shaping/
Dhb_test_tools.py184 if e.errno != errno.EPIPE:
395 if e.errno != errno.EPIPE:
410 if e.errno != errno.EPIPE:
439 if e.errno != errno.EPIPE:
/external/strace/tests-mx32/
Derrno2name.c377 #ifdef EPIPE in errno2name()
378 CASE(EPIPE); in errno2name()
/external/strace/tests-m32/
Derrno2name.c377 #ifdef EPIPE in errno2name()
378 CASE(EPIPE); in errno2name()
/external/strace/tests/
Derrno2name.c377 #ifdef EPIPE in errno2name()
378 CASE(EPIPE); in errno2name()
/external/swiftshader/third_party/LLVM/include/llvm/Support/
Dsystem_error.h262 # ifndef EPIPE
263 # define EPIPE 32 macro
512 broken_pipe = EPIPE,
/external/libmojo/mojo/edk/embedder/
Dplatform_channel_pair_posix_unittest.cc95 if (errno != EPIPE) in TEST_F()
103 if (errno != EPIPE) in TEST_F()
/external/python/cpython2/Tools/scripts/
Ddutree.py22 if e.errno != errno.EPIPE:
/external/syslinux/com32/include/
Derrno.h37 #define EPIPE 32 /* Broken pipe */ macro
/external/ltp/testcases/kernel/syscalls/write/
Dwrite05.c143 if (errno != EPIPE) { in main()

1234