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

/freebsd-10.0-release/contrib/tnftp/src/
H A Dprogressbar.h82 # define LLT long macro
90 # define LLT long long macro
97 # define LLT long long macro
H A Dprogressbar.c249 (LLT)abbrevsize,
265 (LLT)(bytespersec / 1024),
336 (LLT)bytes, bytes == 1 ? "" : "s", direction);
358 (LLT)(bytespersec / 1024),
H A Dfetch.c599 (LLT)restart_point);
801 (LLT)restart_point);
803 (LLT)restart_point);
891 (LLT)filesize);
930 (LLT)rangestart,
931 (LLT)rangeend);
932 fprintf(ttyout, "/" LLF "\n", (LLT)entitylen);
1208 (LLT)chunksize);
H A Dftp.c759 if (command("REST " LLF, (LLT)restart_point) != CONTINUE)
997 command("REST " LLF, (LLT) restart_point) != CONTINUE)
1881 (command("REST " LLF, (LLT) restart_point) != CONTINUE))
1891 (command("REST " LLF, (LLT) restart_point) != CONTINUE))
H A Dcmds.c2401 (LLT)restart_point);
2503 "%s\t" LLF "\n", argv[1], (LLT)size);
H A Dutil.c768 timestr, (LLT)rtime,
/freebsd-10.0-release/contrib/lukemftpd/src/
H A Dextern.h102 # define LLT long macro
112 # define LLT long long macro
283 LLT limit; /* Max connections (-1 = unlimited) */
285 LLT maxfilesize; /* Maximum file size of uploads */
286 LLT maxrateget; /* Maximum get transfer rate throttle */
287 LLT maxrateput; /* Maximum put transfer rate throttle */
288 LLT maxtimeout; /* Maximum permitted timeout */
291 LLT portmin; /* Minumum port for passive mode */
292 LLT portmax; /* Maximum port for passive mode */
293 LLT ratege
[all...]
H A Dftpcmd.y133 LLT ll;
232 (LLT)total_data, PLURAL(total_data),
233 (LLT)total_files, PLURAL(total_files));
236 (LLT)total_bytes, PLURAL(total_bytes),
237 (LLT)total_xfers, PLURAL(total_xfers));
245 (LLT)total_data, PLURAL(total_data),
246 (LLT)total_files, PLURAL(total_files));
249 (LLT)total_bytes, PLURAL(total_bytes),
250 (LLT)total_xfers, PLURAL(total_xfers));
579 (LLT)curclas
[all...]
H A Dftpd.c779 (LLT)curclass.timeout);
782 (pw ? pw->pw_name : "unknown"), (LLT)curclass.timeout);
1470 pw->pw_name, (LLT)curclass.limit);
1474 (LLT)curclass.limit, curclass.classname, pw->pw_name);
1948 (LLT)size, PLURAL(size));
2643 (LLT)total_data_out, PLURAL(total_data_out),
2644 (LLT)total_files_out, PLURAL(total_files_out));
2647 (LLT)total_data_in, PLURAL(total_data_in),
2648 (LLT)total_files_in, PLURAL(total_files_in));
2651 (LLT)total_dat
[all...]
H A Dcmds.c501 reply(213, LLF, (LLT)count);
735 cprintf(fd, "%s=" LLF ";", fact, (LLT)fe->stat->st_size);
H A Dconf.c147 LLT llval;
662 (LLT)curclass.limit);

Completed in 93 milliseconds