debian man page for gfs_pio_seek

Query: gfs_pio_seek

OS: debian

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

GFS_PIO_SEEK(3) 														   GFS_PIO_SEEK(3)

NAME
gfs_pio_seek - reposition a stream
SYNOPSIS
#include <gfarm/gfarm.h> char *gfs_pio_seek (GFS_File gf, file_offset_t offset, int whence, file_offset_t * result);
DESCRIPTION
The gfs_pio_seek() function sets the file position indicator for the file gf. The new position, measured in bytes, is obtained by adding offset bytes to the position specified by whence. If whence is set to 0, 1, or 2, the offset is relative to the start of the file, the current position indicator, or end-of-file, respectively. When result is not NULL, the new position returns to the address pointed by result.
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 18 March 2003 GFS_PIO_SEEK(3)
Related Man Pages
fgetpos(3) - linux
ftell(3) - linux
fsetpos(3) - redhat
gfs_pio_open(3) - debian
gfs_pio_set_view_local(3) - debian
Similar Topics in the Unix Linux Community
Is UNIX an open source OS ?
Detecting unused variables...
Find columns in a file based on header and print to new file
How to copy a column of multiple files and paste into new excel file (next to column)?