Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libc/include/llvm-libc-macros/
H A Dgeneric-error-number-macros.h40 #define ESPIPE 29 macro
/freebsd/contrib/llvm-project/libcxx/include/__cxx03/
H A Derrno.h318 # define ESPIPE 9960 macro
/freebsd/contrib/llvm-project/libcxx/include/
H A Derrno.h321 # 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