|
Defines |
#define | XRDPOSIXPRELOAD32 |
Functions |
int | XrdPosix_CopyDirent (struct dirent *dent, struct dirent64 *dent64) |
int | XrdPosix_CopyStat (struct stat *buf, struct stat64 &buf64) |
int | creat (const char *path, mode_t mode) |
int | fcntl (int fd, int cmd,...) |
int | fseeko (FILE *stream, off_t offset, int whence) |
int | fstat (int fildes, struct stat *buf) |
off_t | ftello (FILE *stream) |
int | ftruncate (int fildes, off_t offset) |
off_t | lseek (int fildes, off_t offset, int whence) |
int | lstat (const char *path, struct stat *buf) |
int | open (const char *path, int oflag,...) |
ssize_t | pread (int fildes, void *buf, size_t nbyte, off_t offset) |
dirent * | readdir (DIR *dirp) |
int | readdir_r (DIR *dirp, struct dirent *entry, struct dirent **result) |
ssize_t | pwrite (int fildes, const void *buf, size_t nbyte, off_t offset) |
int | stat (const char *path, struct stat *buf) |
int | statfs (const char *path, struct statfs *buf) |
int | statvfs (const char *path, struct statvfs *buf) |
int | truncate (const char *path, off_t offset) |
Variables |
XrdPosixLinkage | Xunix |