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

1 2

  /device/linaro/bootloader/arm-trusted-firmware/include/lib/stdlib/sys/
errno.h 158 #define EFTYPE 79 /* Inappropriate file type or format */
  /device/linaro/bootloader/edk2/StdLib/LibC/Stdio/
fdopen.c 90 errno = EFTYPE;
fopen.c 83 errno = EFTYPE;
freopen.c 164 errno = EFTYPE;
  /device/linaro/bootloader/edk2/StdLib/Include/
errno.h 146 #define EFTYPE __EFTYPE /* 79 Inappropriate file type or format */
  /prebuilts/go/darwin-x86/src/syscall/
tables_nacl.go 214 EFTYPE Errno = 2049 /* Inappropriate file type or format */
333 EFTYPE: "Inappropriate file type or format",
zerrors_darwin_386.go     [all...]
zerrors_darwin_amd64.go     [all...]
zerrors_darwin_arm.go     [all...]
zerrors_darwin_arm64.go     [all...]
zerrors_dragonfly_amd64.go     [all...]
zerrors_freebsd_386.go     [all...]
zerrors_freebsd_amd64.go     [all...]
zerrors_freebsd_arm.go     [all...]
zerrors_netbsd_386.go     [all...]
zerrors_netbsd_amd64.go     [all...]
zerrors_netbsd_arm.go     [all...]
zerrors_openbsd_386.go     [all...]
zerrors_openbsd_amd64.go     [all...]
  /prebuilts/go/linux-x86/src/syscall/
tables_nacl.go 214 EFTYPE Errno = 2049 /* Inappropriate file type or format */
333 EFTYPE: "Inappropriate file type or format",
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Modules/
errnomodule.c 819 #ifdef EFTYPE
820 inscode(d, ds, de, "EFTYPE", EFTYPE, "Inappropriate file type or format");
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/
errnomodule.c 818 #ifdef EFTYPE
819 inscode(d, ds, de, "EFTYPE", EFTYPE, "Inappropriate file type or format");
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
errnomodule.c 819 #ifdef EFTYPE
820 inscode(d, ds, de, "EFTYPE", EFTYPE, "Inappropriate file type or format");
  /external/python/cpython3/Modules/
errnomodule.c 899 #ifdef EFTYPE
900 inscode(d, ds, de, "EFTYPE", EFTYPE, "Inappropriate file type or format");
  /external/valgrind/include/vki/
vki-darwin.h 620 #define VKI_EFTYPE EFTYPE

Completed in 334 milliseconds

1 2