Home
last modified time | relevance | path

Searched refs:ECHRNG (Results 1 – 18 of 18) sorted by relevance

/third_party/boost/boost/system/
Dlinux_error.hpp44 channel_range = ECHRNG,
/third_party/musl/arch/generic/bits/
Derrno.h44 #define ECHRNG 44 macro
/third_party/musl/arch/powerpc64/bits/
Derrno.h44 #define ECHRNG 44 macro
/third_party/musl/porting/liteos_a/kernel/include/bits/
Derrno.h45 #define ECHRNG 44 macro
/third_party/lwip/src/include/lwip/
Derrno.h91 #define ECHRNG 44 /* Channel number out of range */ macro
/third_party/musl/arch/mips64/bits/
Derrno.h37 #define ECHRNG 37 macro
/third_party/musl/porting/liteos_m/kernel/include/bits/
Derrno.h45 #define ECHRNG 44 macro
/third_party/musl/arch/mipsn32/bits/
Derrno.h37 #define ECHRNG 37 macro
/third_party/musl/porting/liteos_m/user/include/bits/
Derrno.h44 #define ECHRNG 44 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
Derrno.h45 #define ECHRNG 44 macro
/third_party/musl/arch/mips/bits/
Derrno.h37 #define ECHRNG 37 macro
/third_party/musl/arch/powerpc/bits/
Derrno.h44 #define ECHRNG 44 macro
/third_party/musl/porting/uniproton/kernel/include/bits/
Derrno.h45 #define ECHRNG 44 macro
/third_party/ltp/lib/
Derrnos.h77 PAIR(ECHRNG) in tst_strerrno()
/third_party/python/Modules/
Derrnomodule.c290 #ifdef ECHRNG in errno_exec()
291 add_errcode("ECHRNG", ECHRNG, "Channel number out of range"); in errno_exec()
/third_party/python/Doc/library/
Derrno.rst246 .. data:: ECHRNG
/third_party/ffmpeg/doc/
Derrno.txt31 ECHRNG +..... Channel number out of range
/third_party/gettext/libtextstyle/gnulib-local/lib/glib/
Dgstrfuncs.c946 #ifdef ECHRNG
947 case ECHRNG: return "channel number out of range";