/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;
|
D | spawn_faction_addopen.c | 38 mode_t mode) in posix_spawn_file_actions_addopen()
|
/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.])
|
D | sys_types_h.m4 | 15 dnl Ensure the type mode_t gets defined.
|
/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/kernel-headers/original/linux/ |
D | proc_fs.h | 54 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()
|
D | posix_acl.h | 78 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);
|
D | sysfs.h | 21 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()
|
D | ipc.h | 66 mode_t mode;
|
/external/yaffs2/yaffs2/direct/ |
D | yaffsfs.h | 162 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/kernel-headers/original/asm-mips/ |
D | stat.h | 22 mode_t st_mode; 57 mode_t st_mode; 98 mode_t st_mode;
|
/external/compiler-rt/SDKs/linux/usr/include/sys/ |
D | stat.h | 20 typedef unsigned int mode_t; typedef 22 int mkdir(const char *, mode_t);
|
/external/compiler-rt/SDKs/darwin/usr/include/sys/ |
D | stat.h | 21 typedef uint16_t mode_t; typedef 23 int mkdir(const char *, mode_t);
|
/external/clang/include/clang/Basic/ |
D | FileManager.h | 31 typedef unsigned short mode_t; typedef 68 mode_t FileMode; // The file mode as returned by 'stat'. 76 FileEntry(dev_t device, ino_t inode, mode_t m) in FileEntry() 99 mode_t getFileMode() const { return FileMode; } in getFileMode()
|
/external/libppp/src/ |
D | server.c | 221 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()
|
D | server.h | 39 mode_t mask; 57 extern enum server_stat server_LocalOpen(struct bundle *, const char *, mode_t);
|
/external/openssh/openbsd-compat/ |
D | bsd-cygwin_util.c | 51 mode_t mode; in binary_open() 54 mode = va_arg(ap, mode_t); in binary_open()
|
D | xmmap.c | 65 mode_t old_umask; in xmmap()
|
/external/e2fsprogs/debugfs/ |
D | dump.c | 41 mode_t mask; 55 static mode_t mode_xlate(__u16 lmode) in mode_xlate() 57 mode_t mode = 0; in mode_xlate()
|
/external/openssh/ |
D | sshpty.c | 96 if (chmod(tty, (mode_t) 0666) < 0) in pty_release() 212 mode_t mode; in pty_setowner()
|
/external/ipsec-tools/src/racoon/ |
D | admin.h | 42 extern mode_t adminsock_mode;
|
/external/oprofile/daemon/ |
D | opd_pipe.c | 29 mode_t orig_umask = umask(0111); in opd_create_pipe()
|