Searched refs:ENOTFOUND (Results 1 - 10 of 10) sorted by relevance

/macosx-10.10/curl-83.1.2/curl/tests/server/
H A Dtftp.h53 #define ENOTFOUND 1 macro
H A Dtftpd.c169 { ENOTFOUND, "File not found" },
/macosx-10.10/Libc-1044.1.2/include/arpa/
H A Dtftp.h75 #define ENOTFOUND 1 /* file not found */ macro
/macosx-10.10/tcpdump-61/tcpdump/
H A Dtftp.h74 #define ENOTFOUND 1 /* file not found */ macro
H A Dprint-tftp.c61 { ENOTFOUND, "ENOTFOUND" }, /* file not found */
/macosx-10.10/network_cmds-457/kdumpd.tproj/
H A Dkdump.h101 #define ENOTFOUND 1 /* file not found */ macro
H A Dkdumpd.c394 if (suppress_naks && *filename != '/' && ecode == ENOTFOUND)
620 { ENOTFOUND, "File not found" },
/macosx-10.10/xnu-2782.1.97/osfmk/kdp/
H A Dkdp_core.h71 #define ENOTFOUND 1 /* file not found */ macro
/macosx-10.10/remote_cmds-47/tftpd.tproj/
H A Dtftpd.c697 if (suppress_naks && *filename != '/' && ecode == ENOTFOUND)
782 return (errno == ENOENT ? ENOTFOUND : EACCESS);
784 return (ENOTFOUND);
814 return (ENOTFOUND);
828 return (errno == ENOENT ? ENOTFOUND : EACCESS);
830 return (ENOTFOUND);
1111 { ENOTFOUND, "File not found" },
/macosx-10.10/remote_cmds-47/tftp.tproj/
H A Dtftp.c526 { ENOTFOUND, "File not found" },

Completed in 107 milliseconds