Searched refs:mode_t (Results 1 - 25 of 123) sorted by path

12345

/external/bison/
H A Dconfigure10189 ac_fn_c_check_type "$LINENO" "mode_t" "ac_cv_type_mode_t" "$ac_includes_default"
10195 #define mode_t int
18063 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for promoted mode_t type" >&5
18064 $as_echo_n "checking for promoted mode_t type... " >&6; }
18075 typedef int array[2 * (sizeof (mode_t) < sizeof (int)) - 1];
18083 gl_cv_promoted_mode_t='mode_t'
H A Dmaint.mk584 re='CAN_(EXISTING|ALL_BUT_LAST|MISSING)|canonicalize_(mode_t|filename_mode|file_name)' \
/external/bison/darwin-lib/
H A Dspawn.h1096 const char *_Restrict_ __path, int __oflag, mode_t __mode)
1101 const char *_Restrict_ __path, int __oflag, mode_t __mode));
1107 const char *_Restrict_ __path, int __oflag, mode_t __mode)
1113 const char *_Restrict_ __path, int __oflag, mode_t __mode));
/external/bison/darwin-lib/sys/
H A 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)
823 _GL_CXXALIAS_RPL (mkdir, int, (char const *name, mode_t mode));
825 _GL_CXXALIAS_SYS (mkdir, int, (char const *name, mode_t mod
[all...]
/external/bison/lib/
H A Dconfig.in.h1917 type mode_t. */
2203 #undef mode_t macro
H A Dopen.c31 orig_open (const char *filename, int flags, mode_t mode)
55 mode_t mode;
64 /* We have to use PROMOTED_MODE_T instead of mode_t, otherwise GCC 4
65 creates crashing code when 'mode_t' is smaller than 'int'. */
H A Dspawn-pipe.c78 nonintr_open (const char *pathname, int oflag, mode_t mode)
H A Dspawn.in.h784 const char *_Restrict_ __path, int __oflag, mode_t __mode)
789 const char *_Restrict_ __path, int __oflag, mode_t __mode));
795 const char *_Restrict_ __path, int __oflag, mode_t __mode)
801 const char *_Restrict_ __path, int __oflag, mode_t __mode));
H A Dspawn_faction_addopen.c38 mode_t mode)
H A Dspawn_int.h45 mode_t mode;
H A 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 mod
[all...]
/external/bison/linux-lib/
H A Dconfig.h1918 type mode_t. */
1919 #define PROMOTED_MODE_T mode_t
2204 /* #undef mode_t */
H A Dspawn.h1096 const char *_Restrict_ __path, int __oflag, mode_t __mode)
1101 const char *_Restrict_ __path, int __oflag, mode_t __mode));
1107 const char *_Restrict_ __path, int __oflag, mode_t __mode)
1113 const char *_Restrict_ __path, int __oflag, mode_t __mode));
/external/bison/linux-lib/sys/
H A 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)
823 _GL_CXXALIAS_RPL (mkdir, int, (char const *name, mode_t mode));
825 _GL_CXXALIAS_SYS (mkdir, int, (char const *name, mode_t mod
[all...]
/external/chromium_org/base/files/
H A Dfile_path_watcher_browsertest.cc807 mode_t mode = 0;
H A Dfile_util_posix.cc432 mode_t updated_mode_bits = stat_buf.st_mode & ~FILE_PERMISSION_MASK;
/external/chromium_org/base/memory/
H A Dshared_memory_posix.cc167 const mode_t kOwnerOnly = S_IRUSR | S_IWUSR;
H A Dshared_memory_unittest.cc555 explicit ScopedUmaskSetter(mode_t target_mask) {
560 mode_t old_umask_;
/external/chromium_org/base/test/
H A Dtest_file_util_posix.cc25 bool DenyFilePermission(const FilePath& path, mode_t permission) {
46 *length = sizeof(mode_t);
47 mode_t* mode = new mode_t;
62 DCHECK_EQ(sizeof(mode_t), length);
63 mode_t* mode = reinterpret_cast<mode_t*>(info);
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/devfs/
H A Ddev_fs.cc244 mode_t mode, ScopedNode* out_node) {
H A Ddev_fs.h17 virtual Error OpenWithMode(const Path& path, int open_flags, mode_t mode,
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/
H A Ddir_node.cc72 Error DirNode::Fchmod(mode_t mode) {
H A Ddir_node.h46 virtual Error Fchmod(mode_t mode);
H A Dfilesystem.h70 mode_t mode,
H A Dfuse.h98 int (*mknod)(const char* path, mode_t, dev_t);
100 int (*mkdir)(const char* path, mode_t);
112 int (*chmod)(const char*, mode_t);
219 int (*create)(const char* path, mode_t mode, struct fuse_file_info*);

Completed in 2123 milliseconds

12345