Home
last modified time | relevance | path

Searched defs:ESPIPE (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/
H A Derrno.h318 # define ESPIPE 9960 macro
/freebsd/sys/sys/
H A Derrno.h81 #define ESPIPE 29 /* Illegal seek */ macro
/freebsd/cddl/lib/libdtrace/
H A Derrno.d86 inline int ESPIPE = 29; variable
/freebsd/contrib/lib9p/pytest/
H A Dlerrno.py35 ESPIPE = 29 variable