Searched refs:mode_t (Results 1 - 25 of 71) sorted by relevance

123

/external/compiler-rt/SDKs/linux/usr/include/sys/
H A Dstat.h20 typedef unsigned int mode_t; typedef
22 int mkdir(const char *, mode_t);
/external/compiler-rt/SDKs/darwin/usr/include/sys/
H A Dstat.h21 typedef uint16_t mode_t; typedef
23 int mkdir(const char *, mode_t);
/external/bluetooth/bluez/src/
H A Dtextfile.h27 int create_dirs(const char *filename, const mode_t mode);
28 int create_file(const char *filename, const mode_t mode);
/external/kernel-headers/original/linux/
H A 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);
H A 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,
176 mode_t mode, struct proc_dir_entry *base, get_info_t *get_info)
184 mode_t mode, get_info_t *get_info)
190 mode_t mode, const struct file_operations *fops)
216 mode_t mode, struct proc_dir_entry *parent) { return NULL; }
226 mode_t mode, struct proc_dir_entry *base,
229 mode_t mod
[all...]
H A Dipc.h66 mode_t mode;
H A 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)
197 static inline void sysfs_create_device(struct kobject * k, dev_t d, mode_t m)
H A Dtypes.h24 typedef __kernel_mode_t mode_t; typedef
/external/kernel-headers/original/asm-mips/
H A Dstat.h22 mode_t st_mode;
57 mode_t st_mode;
98 mode_t st_mode;
/external/yaffs2/yaffs2/direct/
H A Dyaffsfs.h16 //typedef unsigned long mode_t;
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/openssh/openbsd-compat/
H A Dbsd-cygwin_util.c51 mode_t mode;
54 mode = va_arg(ap, mode_t);
H A Dxmmap.c65 mode_t old_umask;
/external/clang/include/clang/Basic/
H A DFileManager.h29 typedef unsigned short mode_t; typedef
66 mode_t FileMode; // The file mode as returned by 'stat'.
74 FileEntry(dev_t device, ino_t inode, mode_t m)
97 mode_t getFileMode() const { return FileMode; }
/external/ipsec-tools/src/racoon/
H A Dadmin.h42 extern mode_t adminsock_mode;
/external/oprofile/daemon/
H A Dopd_pipe.c29 mode_t orig_umask = umask(0111);
/external/e2fsprogs/debugfs/
H A Ddump.c37 * The mode_xlate function translates a linux mode into a native-OS mode_t.
41 mode_t mask;
55 static mode_t mode_xlate(__u16 lmode)
57 mode_t mode = 0;
/external/linux-tools-perf/util/
H A Dutil.c4 int mkdir_p(char *path, mode_t mode)
/external/dropbear/
H A Dsshpty.c255 if (chmod(tty_name, (mode_t) 0666) < 0
360 mode_t mode;
H A Dsvr-agentfwd.c207 mode_t mode;
H A Dconfig.h.in400 #undef mode_t
/external/e2fsprogs/lib/ext2fs/
H A Dtdb.h146 int open_flags, mode_t mode);
148 int open_flags, mode_t mode,
/external/openssh/
H A Dsshpty.c96 if (chmod(tty, (mode_t) 0666) < 0)
212 mode_t mode;
/external/clang/lib/Lex/
H A DPTHLexer.cpp629 const mode_t mode;
633 PTHStatData(ino_t i, dev_t d, mode_t mo, time_t m, off_t s)
663 mode_t mode = (mode_t) ReadUnalignedLE16(d);
/external/oprofile/libutil++/
H A Dfile_manip.cpp47 mode_t mode = buf.st_mode & ~S_IFMT;
/external/dbus/cmake/
H A Dconfig.h.cmake216 // mingw mode_t
225 typedef int mode_t;

Completed in 408 milliseconds

123