Home
last modified time | relevance | path

Searched defs:mode (Results 1 – 19 of 19) sorted by relevance

/io/
A Dfchmod.c25 __fchmod (int fd, mode_t mode) in __fchmod()
A Dlchmod.c24 lchmod (const char *file, mode_t mode) in lchmod()
A Dmkdir.c26 __mkdir (const char *path, mode_t mode) in __mkdir()
A Dmkfifo.c26 mkfifo (const char *path, mode_t mode) in mkfifo()
A Dchmod.c25 __chmod (const char *file, mode_t mode) in __chmod()
A Dcreat.c26 creat (const char *file, mode_t mode) in creat()
A Dcreat64.c25 creat64 (const char *file, mode_t mode) in creat64()
A Dmknod.c22 __mknod (const char *path, mode_t mode, dev_t dev) in __mknod()
A Dopen.c31 int mode; in __libc_open() local
A Dopen64.c29 int mode; in __libc_open64() local
A Dfchmodat.c27 fchmodat (int fd, const char *file, mode_t mode, int flag) in fchmodat()
A Dmkdirat.c27 mkdirat (int fd, const char *path, mode_t mode) in mkdirat()
A Dmkfifoat.c28 mkfifoat (int fd, const char *path, mode_t mode) in mkfifoat()
A Dmknodat.c22 __mknodat (int fd, const char *path, mode_t mode, dev_t dev) in __mknodat()
A Dtst-open-tmpfile.c39 wrap_open (const char *path, int flags, mode_t mode) in wrap_open()
53 wrap_openat (const char *path, int flags, mode_t mode) in wrap_openat()
67 wrap_open64 (const char *path, int flags, mode_t mode) in wrap_open64()
81 wrap_openat64 (const char *path, int flags, mode_t mode) in wrap_openat64()
155 const char *path, int flags, mode_t mode) in check_wrapper_flags_mode()
235 const char *path, mode_t mode) in check_wrapper_mode()
A Dopenat.c33 int mode; in __openat() local
A Dopenat64.c31 int mode; in __openat64() local
A Dtst-lchmod.c46 fchmodat_with_lchmod (int fd, const char *path, mode_t mode, int flags) in fchmodat_with_lchmod()
/io/sys/
A Dstat.h123 #define __S_ISTYPE(mode, mask) (((mode) & __S_IFMT) == (mask)) argument
125 #define S_ISDIR(mode) __S_ISTYPE((mode), __S_IFDIR) argument
126 #define S_ISCHR(mode) __S_ISTYPE((mode), __S_IFCHR) argument
127 #define S_ISBLK(mode) __S_ISTYPE((mode), __S_IFBLK) argument
128 #define S_ISREG(mode) __S_ISTYPE((mode), __S_IFREG) argument
130 # define S_ISFIFO(mode) __S_ISTYPE((mode), __S_IFIFO) argument
133 # define S_ISLNK(mode) __S_ISTYPE((mode), __S_IFLNK) argument
137 # define S_ISLNK(mode) 0 argument
142 # define S_ISSOCK(mode) __S_ISTYPE((mode), __S_IFSOCK) argument

Completed in 11 milliseconds