debian man page for rfio_readlink

Query: rfio_readlink

OS: debian

Section: 3

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

RFIO_READLINK(3)					      Rfio Library Functions						  RFIO_READLINK(3)

NAME
rfio_readlink - get the content of a symbolic link
SYNOPSIS
#include <sys/types.h> #include "rfio_api.h" int rfio_readlink (const char *path, char *buf, int length)
DESCRIPTION
rfio_readlink gets the content of the symbolic link identified by path. buf content is not null terminated. Symbolic link content can be truncated to length if buf is too small.
RETURN VALUE
This routine returns the count of bytes placed in buf if the operation was successful or -1 if the operation failed. In the latter case, serrno is set appropriately.
ERRORS
ENOENT path does not exist. ENOMEM Insufficient memory. EACCES Search permission is denied on a component of the path prefix. EFAULT path or buf is a NULL pointer. ENOTDIR A component of the path prefix is not a directory. EINVAL path is not a symbolic link or length is not positive. ENAMETOOLONG The length of path exceeds CA_MAXPATHLEN or the length of a path component exceeds CA_MAXNAMELEN. SENOSHOST Host unknown. SENOSSERV Service unknown. SECOMERR Communication error. SEOPNOTSUP Not supported on Windows.
SEE ALSO
Castor_limits(4), rfio_symlink(3), rfio_unlink(3)
AUTHOR
LCG Grid Deployment Team
LCG
$Date: 2005/03/31 13:13:03 $ RFIO_READLINK(3)
Related Man Pages
lfc_getlinks(3) - debian
rfio_msymlink(3) - debian
rfio_opendir(3) - debian
rfio_readlink(3) - debian
rfio_rmdir(3) - debian
Similar Topics in the Unix Linux Community
Symbolic Links - BASH Script
S-206: Symantec Decomposer Vulnerabilities
how to delete special characters from the file content
Check for length which exceeds specified length in a line
Failed mpio path on AIX5.3