Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

getbsize(3) [netbsd man page]

GETBSIZE(3)						   BSD Library Functions Manual 					       GETBSIZE(3)

NAME
getbsize -- get user block size LIBRARY
Standard C Library (libc, -lc) SYNOPSIS
#include <stdlib.h> char * getbsize(int *headerlenp, long *blocksizep); DESCRIPTION
The getbsize function determines the user's preferred block size based on the value of the ``BLOCKSIZE'' environment variable; see environ(7) for details on its use and format. The getbsize function returns a pointer to a NUL terminated string describing the block size, something like ``1K-blocks''. If the headerlenp parameter is not NULL the memory referenced by headerlenp is filled in with the length of the string (not including the terminat- ing NUL). If the blocksizep parameter is not NULL the memory referenced by blocksizep is filled in with block size, in bytes. If the user's block size is unreasonable, a warning message is written to standard error and the returned information reflects a block size of 512 bytes. SEE ALSO
df(1), du(1), ls(1), systat(1), environ(7) HISTORY
The getbsize function first appeared in 4.4BSD. BSD
May 30, 2003 BSD

Check Out this Related Man Page

GETBSIZE(3)						   BSD Library Functions Manual 					       GETBSIZE(3)

NAME
getbsize -- get user block size LIBRARY
Standard C Library (libc, -lc) SYNOPSIS
#include <stdlib.h> char * getbsize(int *headerlenp, long *blocksizep); DESCRIPTION
The getbsize() function determines the user's preferred block size based on the value of the ``BLOCKSIZE'' environment variable; see environ(7) for details on its use and format. The getbsize() function returns a pointer to a null-terminated string describing the block size, something like ``1K-blocks''. The memory referenced by headerlenp is filled in with the length of the string (not including the terminating null). The memory referenced by blocksizep is filled in with block size, in bytes. If the user's block size is unreasonable, a warning message is written to standard error and the returned information reflects a block size of 512 bytes. SEE ALSO
df(1), du(1), ls(1), systat(1), environ(7) HISTORY
The getbsize() function first appeared in 4.4BSD. BSD
June 4, 1993 BSD
Man Page

4 More Discussions You Might Find Interesting

1. AIX

Block Size

Hi, I try to change the block size from 512 to 0, but it send this message: 0514-068 Cause not know Can someone help me whith this? (3 Replies)
Discussion started by: Ruben78
3 Replies

2. UNIX for Advanced & Expert Users

how to find default OS block size?

Hi Can someone please guide me on how to get the default block size for all unix flavors. As per my investigation its 512 for all unix flavours other than HP for which it is 1024.However I am not sure on this. I even tried the df ommand but utt gives the output w.r.t file system created but... (1 Reply)
Discussion started by: prasi_in
1 Replies

3. Red Hat

systat

what does the fields in /etc/cron.d/systat mean? my systat file contains # Run system activity accounting tool every 10 minutes */10 * * * * root /usr/lib/sa/sa1 -S DISK 1 1 # 0 * * * * root /usr/lib/sa/sa1 -S DISK 600 6 & # Generate a daily summary of process accounting at 23:53 53 23 * *... (9 Replies)
Discussion started by: farash
9 Replies

4. Red Hat

O/s block size

Hi Guys, I am running Linux 2.6.18-164.el x86_64 how do i check the block size? Thanks in advance... (1 Reply)
Discussion started by: Phuti
1 Replies