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

/netbsd-current/usr.bin/ftp/
H A Dftp_var.h345 #define DWFTP(a) do a; while (0) macro
346 #define DPRINTF(...) DWFTP(if (ftp_debug) (void)fprintf(ttyout, __VA_ARGS__))
347 #define DWARN(...) DWFTP(if (ftp_debug) warn(__VA_ARGS__))

Completed in 133 milliseconds