/external/bison/lib/ |
D | sys_stat.in.h | 317 (int fd, char const *file, mode_t mode, int flag) 321 (int fd, char const *file, mode_t mode, int flag)); 433 (const char *filename, mode_t mode)); 436 _GL_FUNCDECL_SYS (lchmod, int, (const char *filename, mode_t mode) 439 _GL_CXXALIAS_SYS (lchmod, int, (const char *filename, mode_t mode)); 489 _GL_FUNCDECL_RPL (mkdir, int, (char const *name, mode_t mode) 491 _GL_CXXALIAS_RPL (mkdir, int, (char const *name, mode_t mode)); 501 rpl_mkdir (char const *name, mode_t mode) 511 _GL_CXXALIAS_RPL (mkdir, int, (char const *name, mode_t mode)); 513 _GL_CXXALIAS_SYS (mkdir, int, (char const *name, mode_t mode)); [all …]
|
D | open.c | 31 orig_open (const char *filename, int flags, mode_t mode) in orig_open() 55 mode_t mode; in open()
|
D | spawn_int.h | 45 mode_t mode;
|
/external/bison/m4/ |
D | mode_t.m4 | 1 # mode_t.m4 serial 2 7 # For using mode_t, it's sufficient to use AC_TYPE_MODE_T and 11 # promotion" (ISO C 6.5.2.2.(6)) of the type mode_t. 15 AC_CACHE_CHECK([for promoted mode_t type], [gl_cv_promoted_mode_t], [ 16 dnl Assume mode_t promotes to 'int' if and only if it is smaller than 'int', 20 [[typedef int array[2 * (sizeof (mode_t) < sizeof (int)) - 1];]])], 22 [gl_cv_promoted_mode_t='mode_t']) 25 [Define to the type that is the result of default argument promotions of type mode_t.])
|
/external/libchrome/base/test/ |
D | test_file_util_posix.cc | 27 bool DenyFilePermission(const FilePath& path, mode_t permission) { in DenyFilePermission() 48 *length = sizeof(mode_t); in GetPermissionInfo() 49 mode_t* mode = new mode_t; in GetPermissionInfo() 64 DCHECK_EQ(sizeof(mode_t), length); in RestorePermissionInfo() 65 mode_t* mode = reinterpret_cast<mode_t*>(info); in RestorePermissionInfo()
|
/external/bison/linux-lib/sys/ |
D | stat.h | 629 (int fd, char const *file, mode_t mode, int flag) 633 (int fd, char const *file, mode_t mode, int flag)); 745 (const char *filename, mode_t mode)); 748 _GL_FUNCDECL_SYS (lchmod, int, (const char *filename, mode_t mode) 751 _GL_CXXALIAS_SYS (lchmod, int, (const char *filename, mode_t mode)); 801 _GL_FUNCDECL_RPL (mkdir, int, (char const *name, mode_t mode) 803 _GL_CXXALIAS_RPL (mkdir, int, (char const *name, mode_t mode)); 813 rpl_mkdir (char const *name, mode_t mode) in rpl_mkdir() 823 _GL_CXXALIAS_RPL (mkdir, int, (char const *name, mode_t mode)); 825 _GL_CXXALIAS_SYS (mkdir, int, (char const *name, mode_t mode)); [all …]
|
/external/bison/darwin-lib/sys/ |
D | stat.h | 629 (int fd, char const *file, mode_t mode, int flag) 633 (int fd, char const *file, mode_t mode, int flag)); 745 (const char *filename, mode_t mode)); 748 _GL_FUNCDECL_SYS (lchmod, int, (const char *filename, mode_t mode) 751 _GL_CXXALIAS_SYS (lchmod, int, (const char *filename, mode_t mode)); 801 _GL_FUNCDECL_RPL (mkdir, int, (char const *name, mode_t mode) 803 _GL_CXXALIAS_RPL (mkdir, int, (char const *name, mode_t mode)); 813 rpl_mkdir (char const *name, mode_t mode) in rpl_mkdir() 823 _GL_CXXALIAS_RPL (mkdir, int, (char const *name, mode_t mode)); 825 _GL_CXXALIAS_SYS (mkdir, int, (char const *name, mode_t mode)); [all …]
|
/external/autotest/client/deps/fakegudev/src/ |
D | fakesyscalls.c | 196 mode_t mode = S_IRUSR; /* Make compiler happy. Remain restrictive. */ in open() 212 mode = va_arg (ap, mode_t); in open() 227 creat (const char *pathname, mode_t mode) in creat() 229 static int(*realfunc)(const char *, mode_t); in creat() 243 realfunc = (int(*)(const char *, mode_t))dlsym (RTLD_NEXT, k_func_creat); in creat()
|
/external/kernel-headers/original/uapi/asm-mips/asm/ |
D | stat.h | 22 mode_t st_mode; 57 mode_t st_mode; 98 mode_t st_mode;
|
/external/strace/ |
D | file.c | 35 #undef mode_t 43 #define mode_t __kernel_mode_t macro 54 #undef mode_t 62 #define mode_t mode_t macro
|
/external/toybox/lib/ |
D | portability.h | 127 int fchmodat(int dirfd, const char *pathname, mode_t mode, int flags); 143 int mkdirat(int fd, const char *path, mode_t mode); 145 int mknodat(int fd, const char *path, mode_t mode, dev_t dev);
|
D | lib.h | 166 int mkpathat(int atfd, char *dir, mode_t lastmode, int flags); 191 int wfchmodat(int rc, char *name, mode_t mode); 278 mode_t string_to_mode(char *mode_str, mode_t base); 279 void mode_to_string(mode_t mode, char *buf);
|
D | lib.c | 163 int mkpathat(int atfd, char *dir, mode_t lastmode, int flags) in mkpathat() 180 mode_t mode = (0777&~toys.old_umask)|0300; in mkpathat() 609 int wfchmodat(int fd, char *name, mode_t mode) in wfchmodat() 797 mode_t string_to_mode(char *modestr, mode_t mode) in string_to_mode() 801 mode_t extrabits = mode & ~(07777); in string_to_mode() 851 mode_t bit = 0; in string_to_mode() 883 void mode_to_string(mode_t mode, char *buf) in mode_to_string()
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_platform_limits_linux.cc | 36 #define mode_t __kernel_mode_t macro 44 #undef mode_t
|
/external/selinux/libselinux/include/selinux/ |
D | selinux.h | 385 extern security_class_t mode_to_security_class(mode_t mode); 461 mode_t mode, char ** con); 466 mode_t mode, char ** con); 656 extern int selinux_file_context_verify(const char *path, mode_t mode);
|
/external/selinux/libselinux/src/ |
D | label_file.h | 34 mode_t mode; /* mode format value */ 86 static inline mode_t string_to_mode(char *mode) in string_to_mode() 452 mode_t mode = string_to_mode(type); in process_line() 454 if (mode == (mode_t)-1) { in process_line()
|
D | selinuxswig.i | 17 %typedef unsigned mode_t; typedef
|
/external/libselinux/src/ |
D | label_file.h | 37 mode_t mode; /* mode format value */ 89 static inline mode_t string_to_mode(char *mode) in string_to_mode() 464 mode_t mode = string_to_mode(type); in process_line() 466 if (mode == (mode_t)-1) { in process_line()
|
/external/clang/test/Sema/ |
D | enable_if.c | 5 typedef int mode_t; typedef 11 int open(const char *pathname, int flags, mode_t mode) __attribute__((overloadable)); // expected-…
|
/external/e2fsprogs/debugfs/ |
D | dump.c | 43 mode_t mask; 57 static mode_t mode_xlate(__u16 lmode) in mode_xlate() 59 mode_t mode = 0; in mode_xlate()
|
/external/toybox/toys/posix/ |
D | mkdir.c | 42 mode_t mode = (0777&~toys.old_umask);
|
D | mkfifo.c | 34 mode_t mode;
|
D | chmod.c | 44 mode_t mode;
|
/external/selinux/libsemanage/src/ |
D | semanage_conf.h | 45 mode_t file_mode;
|
/external/fio/os/windows/posix/include/sys/ |
D | shm.h | 20 mode_t mode; /* read/write permission */
|