Searched hist:106049 (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/libexec/tftpd/
H A DMakefilediff 173852 Thu Nov 22 22:05:29 MST 2007 edwin Add the -W options, which acts the same as -w but will generate
unique names based on the submitted filename, a strftime(3) format
string and a two digit sequence number.

By default the strftime(3) format string is %Y%m%d (YYYYMMDD), but
this can be changed by the -F option.

PR: bin/106049 (based on patch in that PR)
Approved by: grog@ (mentor)
H A Dtftpd.cdiff 173852 Thu Nov 22 22:05:29 MST 2007 edwin Add the -W options, which acts the same as -w but will generate
unique names based on the submitted filename, a strftime(3) format
string and a two digit sequence number.

By default the strftime(3) format string is %Y%m%d (YYYYMMDD), but
this can be changed by the -F option.

PR: bin/106049 (based on patch in that PR)
Approved by: grog@ (mentor)
/freebsd-11-stable/lib/libfetch/
H A Dcommon.cdiff 106049 Sun Oct 27 15:20:49 MST 2002 des Slight amendment to rev 1.34: instead of considering any short read an
error, only report an error if no data was read at all (unless len was
0 to start with). Otherwise, the final read of practically any transfer
will end in a fatal error.

Completed in 141 milliseconds