/external/ltp/testcases/kernel/logging/kmsg/ |
D | kmsg01.c | 107 else if (TST_ERR == EPIPE) in find_msg() 215 if (TST_RET == -1 && TST_ERR != EPIPE) { in timed_read_kmsg() 375 if (TST_ERR == EPIPE) in test_read_returns_first_message() 441 if (TST_RET == -1 && TST_ERR == EPIPE) in test_messages_overwritten() 462 if (TST_RET == -1 && TST_ERR != EPIPE) in read_msg_seqno() 465 if (TST_ERR == EPIPE) in read_msg_seqno()
|
/external/ltp/testcases/kernel/syscalls/write/ |
D | write05.c | 55 {&pipefd[1], &buf, sizeof(buf), EPIPE}, 86 if (tc->exp_errno == EPIPE && sigpipe_cnt != 1) { in verify_write()
|
/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/libcxx/include/ |
D | errno.h | 276 #ifndef EPIPE 277 #define EPIPE 9950 macro
|
D | __errc | 31 broken_pipe, // EPIPE 128 broken_pipe = EPIPE,
|
/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/libcxx/test/std/diagnostics/errno/ |
D | cerrno.pass.cpp | 285 #ifndef EPIPE 286 #error EPIPE not defined
|
/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/python/cpython3/PC/ |
D | generrmap.c | 24 errno = EPIPE; in main()
|
/external/kernel-headers/original/uapi/asm-generic/ |
D | errno-base.h | 36 #define EPIPE 32 /* Broken pipe */ macro
|
/external/harfbuzz_ng/test/shaping/ |
D | hb_test_tools.py | 225 if e.errno != errno.EPIPE: 410 if e.errno != errno.EPIPE: 425 if e.errno != errno.EPIPE: 454 if e.errno != errno.EPIPE:
|
/external/adhd/cras/src/server/ |
D | cras_alsa_helpers.c | 270 if (rc == -EPIPE || rc == -ESTRPIPE) { in cras_alsa_resume_appl_ptr() 682 if (rc == -EPIPE || rc == -ESTRPIPE) { in cras_alsa_get_avail_frames() 705 rc = -EPIPE; in cras_alsa_get_avail_frames() 839 res = res >= 0 ? (int)-EPIPE : res; in cras_alsa_mmap_commit()
|
/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/swiftshader/third_party/LLVM/include/llvm/Support/ |
D | system_error.h | 262 # ifndef EPIPE 263 # define EPIPE 32 macro 512 broken_pipe = EPIPE,
|
/external/strace/tests-mx32/ |
D | errno2name.c | 378 #ifdef EPIPE in errno2name() 379 CASE(EPIPE); in errno2name()
|
/external/strace/tests-m32/ |
D | errno2name.c | 378 #ifdef EPIPE in errno2name() 379 CASE(EPIPE); in errno2name()
|
/external/strace/tests/ |
D | errno2name.c | 378 #ifdef EPIPE in errno2name() 379 CASE(EPIPE); in errno2name()
|
/external/libdrm/radeon/ |
D | radeon_cs_gem.c | 288 return -EPIPE; in cs_gem_begin() 320 return -EPIPE; in cs_gem_end() 330 return -EPIPE; in cs_gem_end()
|
/external/ltp/testcases/kernel/syscalls/sendto/ |
D | sendto01.c | 149 .experrno = EPIPE, 208 .experrno = EPIPE,
|
/external/python/cpython3/Tools/scripts/ |
D | dutree.py | 22 if e.errno != errno.EPIPE:
|
/external/python/cpython2/Tools/scripts/ |
D | dutree.py | 22 if e.errno != errno.EPIPE:
|