Home
last modified time | relevance | path

Searched refs:mode_t (Results 1 – 25 of 106) 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;
Dspawn_faction_addopen.c38 mode_t mode) in posix_spawn_file_actions_addopen()
/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.])
Dsys_types_h.m415 dnl Ensure the type mode_t gets defined.
/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/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()
Dipc.h66 mode_t mode;
/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/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/clang/include/clang/Basic/
DFileManager.h31 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/
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()
Dserver.h39 mode_t mask;
57 extern enum server_stat server_LocalOpen(struct bundle *, const char *, mode_t);
/external/openssh/openbsd-compat/
Dbsd-cygwin_util.c51 mode_t mode; in binary_open()
54 mode = va_arg(ap, mode_t); in binary_open()
Dxmmap.c65 mode_t old_umask; in xmmap()
/external/e2fsprogs/debugfs/
Ddump.c41 mode_t mask;
55 static mode_t mode_xlate(__u16 lmode) in mode_xlate()
57 mode_t mode = 0; in mode_xlate()
/external/openssh/
Dsshpty.c96 if (chmod(tty, (mode_t) 0666) < 0) in pty_release()
212 mode_t mode; in pty_setowner()
/external/ipsec-tools/src/racoon/
Dadmin.h42 extern mode_t adminsock_mode;
/external/oprofile/daemon/
Dopd_pipe.c29 mode_t orig_umask = umask(0111); in opd_create_pipe()

12345