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

  /src/usr.bin/ftp/
progressbar.h 78 # define LLF "%ld"
85 # define LLF "%lld"
progressbar.c 329 len += snprintf(buf + len, BUFLEFT, LLF " byte%s %s in ",
351 len += snprintf(buf + len, BUFLEFT, "(" LLF ".%02d %.2sB/s)",
fetch.c 892 fetch_printf(fin, "Range: bytes=" LLF "-\r\n",
894 fprintf(ttyout, "restarting at " LLF, (LLT)restart_point);
1062 fprintf(ttyout, LLF "-" LLF, (LLT)pi->rangestart,
1064 fprintf(ttyout, "/" LLF "\n", (LLT)pi->entitylen);
1162 DPRINTF("%s: parsed len as: " LLF "\n",
1527 fprintf(ttyout, " (restarting at " LLF ")",
1759 DPRINTF("%s: got chunk-size of " LLF "\n", __func__,
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 2417 "Restarting at " LLF " for next get, put or append\n",
2520 "%s\t" LLF "\n", argv[1], (LLT)size);
util.c 760 DPRINTF("remotemodtime: parsed time `%s' as " LLF
  /src/libexec/ftpd/
ftpcmd.y 225 "Data traffic for this session was " LLF " byte%s in " LLF " file%s.",
229 "Total traffic for this session was " LLF " byte%s in " LLF " transfer%s.",
238 "Data traffic: " LLF " byte%s in " LLF " file%s",
242 "Total traffic: " LLF " byte%s in " LLF " transfer%s",
571 "Current IDLE time limit is " LLF
572 " seconds; max " LLF,
    [all...]
ftpd.c 796 "Timeout (" LLF " seconds): closing control connection.",
799 syslog(LOG_INFO, "User %s timed out after " LLF " seconds",
1518 "User %s access denied, connection limit of " LLF
1522 "Maximum connection limit of " LLF
2008 (void)snprintf(sizebuf, sizeof(sizebuf), " (" LLF " byte%s)",
2229 syslog(LOG_INFO, "mmapsize = " LLF ", writesize = " LLF,
2704 "Data sent: " LLF " byte%s in " LLF " file%s",
2708 "Data received: " LLF " byte%s in " LLF " file%s"
    [all...]
extern.h 93 # define LLF "%ld"
103 # define LLF "%lld"
cmds.c 496 reply(213, LLF, (LLT)count);
729 cprintf(fd, "%s=" LLF ";", fact, (LLT)fe->stat->st_size);
conf.c 655 cprintf(stdout, LLF,

Completed in 22 milliseconds