HomeSort by relevance Sort by last modified time
    Searched defs:EACCESS (Results 1 - 7 of 7) sorted by null

  /external/iputils/
tftp.h 72 #define EACCESS 2 /* access violation */
  /external/tcpdump/
tftp.h 75 #define EACCESS 2 /* access violation */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/arpa/
tftp.h 69 #define EACCESS 2 /* access violation */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/arpa/
tftp.h 69 #define EACCESS 2 /* access violation */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/arpa/
tftp.h 69 #define EACCESS 2 /* access violation */
  /build/libs/host/
CopyFile.c 33 # ifndef EACCESS /* seems to be missing from the Mingw headers */
34 # define EACCESS 13
266 /* MSVCRT.DLL unlink will fail with EACCESS if the file is set read-only */
268 if (errno == EACCESS) {
  /external/yaffs2/yaffs2/direct/
yaffsfs.h 79 #ifndef EACCESS
80 #define EACCESS 13

Completed in 115 milliseconds