Home
last modified time | relevance | path

Searched defs:EBADF (Results 1 – 16 of 16) sorted by relevance

/third_party/boost/boost/
Dcerrno.hpp208 #define EBADF 9949 macro
/third_party/curl/lib/
Dcurl_setup_once.h390 #define EBADF WSAEBADF macro
/third_party/lwip/src/include/lwip/
Derrno.h56 #define EBADF 9 /* Bad file number */ macro
/third_party/musl/porting/liteos_m/kernel/include/bits/
Derrno.h10 #define EBADF 9 macro
/third_party/musl/arch/powerpc64/bits/
Derrno.h9 #define EBADF 9 macro
/third_party/node/deps/cares/src/lib/
Dsetup_once.h451 #define EBADF WSAEBADF macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
Derrno.h10 #define EBADF 9 macro
/third_party/musl/arch/mips64/bits/
Derrno.h9 #define EBADF 9 macro
/third_party/musl/porting/uniproton/kernel/include/bits/
Derrno.h10 #define EBADF 9 macro
/third_party/musl/porting/liteos_a/kernel/include/bits/
Derrno.h10 #define EBADF 9 macro
/third_party/musl/arch/mips/bits/
Derrno.h9 #define EBADF 9 macro
/third_party/musl/arch/powerpc/bits/
Derrno.h9 #define EBADF 9 macro
/third_party/musl/porting/liteos_m/user/include/bits/
Derrno.h9 #define EBADF 9 macro
/third_party/musl/arch/mipsn32/bits/
Derrno.h9 #define EBADF 9 macro
/third_party/musl/arch/generic/bits/
Derrno.h9 #define EBADF 9 macro
/third_party/python/Lib/
Dsocket.py61 EBADF = getattr(errno, 'EBADF', 9) variable