Home
last modified time | relevance | path

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

/third_party/boost/boost/system/
Dlinux_error.hpp40 bad_font_format = EBFONT,
/third_party/musl/arch/generic/bits/
Derrno.h59 #define EBFONT 59 macro
/third_party/musl/arch/powerpc64/bits/
Derrno.h59 #define EBFONT 59 macro
/third_party/musl/porting/liteos_a/kernel/include/bits/
Derrno.h60 #define EBFONT 59 macro
/third_party/lwip/src/include/lwip/
Derrno.h108 #define EBFONT 59 /* Bad font file format */ macro
/third_party/musl/arch/mips64/bits/
Derrno.h54 #define EBFONT 59 macro
/third_party/musl/porting/liteos_m/kernel/include/bits/
Derrno.h60 #define EBFONT 59 macro
/third_party/musl/arch/mipsn32/bits/
Derrno.h54 #define EBFONT 59 macro
/third_party/musl/porting/liteos_m/user/include/bits/
Derrno.h59 #define EBFONT 59 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
Derrno.h60 #define EBFONT 59 macro
/third_party/musl/arch/mips/bits/
Derrno.h54 #define EBFONT 59 macro
/third_party/musl/arch/powerpc/bits/
Derrno.h59 #define EBFONT 59 macro
/third_party/musl/porting/uniproton/kernel/include/bits/
Derrno.h60 #define EBFONT 59 macro
/third_party/ltp/lib/
Derrnos.h92 PAIR(EBFONT) in tst_strerrno()
/third_party/python/Modules/
Derrnomodule.c607 #ifdef EBFONT in errno_exec()
608 add_errcode("EBFONT", EBFONT, "Bad font file format"); in errno_exec()
/third_party/python/Doc/library/
Derrno.rst321 .. data:: EBFONT
/third_party/ffmpeg/doc/
Derrno.txt27 EBFONT +..... Bad font file format
/third_party/gettext/libtextstyle/gnulib-local/lib/glib/
Dgstrfuncs.c937 #ifdef EBFONT
938 case EBFONT: return "bad font file format";