gfs_pio_truncate(3) debian man page | unix.com

Man Page: gfs_pio_truncate

Operating Environment: debian

Section: 3

GFS_PIO_TRUNCATE(3)													       GFS_PIO_TRUNCATE(3)

NAME
gfs_pio_truncate - truncate a file to a specified length
SYNOPSIS
#include <gfarm/gfarm.h> char *gfs_pio_truncate (GFS_File gf, file_offset_t length);
DESCRIPTION
The gfs_pio_truncate() function truncates the regular file gf to the length bytes. If the file was previously shorter than the length, it is extended, and the extended part is filled by zero bytes. The file pointer is not changed. You must specify GFS_FILE_MODE_WRITE in opening the file, because it must be open for writing.
RETURN VALUES
NULL The function terminated successfully. GFARM_ERR_NO_MEMORY Insufficient memory was available. Others An error except the above occurred. The reason is shown by its pointed strings.
SEE ALSO
gfs_pio_create(3), gfs_pio_open(3) Gfarm 12 January 2005 GFS_PIO_TRUNCATE(3)
Related Man Pages
gfs_pio_readdelim(3) - debian
gfarm_url_section_replicate_from_to(3) - debian
gfs_pio_open(3) - debian
gfs_rename(3) - debian
gfs_utimes(3) - debian
Similar Topics in the Unix Linux Community
Adding the individual columns of a matrix.
Detecting unused variables...
Find columns in a file based on header and print to new file
Weird 'find' results
My first PERL incarnation... Audio Oscillograph