|
NAMEgetbsize —
get preferred block size
LIBRARYStandard C Library (libc, -lc)SYNOPSIS#include <stdlib.h>
char *
DESCRIPTIONThegetbsize () function returns a preferred block size
for reporting by system utilities
df(1),
du(1) and
ls(1), based
on the value of the BLOCKSIZE environment variable.
BLOCKSIZE may be specified directly in bytes, or in
multiples of a kilobyte by specifying a number followed by ``K'' or ``k'', in
multiples of a megabyte by specifying a number followed by ``M'' or ``m'' or
in multiples of a gigabyte by specifying a number followed by ``G'' or ``g''.
Multiples must be integers.
Valid values of The SEE ALSOdf(1), du(1), ls(1), systat(1), environ(7)HISTORYThegetbsize () function first appeared in
4.4BSD.
Visit the GSP FreeBSD Man Page Interface. |