HomeSort by: relevance | last modified time | path
    Searched defs:ftp_debug (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.bin/ftp/
ftp_var.h 218 GLOBAL int ftp_debug; /* debugging level */ variable in typeref:typename:GLOBAL int
356 #define DPRINTF(...) DWFTP(if (ftp_debug) (void)fprintf(ttyout, __VA_ARGS__))
357 #define DWARN(...) DWFTP(if (ftp_debug) warn(__VA_ARGS__))
ftp_var.h 218 GLOBAL int ftp_debug; /* debugging level */ variable in typeref:typename:GLOBAL int
356 #define DPRINTF(...) DWFTP(if (ftp_debug) (void)fprintf(ttyout, __VA_ARGS__))
357 #define DWARN(...) DWFTP(if (ftp_debug) warn(__VA_ARGS__))

Completed in 24 milliseconds