Home
last modified time | relevance | path

Searched refs:mode_t (Results 1 – 17 of 17) sorted by relevance

/io/
A Dumask.c23 mode_t
24 __umask (mode_t mask) in __umask()
A Dlchmod.c24 lchmod (const char *file, mode_t mode) in lchmod()
A Dmkfifo.c26 mkfifo (const char *path, mode_t mode) in mkfifo()
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 Dfchmod.c25 __fchmod (int fd, mode_t mode) in __fchmod()
A Dmknod.c22 __mknod (const char *path, mode_t mode, dev_t dev) in __mknod()
A Dmknodat.c22 __mknodat (int fd, const char *path, mode_t mode, dev_t dev) in __mknodat()
A Dmkdir.c26 __mkdir (const char *path, mode_t mode) in __mkdir()
A Dchmod.c25 __chmod (const char *file, mode_t mode) in __chmod()
A Dfchmodat.c27 fchmodat (int fd, const char *file, mode_t mode, int flag) in fchmodat()
A Dtst-open-tmpfile.c34 typedef int (*wrapper_func) (const char *, int, mode_t);
39 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 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 Dfcntl.h50 typedef __mode_t mode_t; typedef
255 extern int creat (const char *__file, mode_t __mode) __nonnull ((1));
258 extern int __REDIRECT (creat, (const char *__file, mode_t __mode),
265 extern int creat64 (const char *__file, mode_t __mode) __nonnull ((1));
A Dtst-lchmod.c46 fchmodat_with_lchmod (int fd, const char *path, mode_t mode, int flags) in fchmodat_with_lchmod()
70 test_1 (bool do_relative_path, int (*chmod_func) (int fd, const char *, mode_t, int)) in test_1() argument
103 mode_t original_symlink_mode = st.st_mode; in test_1()
145 mode_t new_mode = 010 + i; in test_1()
/io/sys/
A Dstat.h59 typedef __mode_t mode_t; typedef

Completed in 11 milliseconds