Home
last modified time | relevance | path

Searched refs:EEXISTS (Results 1 – 6 of 6) 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.c174 { EEXISTS, "File already exists" },
/external/iputils/
Dtftp.h76 #define EEXISTS 6 /* file already exists */ macro
Dtftpd.c504 { EEXISTS, "File already exists" },
/external/python/cpython3/Doc/library/
Dos.rst3023 given and the attribute does not exist, ``EEXISTS`` will be raised.