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

  /external/tcpdump/
tftp.h 75 #define EACCESS 2 /* access violation */
print-tftp.c 62 { EACCESS, "EACCESS" }, /* 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 */
  /external/yaffs2/yaffs2/direct/
yaffsfs.h 79 #ifndef EACCESS
80 #define EACCESS 13
yaffsfs.c 464 yaffsfs_SetError(-EACCESS);
807 if(!renameAllowed) yaffsfs_SetError(-EACCESS);
  /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) {

Completed in 654 milliseconds