Query: gfs_opendir
OS: debian
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
GFS_OPENDIR(3) GFS_OPENDIR(3)NAMEgfs_opendir - open a directorySYNOPSIS#include <gfarm/gfarm.h> char *gfs_opendir (const char * gfarm_url, GFS_Dir * dirp);DESCRIPTIONThe gfs_opendir() function opens a directory stream corresponding to the directory gfarm_url, and returns the directory stream to the address pointed by dirp. The stream is positioned at the first entry in the directory.RETURN VALUESNULL The function terminated successfully. GFARM_ERR_NO_MEMORY Insufficient memory was available. GFARM_ERR_AUTHENTICATION User authentication failed when connecting to gfmd(8). GFARM_ERR_PERMISSION_DENIED gfarm_url points outside your accessible address space. GFARM_ERR_NO_SUCH_OBJECT Directory does not exist. Others An error except the above occurred. The reason is shown by its pointed strings.SEE ALSOgfs_closedir(3), gfs_readdir(3) Gfarm 29 October 2003 GFS_OPENDIR(3)
Related Man Pages |
---|
directory(3) - bsd |
readdir(3) - bsd |
gfarm_initialize(3) - debian |
gfarm_url_section_replicate_to(3) - debian |
gfs_utimes(3) - debian |
Similar Topics in the Unix Linux Community |
---|
Adding the individual columns of a matrix. |
Introduction |
Detecting unused variables... |
Find columns in a file based on header and print to new file |