/external/ltp/testcases/kernel/logging/kmsg/ |
D | kmsg01.c | 113 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/ |
D | errno.h | 276 #ifndef EPIPE 277 #define EPIPE 9950 macro
|
/external/openssh/ |
D | atomicio.c | 78 errno = EPIPE; in atomicio6() 135 errno = EPIPE; in atomiciov6()
|
D | entropy.c | 138 if (errno == EPIPE && errors < 10) { in get_random_bytes_prngd() 149 if (errno == EPIPE && errors < 10) { in get_random_bytes_prngd()
|
D | msg.c | 75 if (errno != EPIPE) in ssh_msg_recv()
|
/external/ltp/testcases/open_posix_testsuite/conformance/definitions/errno_h/ |
D | 3-2.c | 102 EPIPE, "EPIPE", EPIPE}, {
|
D | 4-1.c | 97 EPIPE, "EPIPE"}, {
|
/external/kernel-headers/original/uapi/asm-generic/ |
D | errno-base.h | 35 #define EPIPE 32 /* Broken pipe */ macro
|
/external/ltp/utils/sctp/func_tests/ |
D | test_1_to_1_send.c | 141 if (count != -1 || errno != EPIPE) in main() 167 if (count != -1 || errno != EPIPE) in main()
|
/external/libcxx/test/std/diagnostics/errno/ |
D | cerrno.pass.cpp | 285 #ifndef EPIPE 286 #error EPIPE not defined
|
/external/bison/lib/ |
D | closeout.c | 110 && !(ignore_EPIPE && errno == EPIPE)) in close_stdout()
|
/external/syslinux/dos/ |
D | errno.h | 35 #define EPIPE 32 /* Broken pipe */ macro
|
/external/netcat/ |
D | atomicio.c | 62 errno = EPIPE; in atomicio()
|
/external/libusb/msvc/ |
D | errno.h | 56 #define EPIPE 32 /* Broken pipe */ macro
|
/external/python/cpython2/Lib/hotshot/ |
D | stones.py | 22 if e.errno != errno.EPIPE:
|
/external/valgrind/none/tests/ |
D | syscall-restart1.c | 56 if (write(fds[1], "x", 1) != -1 || errno != EPIPE) in main()
|
/external/harfbuzz_ng/test/shaping/ |
D | hb_test_tools.py | 184 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/ |
D | errno2name.c | 377 #ifdef EPIPE in errno2name() 378 CASE(EPIPE); in errno2name()
|
/external/strace/tests-m32/ |
D | errno2name.c | 377 #ifdef EPIPE in errno2name() 378 CASE(EPIPE); in errno2name()
|
/external/strace/tests/ |
D | errno2name.c | 377 #ifdef EPIPE in errno2name() 378 CASE(EPIPE); in errno2name()
|
/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
D | system_error.h | 262 # ifndef EPIPE 263 # define EPIPE 32 macro 512 broken_pipe = EPIPE,
|
/external/libmojo/mojo/edk/embedder/ |
D | platform_channel_pair_posix_unittest.cc | 95 if (errno != EPIPE) in TEST_F() 103 if (errno != EPIPE) in TEST_F()
|
/external/python/cpython2/Tools/scripts/ |
D | dutree.py | 22 if e.errno != errno.EPIPE:
|
/external/syslinux/com32/include/ |
D | errno.h | 37 #define EPIPE 32 /* Broken pipe */ macro
|
/external/ltp/testcases/kernel/syscalls/write/ |
D | write05.c | 143 if (errno != EPIPE) { in main()
|