Lines Matching refs:mode_t
72 typedef int (__sys_open_t)(const char *, int, mode_t);
79 typedef int (__sys_chmod_t)(const char *, mode_t);
116 typedef mode_t (__sys_umask_t)(mode_t);
150 typedef int (__sys_fchmod_t)(int, mode_t);
155 typedef int (__sys_mkfifo_t)(const char *, mode_t);
159 typedef int (__sys_mkdir_t)(const char *, mode_t);
220 typedef int (__sys_lchmod_t)(const char *, mode_t);
301 typedef int (__sys_ksem_open_t)(semid_t *, const char *, int, mode_t, unsigned int);
346 typedef int (__sys_kmq_open_t)(const char *, int, mode_t, const struct mq_attr *);
374 typedef int (__sys_fchmodat_t)(int, const char *, mode_t, int);
379 typedef int (__sys_mkdirat_t)(int, const char *, mode_t);
380 typedef int (__sys_mkfifoat_t)(int, const char *, mode_t);
381 typedef int (__sys_openat_t)(int, const char *, int, mode_t);
435 typedef int (__sys_mknodat_t)(int, const char *, mode_t, dev_t);
447 typedef int (__sys_shm_open2_t)(const char *, int, mode_t, int, const char *);
473 int __sys_open(const char * path, int flags, mode_t mode);
480 int __sys_chmod(const char * path, mode_t mode);
517 mode_t __sys_umask(mode_t newmask);
551 int __sys_fchmod(int fd, mode_t mode);
556 int __sys_mkfifo(const char * path, mode_t mode);
560 int __sys_mkdir(const char * path, mode_t mode);
621 int __sys_lchmod(const char * path, mode_t mode);
702 int __sys_ksem_open(semid_t * idp, const char * name, int oflag, mode_t mode, unsigned int value);
747 int __sys_kmq_open(const char * path, int flags, mode_t mode, const struct mq_attr * attr);
775 int __sys_fchmodat(int fd, const char * path, mode_t mode, int flag);
780 int __sys_mkdirat(int fd, const char * path, mode_t mode);
781 int __sys_mkfifoat(int fd, const char * path, mode_t mode);
782 int __sys_openat(int fd, const char * path, int flag, mode_t mode);
836 int __sys_mknodat(int fd, const char * path, mode_t mode, dev_t dev);
848 int __sys_shm_open2(const char * path, int flags, mode_t mode, int shmflags, const char * name);