Query: gfs_stat
OS: debian
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
GFS_STAT(3) GFS_STAT(3)NAMEgfs_stat - get file statusSYNOPSIS#include <gfarm/gfarm.h> char *gfs_stat (const char * gfarm_url, struct gfs_stat * status);DESCRIPTIONgfs_stat() return information about the specified file pointed to by gfarm_url, and fills in the buffer pointed to by status. Since status includes a pointer to dynamically allocated memory space, it is necessary to free the memory space by gfs_stat_free(3).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 gfarm_url does not exist. GFARM_ERR_NOT_A_DIRECTORY A component of the path prefix is not a directory. Others An error except the above occurred. The reason is shown by its pointed strings.SEE ALSOgfs_stat_free(3) Gfarm 04 December 2003 GFS_STAT(3)
Related Man Pages |
---|
gfs_pio_readdelim(3) - debian |
gfarm_initialize(3) - debian |
gfarm_url_section_replicate_from_to(3) - debian |
gfarm_url_section_replicate_to(3) - debian |
gfs_pio_open(3) - debian |
Similar Topics in the Unix Linux Community |
---|
Adding the individual columns of a matrix. |
Find columns in a file based on header and print to new file |
Weird 'find' results |
A (ksh) Library For and From UNIX.com |