Manual pages
Scope: Rfio Library Functions.
[ Alias ↣ ] Name (section) | Brief |
---|---|
rfio_access(3) | Check existence/accessibility of a file/directory. |
rfio_chmod(3) | Change access mode of a directory/file. |
rfio_chown(3) | Change owner and group of a directory/file. |
rfio_close(3) | Closes a file. |
rfio_closedir(3) | Close directory opened by rfio_opendir. |
rfio_fchmod(3) | Change access mode of a directory/file. |
rfio_fclose(3) | Closes a file. |
rfio_feof(3) | Checks file status. |
rfio_ferror(3) | Checks file status. |
rfio_fflush(3) | Flush a file. |
rfio_fileno(3) | Maps stream pointer to file descriptor. |
rfio_fopen(3) | Opens a file. |
rfio_fopen64(3) | Opens a file. |
rfio_fread(3) | Reads in a file. |
rfio_fseek(3) | Positions/repositions a file. |
rfio_fseeko64(3) | Positions/repositions a file. |
rfio_fstat(3) | Get information about a file or directory. |
rfio_fstat64(3) | Get information about a file or directory. |
rfio_ftell(3) | Tells the position in a stream. |
rfio_ftello64(3) | Tells the position in a stream. |
rfio_fwrite(3) | Writes to a file. |
rfio_lockf(3) | Provide record locking on files. |
rfio_lockf64(3) | Provide record locking on files. |
rfio_lseek(3) | Positions/repositions a file. |
rfio_lseek64(3) | Positions/repositions a file. |
rfio_lstat(3) | Get information about a file or directory. |
rfio_lstat64(3) | Get information about a file or directory. |
rfio_mkdir(3) | Create a new directory. |
rfio_mstat(3) | Get information about a file or directory. |
rfio_mstat64(3) | Get information about a file or directory. |
rfio_msymlink(3) | Create a symbolic link to a file. |
rfio_munlink(3) | Remove a file entry. |
rfio_open(3) | Opens a file. |
rfio_open64(3) | Opens a file. |
rfio_opendir(3) | Open a directory. |
rfio_pclose(3) | Start a process and open a pipe to it. |
rfio_perror(3) | Print error message corresponding to the last RFIO function failure. |
rfio_popen(3) | Start a process and open a pipe to it. |
rfio_pread(3) | Reads in a file. |
rfio_preseek(3) | Prefetch chunks of data from a file. |
rfio_preseek64(3) | Prefetch chunks of data from a file. |
rfio_pwrite(3) | Writes to a file. |
rfio_rcp(3) | Third party copy of a file. |
rfio_read(3) | Reads in a file. |
rfio_readdir(3) | Read directory opened by rfio_opendir. |
rfio_readlink(3) | Get the content of a symbolic link. |
rfio_rename(3) | Rename a file or directory. |
rfio_rewinddir(3) | Reset position to the beginning of a directory opened by rfio_opendir. |
rfio_rmdir(3) | Remove a directory. |
rfio_serror(3) | Print error message corresponding to the last RFIO function failure. |
rfio_setbufsize(3) | Set RFIO options. |
rfio_stat(3) | Get information about a file or directory. |
rfio_stat64(3) | Get information about a file or directory. |
rfio_statfs(3) | Get information about a mounted filesystem. |
rfio_statfs64(3) | Get information about a mounted filesystem. |
rfio_symlink(3) | Create a symbolic link to a file. |
rfio_unlink(3) | Remove a file entry. |
rfio_write(3) | Writes to a file. |
rfioreadopt(3) | Get RFIO options. |
rfiosetopt(3) | Set RFIO options. |