debian man page for rfio_fileno

Query: rfio_fileno

OS: debian

Section: 3

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

RFIO_FILENO(3)						      Rfio Library Functions						    RFIO_FILENO(3)

NAME
rfio_fileno - maps stream pointer to file descriptor
SYNOPSIS
#include <sys/types.h> #include "rfio_api.h" int rfio_fileno (FILE *fp);
DESCRIPTION
rfio_fileno returns the integer file descriptor associated with the stream pointed to by fp.
RETURN VALUE
Upon successful completion, rfio_fileno() returns the integer value of the file descriptor associated with the stream parameter. Other- wise, the value -1 is returned and serrno is set appropriately.
ERRORS
EBADF fp is not a valid file descriptor.
SEE ALSO
rfio_fopen(3)
AUTHOR
LCG Grid Deployment Team
LCG
$Date: 2005/03/31 13:13:02 $ RFIO_FILENO(3)
Related Man Pages
rfio_fopen(3) - debian
rfio_fseeko64(3) - debian
rfio_fseek(3) - debian
rfio_lockf(3) - debian
rfio_readdir(3) - debian
Similar Topics in the Unix Linux Community
Installing Dash Shell on OS X Lion
awk or sed - Convert 2 lines to 1 line
Find columns in a file based on header and print to new file
Weird 'find' results
A (ksh) Library For and From UNIX.com