Symbol: LLT
libexec/ftpd/cmds.c
496
reply(213, LLF, (LLT)count);
libexec/ftpd/cmds.c
729
cprintf(fd, "%s=" LLF ";", fact, (LLT)fe->stat->st_size);
libexec/ftpd/conf.c
141
LLT llval;
libexec/ftpd/conf.c
656
(LLT)curclass.limit);
libexec/ftpd/extern.h
275
LLT limit; /* Max connections (-1 = unlimited) */
libexec/ftpd/extern.h
277
LLT maxfilesize; /* Maximum file size of uploads */
libexec/ftpd/extern.h
278
LLT maxrateget; /* Maximum get transfer rate throttle */
libexec/ftpd/extern.h
279
LLT maxrateput; /* Maximum put transfer rate throttle */
libexec/ftpd/extern.h
280
LLT maxtimeout; /* Maximum permitted timeout */
libexec/ftpd/extern.h
283
LLT portmin; /* Minimum port for passive mode */
libexec/ftpd/extern.h
284
LLT portmax; /* Maximum port for passive mode */
libexec/ftpd/extern.h
285
LLT rateget; /* Get (RETR) transfer rate throttle */
libexec/ftpd/extern.h
286
LLT rateput; /* Put (STOR) transfer rate throttle */
libexec/ftpd/extern.h
287
LLT timeout; /* Default timeout */
libexec/ftpd/extern.h
290
LLT mmapsize; /* mmap window size */
libexec/ftpd/extern.h
291
LLT readsize; /* data read size */
libexec/ftpd/extern.h
292
LLT writesize; /* data write size */
libexec/ftpd/extern.h
293
LLT recvbufsize; /* SO_RCVBUF size */
libexec/ftpd/extern.h
294
LLT sendbufsize; /* SO_SNDBUF size */
libexec/ftpd/extern.h
295
LLT sendlowat; /* SO_SNDLOWAT size */
libexec/ftpd/ftpcmd.y
126
LLT ll;
libexec/ftpd/ftpcmd.y
226
(LLT)total_data, PLURAL(total_data),
libexec/ftpd/ftpcmd.y
227
(LLT)total_files, PLURAL(total_files));
libexec/ftpd/ftpcmd.y
230
(LLT)total_bytes, PLURAL(total_bytes),
libexec/ftpd/ftpcmd.y
231
(LLT)total_xfers, PLURAL(total_xfers));
libexec/ftpd/ftpcmd.y
239
(LLT)total_data, PLURAL(total_data),
libexec/ftpd/ftpcmd.y
240
(LLT)total_files, PLURAL(total_files));
libexec/ftpd/ftpcmd.y
243
(LLT)total_bytes, PLURAL(total_bytes),
libexec/ftpd/ftpcmd.y
244
(LLT)total_xfers, PLURAL(total_xfers));
libexec/ftpd/ftpcmd.y
573
(LLT)curclass.timeout,
libexec/ftpd/ftpcmd.y
574
(LLT)curclass.maxtimeout);
libexec/ftpd/ftpcmd.y
585
(LLT)curclass.maxtimeout);
libexec/ftpd/ftpcmd.y
592
(LLT)curclass.timeout);
libexec/ftpd/ftpcmd.y
602
(LLT)curclass.rateget);
libexec/ftpd/ftpcmd.y
610
LLT rate;
libexec/ftpd/ftpcmd.y
623
(LLT)curclass.rateget);
libexec/ftpd/ftpcmd.y
634
(LLT)curclass.rateput);
libexec/ftpd/ftpcmd.y
642
LLT rate;
libexec/ftpd/ftpcmd.y
655
(LLT)curclass.rateput);
libexec/ftpd/ftpcmd.y
890
(LLT)restart_point);
libexec/ftpd/ftpd.c
1520
pw->pw_name, (LLT)curclass.limit);
libexec/ftpd/ftpd.c
1524
(LLT)curclass.limit, curclass.classname, pw->pw_name);
libexec/ftpd/ftpd.c
2009
(LLT)size, PLURAL(size));
libexec/ftpd/ftpd.c
2230
(LLT)winsize, (LLT)curclass.writesize);
libexec/ftpd/ftpd.c
2705
(LLT)total_data_out, PLURAL(total_data_out),
libexec/ftpd/ftpd.c
2706
(LLT)total_files_out, PLURAL(total_files_out));
libexec/ftpd/ftpd.c
2709
(LLT)total_data_in, PLURAL(total_data_in),
libexec/ftpd/ftpd.c
2710
(LLT)total_files_in, PLURAL(total_files_in));
libexec/ftpd/ftpd.c
2713
(LLT)total_data, PLURAL(total_data),
libexec/ftpd/ftpd.c
2714
(LLT)total_files, PLURAL(total_files));
libexec/ftpd/ftpd.c
2720
(LLT)otbo, PLURAL(otbo),
libexec/ftpd/ftpd.c
2721
(LLT)total_xfers_out, PLURAL(total_xfers_out));
libexec/ftpd/ftpd.c
2723
(LLT)otbi, PLURAL(otbi),
libexec/ftpd/ftpd.c
2724
(LLT)total_xfers_in, PLURAL(total_xfers_in));
libexec/ftpd/ftpd.c
2726
(LLT)otb, PLURAL(otb),
libexec/ftpd/ftpd.c
2727
(LLT)total_xfers, PLURAL(total_xfers));
libexec/ftpd/ftpd.c
2742
(LLT)curclass.timeout, (LLT)curclass.maxtimeout);
libexec/ftpd/ftpd.c
2748
(LLT)curclass.limit);
libexec/ftpd/ftpd.c
2762
(LLT)curclass.maxfilesize);
libexec/ftpd/ftpd.c
2786
(LLT)curclass.portmin, (LLT)curclass.portmax);
libexec/ftpd/ftpd.c
2789
(LLT)curclass.rateget);
libexec/ftpd/ftpd.c
2794
(LLT)curclass.rateput);
libexec/ftpd/ftpd.c
2798
reply(0, "Mmap size: " LLF, (LLT)curclass.mmapsize);
libexec/ftpd/ftpd.c
2802
reply(0, "Read size: " LLF, (LLT)curclass.readsize);
libexec/ftpd/ftpd.c
2806
reply(0, "Write size: " LLF, (LLT)curclass.writesize);
libexec/ftpd/ftpd.c
2811
(LLT)curclass.recvbufsize);
libexec/ftpd/ftpd.c
2816
(LLT)curclass.sendbufsize);
libexec/ftpd/ftpd.c
2821
(LLT)curclass.sendlowat);
libexec/ftpd/ftpd.c
2956
(LLT)byte_count, (LLT)file_size,
libexec/ftpd/ftpd.c
2960
(LLT)byte_count, PLURAL(byte_count));
libexec/ftpd/ftpd.c
3621
" = " LLF " byte%s", (LLT) bytes, PLURAL(bytes));
libexec/ftpd/ftpd.c
3628
(LLT)elapsed->tv_sec,
libexec/ftpd/ftpd.c
3659
(LLT)
libexec/ftpd/ftpd.c
3662
(LLT) bytes,
libexec/ftpd/ftpd.c
3701
(LLT)usrtime.tv_sec, (long)(usrtime.tv_usec / 1000),
libexec/ftpd/ftpd.c
3702
(LLT)systime.tv_sec, (long)(systime.tv_usec / 1000),
libexec/ftpd/ftpd.c
797
(LLT)curclass.timeout);
libexec/ftpd/ftpd.c
800
(pw ? pw->pw_name : "unknown"), (LLT)curclass.timeout);
sys/arch/hppa/hppa/db_disasm.c
1417
case LLT: return(",<<");
usr.bin/ftp/cmds.c
2418
(LLT)restart_point);
usr.bin/ftp/cmds.c
2520
"%s\t" LLF "\n", argv[1], (LLT)size);
usr.bin/ftp/fetch.c
1064
fprintf(ttyout, LLF "-" LLF, (LLT)pi->rangestart,
usr.bin/ftp/fetch.c
1065
(LLT)pi->rangeend);
usr.bin/ftp/fetch.c
1066
fprintf(ttyout, "/" LLF "\n", (LLT)pi->entitylen);
usr.bin/ftp/fetch.c
1165
__func__, (LLT)filesize);
usr.bin/ftp/fetch.c
1531
(LLT)restart_point);
usr.bin/ftp/fetch.c
1768
(LLT)chunksize);
usr.bin/ftp/fetch.c
895
(LLT)restart_point);
usr.bin/ftp/fetch.c
896
fprintf(ttyout, "restarting at " LLF, (LLT)restart_point);
usr.bin/ftp/ftp.c
1052
command("REST " LLF, (LLT) restart_point) != CONTINUE)
usr.bin/ftp/ftp.c
1965
(command("REST " LLF, (LLT) restart_point) != CONTINUE))
usr.bin/ftp/ftp.c
1975
(command("REST " LLF, (LLT) restart_point) != CONTINUE))
usr.bin/ftp/ftp.c
805
if (command("REST " LLF, (LLT)restart_point) != CONTINUE)
usr.bin/ftp/progressbar.c
243
(LLT)abbrevsize,
usr.bin/ftp/progressbar.c
259
(LLT)(bytespersec / 1024),
usr.bin/ftp/progressbar.c
330
(LLT)bytes, bytes == 1 ? "" : "s", direction);
usr.bin/ftp/progressbar.c
352
(LLT)(bytespersec / 1024),
usr.bin/ftp/util.c
762
timestr, (LLT)rtime,