Home
last modified time | relevance | path

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

12345

/external/bison/lib/
Dsys_stat.in.h317 (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 …]
Dopen.c31 orig_open (const char *filename, int flags, mode_t mode) in orig_open()
55 mode_t mode; in open()
Dspawn_int.h45 mode_t mode;
/external/bison/m4/
Dmode_t.m41 # 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/
Dtest_file_util_posix.cc27 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/
Dstat.h629 (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/
Dstat.h629 (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/
Dfakesyscalls.c196 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/
Dstat.h22 mode_t st_mode;
57 mode_t st_mode;
98 mode_t st_mode;
/external/strace/
Dfile.c35 #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/
Dportability.h127 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);
Dlib.h166 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);
Dlib.c163 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/
Dsanitizer_platform_limits_linux.cc36 #define mode_t __kernel_mode_t macro
44 #undef mode_t
/external/selinux/libselinux/include/selinux/
Dselinux.h385 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/
Dlabel_file.h34 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()
Dselinuxswig.i17 %typedef unsigned mode_t; typedef
/external/libselinux/src/
Dlabel_file.h37 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/
Denable_if.c5 typedef int mode_t; typedef
11 int open(const char *pathname, int flags, mode_t mode) __attribute__((overloadable)); // expected-…
/external/e2fsprogs/debugfs/
Ddump.c43 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/
Dmkdir.c42 mode_t mode = (0777&~toys.old_umask);
Dmkfifo.c34 mode_t mode;
Dchmod.c44 mode_t mode;
/external/selinux/libsemanage/src/
Dsemanage_conf.h45 mode_t file_mode;
/external/fio/os/windows/posix/include/sys/
Dshm.h20 mode_t mode; /* read/write permission */

12345