HomeSort by relevance Sort by last modified time
    Searched refs:EBFONT (Results 1 - 25 of 53) sorted by null

1 2 3

  /bionic/libc/kernel/uapi/asm-generic/
errno.h 46 #define EBFONT 59
  /bionic/libc/kernel/uapi/asm-mips/asm/
errno.h 41 #define EBFONT 59
  /external/kernel-headers/original/uapi/asm-generic/
errno.h 42 #define EBFONT 59 /* Bad font file format */
  /external/kernel-headers/original/uapi/asm-mips/asm/
errno.h 37 #define EBFONT 59 /* Bad font file format */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/asm-generic/
errno.h 32 #define EBFONT 59 /* Bad font file format */
  /external/python/cpython2/Lib/plat-irix5/
ERRNO.py 62 EBFONT = 57
  /external/syslinux/com32/include/
errno.h 66 #define EBFONT 59 /* Bad font file format */
  /external/python/cpython2/Lib/plat-irix6/
ERRNO.py 67 EBFONT = 57
  /external/syslinux/core/lwip/src/include/lwip/
arch.h 139 #define EBFONT 59 /* Bad font file format */
  /external/strace/tests/
errno2name.c 93 #ifdef EBFONT
94 CASE(EBFONT);
  /external/strace/tests-m32/
errno2name.c 93 #ifdef EBFONT
94 CASE(EBFONT);
  /external/strace/tests-mx32/
errno2name.c 93 #ifdef EBFONT
94 CASE(EBFONT);
  /bionic/libc/private/
bionic_errdefs.h 96 __BIONIC_ERRDEF( EBFONT , 59, "Bad font file format" )
  /external/ltp/lib/
errnos.h 92 PAIR(EBFONT)
  /toolchain/binutils/binutils-2.27/libiberty/
strerror.c 238 #if defined (EBFONT)
239 ENTRY(EBFONT, "EBFONT", "Bad font file format"),
  /external/minijail/linux-x86/
libconstants.gen.c 173 #ifdef EBFONT
174 { "EBFONT", (unsigned long) EBFONT },
175 #endif // EBFONT
    [all...]
  /external/libbrillo/brillo/errors/
error_codes.cc 92 ERROR_ENTRY(EBFONT), // Bad font file format
  /prebuilts/go/darwin-x86/src/syscall/
zerrors_windows.go 32 EBFONT
167 EBFONT - APPLICATION_ERROR: "bad font file format",
tables_nacl.go 154 EBFONT Errno = 59 /* Bad font file fmt */
279 EBFONT: "Bad font file fmt",
  /prebuilts/go/linux-x86/src/syscall/
zerrors_windows.go 32 EBFONT
167 EBFONT - APPLICATION_ERROR: "bad font file format",
tables_nacl.go 154 EBFONT Errno = 59 /* Bad font file fmt */
279 EBFONT: "Bad font file fmt",
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Modules/
errnomodule.c 583 #ifdef EBFONT
584 inscode(d, ds, de, "EBFONT", EBFONT, "Bad font file format");
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/
errnomodule.c 582 #ifdef EBFONT
583 inscode(d, ds, de, "EBFONT", EBFONT, "Bad font file format");
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
errnomodule.c 583 #ifdef EBFONT
584 inscode(d, ds, de, "EBFONT", EBFONT, "Bad font file format");
  /external/python/cpython2/Modules/
errnomodule.c 573 #ifdef EBFONT
574 inscode(d, ds, de, "EBFONT", EBFONT, "Bad font file format");

Completed in 68 milliseconds

1 2 3