Searched refs:LLF (Results 1 - 6 of 6) sorted by relevance

/freebsd-11.0-release/contrib/tnftp/src/
H A Dprogressbar.h80 # define LLF "%ld" macro
88 # define LLF "%qd" macro
95 # define LLF "%lld" macro
H A Dfetch.c598 fprintf(ttyout, " (restarting at " LLF ")",
800 fprintf(fin, "Range: bytes=" LLF "-\r\n",
802 fprintf(ttyout, "restarting at " LLF,
890 DPRINTF("fetch_url: parsed len as: " LLF "\n",
929 fprintf(ttyout, LLF "-" LLF,
932 fprintf(ttyout, "/" LLF "\n", (LLT)entitylen);
1207 DPRINTF("fetch_url: got chunk-size of " LLF "\n",
H A Dprogressbar.c335 len += snprintf(buf + len, BUFLEFT, LLF " byte%s %s in ",
357 len += snprintf(buf + len, BUFLEFT, "(" LLF ".%02d %.2sB/s)",
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.c2400 "Restarting at " LLF " for next get, put or append\n",
2503 "%s\t" LLF "\n", argv[1], (LLT)size);
H A Dutil.c766 DPRINTF("remotemodtime: parsed date `%s' as " LLF

Completed in 178 milliseconds