Home
last modified time | relevance | path

Searched refs:EEXISTS (Results 1 – 8 of 8) sorted by relevance

/external/tcpdump/
Dprint-tftp.c58 #define EEXISTS 6 /* file already exists */ macro
82 { EEXISTS, "EEXISTS" }, /* file already exists */
/external/curl/tests/server/
Dtftp.h58 #define EEXISTS 6 macro
Dtftpd.c177 { EEXISTS, "File already exists" },
/external/iputils/
Dtftp.h76 #define EEXISTS 6 /* file already exists */ macro
Dtftpd.c504 { EEXISTS, "File already exists" },
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/Unix/
DPath.inc1231 // and returns EEXISTS if the target file already exists.
/external/llvm-project/llvm/lib/Support/Unix/
DPath.inc1364 // and returns EEXISTS if the target file already exists.
/external/python/cpython3/Doc/library/
Dos.rst3252 given and the attribute does not exist, ``EEXISTS`` will be raised.