Home
last modified time | relevance | path

Searched refs:ENOTFOUND (Results 1 – 5 of 5) sorted by relevance

/external/tcpdump/
Dprint-tftp.c69 #define ENOTFOUND 1 /* file not found */ macro
93 { ENOTFOUND, "ENOTFOUND" }, /* file not found */
/external/curl/tests/server/
Dtftp.h53 #define ENOTFOUND 1 macro
Dtftpd.c169 { ENOTFOUND, "File not found" },
/external/iputils/
Dtftp.h71 #define ENOTFOUND 1 /* file not found */ macro
Dtftpd.c308 return (errno == ENOENT ? ENOTFOUND : EACCESS); in validate_access()
499 { ENOTFOUND, "File not found" },