Home
last modified time | relevance | path

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

/netbsd-src/distrib/common/
H A Dbuildfloppies.sh149 file_bytes=$5
150 pad_bytes=$(($(roundup $file_bytes 512) * 512 - $file_bytes))
151 if [ "$file_bytes" != 0 ] || [ "$file" = "${file#USTAR.volsize.}" ]
155 free_space=$(($free_space - 512 - $file_bytes - $pad_bytes))
/netbsd-src/external/gpl2/diffutils/dist/src/
H A Dcmp.c390 off_t file_bytes = stat_buf[f].st_size - file_position (f); in cmp() local
391 if (file_bytes < byte_number_max) in cmp()
392 byte_number_max = file_bytes; in cmp()