HomeSort by: relevance | last modified time | path
    Searched refs:LLT (Results 1 - 12 of 12) sorted by relevancy

  /src/libexec/ftpd/
extern.h 95 # define LLT long
105 # define LLT long long
275 LLT limit; /* Max connections (-1 = unlimited) */
277 LLT maxfilesize; /* Maximum file size of uploads */
278 LLT maxrateget; /* Maximum get transfer rate throttle */
279 LLT maxrateput; /* Maximum put transfer rate throttle */
280 LLT maxtimeout; /* Maximum permitted timeout */
283 LLT portmin; /* Minimum port for passive mode */
284 LLT portmax; /* Maximum port for passive mode */
285 LLT rateget; /* Get (RETR) transfer rate throttle *
    [all...]
ftpcmd.y 126 LLT ll;
226 (LLT)total_data, PLURAL(total_data),
227 (LLT)total_files, PLURAL(total_files));
230 (LLT)total_bytes, PLURAL(total_bytes),
231 (LLT)total_xfers, PLURAL(total_xfers));
239 (LLT)total_data, PLURAL(total_data),
240 (LLT)total_files, PLURAL(total_files));
243 (LLT)total_bytes, PLURAL(total_bytes),
244 (LLT)total_xfers, PLURAL(total_xfers));
573 (LLT)curclass.timeout
    [all...]
ftpd.c 797 (LLT)curclass.timeout);
800 (pw ? pw->pw_name : "unknown"), (LLT)curclass.timeout);
1520 pw->pw_name, (LLT)curclass.limit);
1524 (LLT)curclass.limit, curclass.classname, pw->pw_name);
2009 (LLT)size, PLURAL(size));
2230 (LLT)winsize, (LLT)curclass.writesize);
2705 (LLT)total_data_out, PLURAL(total_data_out),
2706 (LLT)total_files_out, PLURAL(total_files_out));
2709 (LLT)total_data_in, PLURAL(total_data_in)
    [all...]
cmds.c 496 reply(213, LLF, (LLT)count);
729 cprintf(fd, "%s=" LLF ";", fact, (LLT)fe->stat->st_size);
conf.c 141 LLT llval;
656 (LLT)curclass.limit);
  /src/usr.bin/ftp/
progressbar.h 80 # define LLT long
87 # define LLT long long
progressbar.c 243 (LLT)abbrevsize,
259 (LLT)(bytespersec / 1024),
330 (LLT)bytes, bytes == 1 ? "" : "s", direction);
352 (LLT)(bytespersec / 1024),
fetch.c 893 (LLT)restart_point);
894 fprintf(ttyout, "restarting at " LLF, (LLT)restart_point);
1062 fprintf(ttyout, LLF "-" LLF, (LLT)pi->rangestart,
1063 (LLT)pi->rangeend);
1064 fprintf(ttyout, "/" LLF "\n", (LLT)pi->entitylen);
1163 __func__, (LLT)filesize);
1528 (LLT)restart_point);
1760 (LLT)chunksize);
ftp.c 795 if (command("REST " LLF, (LLT)restart_point) != CONTINUE)
1036 command("REST " LLF, (LLT) restart_point) != CONTINUE)
1937 (command("REST " LLF, (LLT) restart_point) != CONTINUE))
1947 (command("REST " LLF, (LLT) restart_point) != CONTINUE))
cmds.c 2418 (LLT)restart_point);
2520 "%s\t" LLF "\n", argv[1], (LLT)size);
util.c 762 timestr, (LLT)rtime,
  /src/sys/arch/hppa/hppa/
db_disasm.c 171 #define LLT 0x8
1417 case LLT: return(",<<");

Completed in 27 milliseconds