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

  /external/tcpdump/
tftp.h 75 #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
247 /* MSVCRT.DLL unlink will fail with EACCESS if the file is set read-only */
249 if (errno == EACCESS) {
  /external/yaffs2/yaffs2/direct/
yaffsfs.h 79 #ifndef EACCESS
80 #define EACCESS 13

Completed in 57 milliseconds