Home
last modified time | relevance | path

Searched defs:EPIPE (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/libc/include/llvm-libc-macros/
H A Dgeneric-error-number-macros.h43 #define EPIPE 32 macro
/freebsd/sys/contrib/dev/acpica/include/
H A Dacclib.h199 #define EPIPE 32 /* Broken pipe */ macro
/freebsd/contrib/llvm-project/libcxx/include/__cxx03/
H A Derrno.h278 # define EPIPE 9950 macro
/freebsd/contrib/llvm-project/libcxx/include/
H A Derrno.h281 # define EPIPE 9950 macro
/freebsd/sys/sys/
H A Derrno.h84 #define EPIPE 32 /* Broken pipe */ macro
/freebsd/cddl/lib/libdtrace/
H A Derrno.d92 inline int EPIPE = 32; variable
/freebsd/contrib/lib9p/pytest/
H A Dlerrno.py38 EPIPE = 32 variable