Home
Search all pages
Subjects
By activity
Professions, Sciences, Humanities, Business, ...
User Interface
Text-based, GUI, Audio, Video, Keyboards, Mouse, Images,...
Text Strings
Conversions, tests, processing, manipulation,...
Math
Integer, Floating point, Matrix, Statistics, Boolean, ...
Processing
Algorithms, Memory, Process control, Debugging, ...
Stored Data
Data storage, Integrity, Encryption, Compression, ...
Communications
Networks, protocols, Interprocess, Remote, Client Server, ...
Hard World Timing, Calendar and Clock, Audio, Video, Printer, Controls...
File System
Management, Filtering, File & Directory access, Viewers, ...
|
|
|
RocketLink!--> Man page versions:
OpenBSD
FreeBSD
Others
GETBSIZE(3) OpenBSD Programmer's Manual GETBSIZE(3)
NAME
getbsize - get user block size
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 de-
scribing the block size, something like "1K-blocks". The memory refer-
enced by headerlenp is filled in with the length of the string (not in-
cluding the terminating null byte). The memory referenced by blocksizep
is filled in with the 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.
OpenBSD 2.6 June 4, 1993 1
Source: OpenBSD 2.6 man pages. Copyright: Portions are copyrighted by BERKELEY SOFTWARE DESIGN, INC., The Regents of the University of California, Massachusetts Institute of Technology, Free Software Foundation, FreeBSD Inc., and others. |
(Corrections, notes, and links courtesy of RocketAware.com)
FreeBSD Sources for getbsize(3) functions OpenBSD sources for getbsize(3)
Up to: File System Information - Obtaining information of the filesystem as a whole. Status of disk subsystems, capacity, etc.
RocketLink!--> Man page versions:
OpenBSD
FreeBSD
Others
Rapid-Links:
Search | About | Comments | Submit Path: RocketAware > man pages >
getbsize.3/
RocketAware.com is a service of Mib Software Copyright 1999, Forrest J. Cavalier III. All Rights Reserved. We welcome submissions and comments
|