#include <stdbool.h>
#include <time.h>
#include <sys/types.h>
Go to the source code of this file.
Functions | |
int | octave_fstat_wrapper (int fid, mode_t *mode, ino_t *ino, dev_t *dev, nlink_t *nlink, uid_t *uid, gid_t *gid, off_t *size, time_t *atime, long int *atime_nsec, time_t *mtime, long int *mtime_nsec, time_t *ctime, long int *ctime_nsec, dev_t *rdev, long *blksize, long *blocks) |
bool | octave_have_struct_stat_st_blksize (void) |
bool | octave_have_struct_stat_st_blocks (void) |
bool | octave_have_struct_stat_st_rdev (void) |
bool | octave_is_blk_wrapper (mode_t mode) |
bool | octave_is_chr_wrapper (mode_t mode) |
bool | octave_is_dir_wrapper (mode_t mode) |
bool | octave_is_fifo_wrapper (mode_t mode) |
bool | octave_is_lnk_wrapper (mode_t mode) |
bool | octave_is_reg_wrapper (mode_t mode) |
bool | octave_is_sock_wrapper (mode_t mode) |
int | octave_lstat_wrapper (const char *lname, mode_t *mode, ino_t *ino, dev_t *dev, nlink_t *nlink, uid_t *uid, gid_t *gid, off_t *size, time_t *atime, long int *atime_nsec, time_t *mtime, long int *mtime_nsec, time_t *ctime, long int *ctime_nsec, dev_t *rdev, long *blksize, long *blocks) |
int | octave_mkdir_wrapper (const char *name, mode_t mode) |
int | octave_mkfifo_wrapper (const char *name, mode_t mode) |
int | octave_stat_wrapper (const char *fname, mode_t *mode, ino_t *ino, dev_t *dev, nlink_t *nlink, uid_t *uid, gid_t *gid, off_t *size, time_t *atime, long int *atime_nsec, time_t *mtime, long int *mtime_nsec, time_t *ctime, long int *ctime_nsec, dev_t *rdev, long *blksize, long *blocks) |
int | octave_umask_wrapper (mode_t mode) |
|
extern |
Definition at line 180 of file stat-wrappers.c.
References stat().
|
extern |
Definition at line 292 of file stat-wrappers.c.
Referenced by base_file_stat::have_struct_stat_st_blksize().
|
extern |
Definition at line 302 of file stat-wrappers.c.
Referenced by base_file_stat::have_struct_stat_st_blocks().
|
extern |
Definition at line 282 of file stat-wrappers.c.
|
extern |
Definition at line 207 of file stat-wrappers.c.
Referenced by base_file_stat::is_blk().
|
extern |
Definition at line 217 of file stat-wrappers.c.
Referenced by base_file_stat::is_chr().
|
extern |
Definition at line 227 of file stat-wrappers.c.
Referenced by base_file_stat::is_dir().
|
extern |
Definition at line 237 of file stat-wrappers.c.
Referenced by base_file_stat::is_fifo().
|
extern |
Definition at line 247 of file stat-wrappers.c.
Referenced by base_file_stat::is_lnk().
|
extern |
Definition at line 257 of file stat-wrappers.c.
Referenced by base_file_stat::is_reg().
|
extern |
Definition at line 267 of file stat-wrappers.c.
Referenced by base_file_stat::is_sock().
|
extern |
Definition at line 154 of file stat-wrappers.c.
References free(), stat(), and u8_to_wchar().
|
extern |
Definition at line 62 of file stat-wrappers.c.
References free(), mkdir(), and u8_to_wchar().
Referenced by mkdir().
|
extern |
|
extern |
Definition at line 129 of file stat-wrappers.c.
References free(), stat(), and u8_to_wchar().
|
extern |