26 #if ! defined (octave_stat_wrappers_h)
27 #define octave_stat_wrappers_h 1
29 #if defined __cplusplus
36 #include <sys/types.h>
38 #if defined __cplusplus
50 dev_t *dev, nlink_t *nlink, uid_t *uid,
51 gid_t *gid, off_t *size, time_t *atime,
52 time_t *mtime, time_t *ctime, dev_t *rdev,
53 long *blksize,
long *blocks);
57 dev_t *dev, nlink_t *nlink, uid_t *uid,
58 gid_t *gid, off_t *size, time_t *atime,
59 time_t *mtime, time_t *ctime, dev_t *rdev,
60 long *blksize,
long *blocks);
64 dev_t *dev, nlink_t *nlink, uid_t *uid,
65 gid_t *gid, off_t *size, time_t *atime,
66 time_t *mtime, time_t *ctime, dev_t *rdev,
67 long *blksize,
long *blocks);
81 #if defined __cplusplus
bool octave_is_lnk_wrapper(mode_t mode)
int octave_mkdir_wrapper(const char *name, mode_t mode)
bool octave_is_chr_wrapper(mode_t mode)
bool octave_is_fifo_wrapper(mode_t mode)
bool octave_have_struct_stat_st_rdev(void)
bool octave_have_struct_stat_st_blocks(void)
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, time_t *mtime, time_t *ctime, dev_t *rdev, long *blksize, long *blocks)
bool octave_is_blk_wrapper(mode_t mode)
bool octave_is_dir_wrapper(mode_t mode)
bool octave_is_reg_wrapper(mode_t mode)
int octave_mkfifo_wrapper(const char *name, 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, time_t *mtime, time_t *ctime, dev_t *rdev, long *blksize, long *blocks)
int octave_umask_wrapper(mode_t mode)
bool octave_is_sock_wrapper(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, time_t *mtime, time_t *ctime, dev_t *rdev, long *blksize, long *blocks)
bool octave_have_struct_stat_st_blksize(void)