Home
last modified time | relevance | path

Searched refs:file_bytes (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/contrib/diff/src/
H A Dcmp.c392 off_t file_bytes = stat_buf[f].st_size - file_position (f); in cmp() local
393 if (file_bytes < byte_number_max) in cmp()
394 byte_number_max = file_bytes; in cmp()
/freebsd-13.1/contrib/apr/network_io/unix/
H A Dsendrecv.c902 parms.file_bytes = *len; in apr_socket_sendfile()
948 < (parms.file_bytes + parms.header_length + parms.trailer_length))) { in apr_socket_sendfile()
/freebsd-13.1/sys/contrib/openzfs/tests/zfs-tests/include/
H A Dlibtest.shlib3480 typeset file_bytes=$(to_bytes $megs)
3482 typeset blocks=$(($file_bytes / $bs_bytes))
3485 truncate -s $file_bytes $dir/$fname.$i