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

  /external/curl/tests/server/
tftp.h 54 #define EACCESS 2
  /external/iputils/
tftp.h 72 #define EACCESS 2 /* access violation */
  /external/tcpdump/
print-tftp.c 54 #define EACCESS 2 /* access violation */
78 { EACCESS, "EACCESS" }, /* access violation */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/arpa/
tftp.h 69 #define EACCESS 2 /* access violation */
  /bionic/libc/include/arpa/
tftp.h 73 #define EACCESS 2 /* access violation */
  /build/make/tools/libhost/
CopyFile.c 32 # ifndef EACCESS /* seems to be missing from the Mingw headers */
33 # define EACCESS 13
266 /* MSVCRT.DLL unlink will fail with EACCESS if the file is set read-only */
268 if (errno == EACCESS) {

Completed in 549 milliseconds