Home
last modified time | relevance | path

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

12

/external/strace/tests-mx32/
Derrno2name.c93 #ifdef EBFONT in errno2name()
94 CASE(EBFONT); in errno2name()
/external/strace/tests-m32/
Derrno2name.c93 #ifdef EBFONT in errno2name()
94 CASE(EBFONT); in errno2name()
/external/strace/tests/
Derrno2name.c93 #ifdef EBFONT in errno2name()
94 CASE(EBFONT); in errno2name()
/external/kernel-headers/original/uapi/asm-generic/
Derrno.h42 #define EBFONT 59 /* Bad font file format */ macro
/external/kernel-headers/original/uapi/asm-mips/asm/
Derrno.h37 #define EBFONT 59 /* Bad font file format */ macro
/external/python/cpython2/Lib/plat-irix5/
DERRNO.py62 EBFONT = 57 variable
/external/u-boot/include/linux/
Derrno.h67 #define EBFONT 59 /* Bad font file format */ macro
/external/python/cpython2/Lib/plat-irix6/
DERRNO.py67 EBFONT = 57 variable
/external/minijail/linux-x86/
Dlibconstants.gen.c173 #ifdef EBFONT
174 { "EBFONT", (unsigned long) EBFONT },
/external/u-boot/lib/
Derrno_str.c73 ERRNO_MSG(EBFONT, "Bad font file format"),
/external/ltp/lib/
Derrnos.h92 PAIR(EBFONT) in tst_strerrno()
/external/libbrillo/brillo/errors/
Derror_codes.cc92 ERROR_ENTRY(EBFONT), // Bad font file format
/external/python/cpython2/Modules/
Derrnomodule.c573 #ifdef EBFONT in initerrno()
574 inscode(d, ds, de, "EBFONT", EBFONT, "Bad font file format"); in initerrno()
/external/python/cpython3/Modules/
Derrnomodule.c616 #ifdef EBFONT in PyInit_errno()
617 inscode(d, ds, de, "EBFONT", EBFONT, "Bad font file format"); in PyInit_errno()
/external/u-boot/drivers/video/
Dconsole_truetype.c512 return -EBFONT; in console_truetype_probe()
/external/python/cpython2/Doc/library/
Derrno.rst318 .. data:: EBFONT
/external/python/cpython3/Doc/library/
Derrno.rst321 .. data:: EBFONT
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dzerrors_solaris_amd64.go1164 EBFONT = syscall.Errno(0x39) const
Dzerrors_linux_sparc64.go1809 EBFONT = syscall.Errno(0x6d) const
Dzerrors_linux_mipsle.go2270 EBFONT = syscall.Errno(0x3b) const
Dzerrors_linux_s390x.go2327 EBFONT = syscall.Errno(0x3b) const
Dzerrors_linux_arm.go2273 EBFONT = syscall.Errno(0x3b) const
Dzerrors_linux_ppc64le.go2327 EBFONT = syscall.Errno(0x3b) const
Dzerrors_linux_mips64.go2270 EBFONT = syscall.Errno(0x3b) const
/external/python/cpython2/Lib/plat-sunos5/
DSTROPTS.py1003 EBFONT = 57 variable

12