Home
last modified time | relevance | path

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

/third_party/Linux_Kernel/include/uapi/asm-generic/
Derrno-base.h12 #define EBADF 9 /* Bad file number */ macro
/third_party/libusb/msvc/
Derrno.h33 #define EBADF 9 /* Bad file descriptor */ macro
/third_party/boost/boost/
Dcerrno.hpp208 #define EBADF 9949 macro
/third_party/mingw-w64/mingw-w64-headers/crt/
Derrno.h33 #define EBADF 9 macro
/third_party/node/tools/node_modules/eslint/node_modules/tmp/lib/
Dtmp.js37 EBADF = _c.EBADF || _c.os.errno.EBADF, constant
/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/arch/generic/bits/
Derrno.h9 #define EBADF 9 macro
/third_party/node/deps/cares/src/
Dsetup_once.h451 #define EBADF WSAEBADF macro
/third_party/musl/porting/liteos_a/kernel/include/bits/
Derrno.h10 #define EBADF 9 macro
/third_party/musl/arch/mips64/bits/
Derrno.h9 #define EBADF 9 macro
/third_party/musl/arch/powerpc64/bits/
Derrno.h9 #define EBADF 9 macro
/third_party/musl/porting/liteos_m/kernel/include/bits/
Derrno.h10 #define EBADF 9 macro
/third_party/musl/arch/powerpc/bits/
Derrno.h9 #define EBADF 9 macro
/third_party/cares/
Dsetup_once.h451 #define EBADF WSAEBADF macro
/third_party/musl/arch/mipsn32/bits/
Derrno.h9 #define EBADF 9 macro
/third_party/musl/arch/mips/bits/
Derrno.h9 #define EBADF 9 macro
/third_party/python/Lib/
Dsocket.py59 EBADF = getattr(errno, 'EBADF', 9) variable