Home
last modified time | relevance | path

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

123456

/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()
/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/chromium_org/base/test/
Dtest_file_util_posix.cc27 bool DenyFilePermission(const base::FilePath& path, mode_t permission) { in DenyFilePermission()
48 *length = sizeof(mode_t); in GetPermissionInfo()
49 mode_t* mode = new mode_t; in GetPermissionInfo()
65 DCHECK_EQ(sizeof(mode_t), length); in RestorePermissionInfo()
66 mode_t* mode = reinterpret_cast<mode_t*>(info); in RestorePermissionInfo()
/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/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/kernel-headers/original/linux/
Dproc_fs.h54 mode_t mode;
109 extern struct proc_dir_entry *create_proc_entry(const char *name, mode_t mode,
160 extern struct proc_dir_entry *proc_mkdir_mode(const char *name, mode_t mode,
164 mode_t mode, struct proc_dir_entry *base, in create_proc_read_entry()
176 mode_t mode, struct proc_dir_entry *base, get_info_t *get_info) in create_proc_info_entry()
184 mode_t mode, get_info_t *get_info) in proc_net_create()
190 mode_t mode, const struct file_operations *fops) in proc_net_fops_create()
216 mode_t mode, struct proc_dir_entry *parent) { return NULL; } in create_proc_entry()
226 mode_t mode, struct proc_dir_entry *base, in create_proc_read_entry()
229 mode_t mode, struct proc_dir_entry *base, get_info_t *get_info) in create_proc_info_entry()
Dposix_acl.h78 extern struct posix_acl *posix_acl_from_mode(mode_t, gfp_t);
79 extern int posix_acl_equiv_mode(const struct posix_acl *, mode_t *);
80 extern int posix_acl_create_masq(struct posix_acl *, mode_t *);
81 extern int posix_acl_chmod_masq(struct posix_acl *, mode_t);
Dsysfs.h21 mode_t mode;
106 sysfs_chmod_file(struct kobject *kobj, struct attribute *attr, mode_t mode);
124 void sysfs_create_device(struct kobject *, dev_t dev, mode_t mode);
152 static inline int sysfs_chmod_file(struct kobject *kobj, struct attribute *attr, mode_t mode) in sysfs_chmod_file()
197 static inline void sysfs_create_device(struct kobject * k, dev_t d, mode_t m) in sysfs_create_device()
/external/yaffs2/yaffs2/direct/
Dyaffsfs.h162 mode_t st_mode; /* protection */
189 int yaffs_chmod(const char *path, mode_t mode);
190 int yaffs_fchmod(int fd, mode_t mode);
192 int yaffs_mkdir(const char *path, mode_t mode) ;
207 int yaffs_mknod(const char *pathname, mode_t mode, dev_t dev);
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/
Dfuse.h96 int (*create)(const char* path, mode_t mode, struct fuse_file_info*);
109 int (*mkdir)(const char* path, mode_t);
112 int (*mknod)(const char* path, mode_t, dev_t);
195 int (*chmod)(const char*, mode_t);
Dkernel_wrap_real.h18 int _real_mkdir(const char* pathname, mode_t mode);
22 int _real_open(const char* pathname, int oflag, mode_t cmode, int* newfd);
Dkernel_wrap_newlib.cc139 int WRAP(fchmod)(int fd, mode_t mode) { in WRAP()
171 int WRAP(open)(const char* pathname, int oflag, mode_t cmode, int* newfd) { in WRAP()
180 int WRAP(mkdir)(const char* pathname, mode_t mode) { in WRAP()
223 int WRAP(chmod)(const char* pathname, mode_t mode) { in WRAP()
279 int _real_mkdir(const char* pathname, mode_t mode) { in _real_mkdir()
294 int _real_open(const char* pathname, int oflag, mode_t cmode, int* newfd) { in _real_open()
Dkernel_wrap_dummy.cc34 int _real_mkdir(const char* pathname, mode_t mode) { in _real_mkdir()
47 int _real_open(const char* pathname, int oflag, mode_t cmode, int* newfd) { in _real_open()
Dkernel_intercept.h47 int ki_chmod(const char* path, mode_t mode);
49 int ki_fchmod(int fd, mode_t mode);
51 int ki_mkdir(const char* path, mode_t mode);
/external/kernel-headers/original/asm-mips/
Dstat.h22 mode_t st_mode;
57 mode_t st_mode;
98 mode_t st_mode;
/external/compiler-rt/SDKs/linux/usr/include/sys/
Dstat.h20 typedef unsigned int mode_t; typedef
22 int mkdir(const char *, mode_t);
/external/compiler-rt/SDKs/darwin/usr/include/sys/
Dstat.h21 typedef uint16_t mode_t; typedef
23 int mkdir(const char *, mode_t);
/external/chromium_org/native_client_sdk/src/libraries/gtest/
Dnacl_gtest_dummy_sys.cc17 int mkdir(const char* pathname, mode_t mode) __attribute__ ((weak));
33 int mkdir(const char* pathname, mode_t mode) { in mkdir()
/external/libppp/src/
Dserver.h39 mode_t mask;
57 extern enum server_stat server_LocalOpen(struct bundle *, const char *, mode_t);
Dserver.c221 mode_t mask; in server_Reopen()
243 server_LocalOpen(struct bundle *bundle, const char *name, mode_t mask) in server_LocalOpen()
246 mode_t oldmask; in server_LocalOpen()
249 oldmask = (mode_t)-1; /* Silence compiler */ in server_LocalOpen()
269 if (mask != (mode_t)-1) in server_LocalOpen()
272 if (mask != (mode_t)-1) in server_LocalOpen()
278 if (mask != (mode_t)-1) in server_LocalOpen()
/external/openssh/openbsd-compat/
Dbsd-cygwin_util.c51 mode_t mode; in binary_open()
54 mode = va_arg(ap, mode_t); in binary_open()
/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
Dsemaphore.h126 typedef unsigned int mode_t; typedef
152 mode_t mode,
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/syscalls/
Dmkdir.c8 int mkdir(const char* pathname, mode_t mode) { in mkdir()
Dchmod.c8 int chmod(const char* path, mode_t mode) { in chmod()

123456