Searched refs:mode_t (Results 1 - 11 of 11) sorted by relevance

/bionic/libc/bionic/
H A D__umask_chk.cpp44 extern "C" mode_t __umask_chk(mode_t mode) {
H A Dopen.c38 mode_t mode = 0;
47 mode = (mode_t) va_arg(args, int);
H A Dopenat.c38 mode_t mode = 0;
47 mode = (mode_t) va_arg(args, int);
/bionic/libc/include/sys/
H A Dstat.h122 extern int chmod(const char *, mode_t);
123 extern int fchmod(int, mode_t);
124 extern int mkdir(const char *, mode_t);
129 extern int mknod(const char *, mode_t, dev_t);
130 extern mode_t umask(mode_t);
134 extern mode_t __umask_chk(mode_t);
135 extern mode_t __umask_real(mode_t)
[all...]
H A Dtypes.h61 typedef __kernel_mode_t mode_t; typedef
/bionic/libc/upstream-netbsd/libc/compat-43/
H A Dcreat.c46 creat(const char *path, mode_t mode)
/bionic/libc/kernel/arch-mips/asm/
H A Dstat.h30 mode_t st_mode;
57 mode_t st_mode;
86 mode_t st_mode;
/bionic/libc/include/
H A Dfcntl.h50 extern int creat(const char* path, mode_t mode);
/bionic/libc/kernel/common/linux/
H A Dproc_fs.h44 mode_t mode;
H A Dsysfs.h29 mode_t mode;
/bionic/tests/
H A Dfortify_test.cpp503 mode_t mask = atoi("1023"); // 01777 in octal

Completed in 3695 milliseconds