Searched refs:file_bytes (Results 1 – 2 of 2) sorted by relevance
392 off_t file_bytes = stat_buf[f].st_size - file_position (f); in cmp() local393 if (file_bytes < byte_number_max) in cmp()394 byte_number_max = file_bytes; in cmp()
2955 typeset file_bytes=$(to_bytes $megs)2957 typeset blocks=$(($file_bytes / $bs_bytes))2960 truncate -s $file_bytes $dir/$fname.$i