Home
last modified time | relevance | path

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

/external/tcpdump/
Dprint-tftp.c55 #define ENOSPACE 3 /* disk full or allocation exceeded */ macro
79 { ENOSPACE, "ENOSPACE" }, /* disk full or allocation exceeded */
/external/curl/tests/server/
Dtftp.h55 #define ENOSPACE 3 macro
Dtftpd.c171 { ENOSPACE, "Disk full or allocation exceeded" },
1374 nak(ENOSPACE); in recvtftp()
/external/iputils/
Dtftp.h73 #define ENOSPACE 3 /* disk full or allocation exceeded */ macro
Dtftpd.c470 else nak(ENOSPACE); in recvfile()
501 { ENOSPACE, "Disk full or allocation exceeded" },