Home
last modified time | relevance | path

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

/freebsd-head/contrib/tcpdump/
HDprint-tftp.c54 #define EEXISTS 6 /* file already exists */ macro
77 { EEXISTS, "EEXISTS" }, /* file already exists */
/freebsd-head/include/arpa/
HDtftp.h76 #define EEXISTS 6 /* file already exists */ macro
/freebsd-head/libexec/tftpd/
HDtftp-io.c66 { EEXISTS, "File already exists" },