Home
last modified time | relevance | path

Searched refs:DEFAULTINCR (Results 1 – 3 of 3) sorted by relevance

/netbsd/usr.bin/ftp/
H A Dftp_var.h176 #define DEFAULTINCR 1024 /* default increment for `rate' command */ macro
H A Dmain.c184 rate_get_incr = DEFAULTINCR; in main()
186 rate_put_incr = DEFAULTINCR; in main()
H A Dcmds.c2319 incr = DEFAULTINCR; in parserate()