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

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dacl.h32 int copy_acl (char const *, int, char const *, int, mode_t);
33 int set_acl (char const *, int, mode_t);
34 int chmod_or_fchmod (char const *, int, mode_t);
H A Dopen.c36 mode_t mode;
44 /* If mode_t is narrower than int, use the promoted type (int),
45 not mode_t. Use sizeof to guess whether mode_t is narrower;
47 mode = (sizeof (mode_t) < sizeof (int)
49 : va_arg (arg, mode_t));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Ddebugfs.h37 struct dentry *debugfs_create_file(const char *name, mode_t mode,
52 struct dentry *debugfs_create_u8(const char *name, mode_t mode,
54 struct dentry *debugfs_create_u16(const char *name, mode_t mode,
56 struct dentry *debugfs_create_u32(const char *name, mode_t mode,
58 struct dentry *debugfs_create_u64(const char *name, mode_t mode,
60 struct dentry *debugfs_create_x8(const char *name, mode_t mode,
62 struct dentry *debugfs_create_x16(const char *name, mode_t mode,
64 struct dentry *debugfs_create_x32(const char *name, mode_t mode,
66 struct dentry *debugfs_create_x64(const char *name, mode_t mode,
68 struct dentry *debugfs_create_size_t(const char *name, mode_t mod
[all...]
H A Discsi_boot_sysfs.h94 mode_t (*is_visible) (void *data, int type);
106 mode_t (*is_visible) (void *data, int type));
112 mode_t (*is_visible) (void *data, int type));
117 mode_t (*is_visible) (void *data, int type));
H A Dsmb_mount.h52 mode_t file_mode;
53 mode_t dir_mode;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/pptp/
H A Ddirutil.h16 int make_valid_path(char *dirname, mode_t mode);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/coreutils/libcoreutils/
H A Dgetopt_mk_fifo_nod.c26 mode_t getopt_mk_fifo_nod(int argc, char **argv)
28 mode_t mode = 0666;
H A Dcoreutils.h14 mode_t getopt_mk_fifo_nod(int argc, char **argv);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/include/atalk/
H A Dunix.h36 extern int setfilmode(const struct vol *vol, const char *name, mode_t mode, struct stat *st);
37 extern int dir_rx_set(mode_t mode);
38 extern int stickydirmode(const char *name, const mode_t mode, const int dropbox, const mode_t v_umask);
40 extern int copy_file(int sfd, const char *src, const char *dst, mode_t mode);
H A Dacl.h35 extern int nfsv4_chmod(char *name, mode_t mode);
47 extern int posix_chmod(const char *name, mode_t mode);
48 extern int posix_fchmod(int fd, mode_t mode);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/xfs/
H A Dxfs_utils.h21 extern int xfs_dir_ialloc(xfs_trans_t **, xfs_inode_t *, mode_t, xfs_nlink_t,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/xen/
H A Ddebugfs.h6 struct dentry *xen_debugfs_create_u32_array(const char *name, mode_t mode,
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/libbb/
H A Dparse_mode.c18 int bb_parse_mode(const char *s, mode_t *current_mode)
20 static const mode_t who_mask[] = {
26 static const mode_t perm_mask[] = {
38 mode_t wholist;
39 mode_t permlist;
40 mode_t new_mode;
132 mode_t tmp = wholist;
134 mode_t u_mask = umask(0);
H A Dmode_string.c33 #undef mode_t macro
34 #define mode_t unsigned short macro
37 static const mode_t mode_flags[] = {
53 const char *bb_mode_string(mode_t mode)
93 const char *bb_mode_string(mode_t mode)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/include/
H A Dsmb_acls.h25 typedef mode_t *SMB_ACL_PERMSET_T;
26 typedef mode_t SMB_ACL_PERM_T;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/parisc/include/asm/
H A Dipcbuf.h19 mode_t mode;
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/coreutils/
H A Dmkfifo.c19 mode_t mode;
H A Dmkdir.c40 mode_t mode = (mode_t)(-1);
H A Dmknod.c18 static const mode_t modes_cubp[] = { S_IFIFO, S_IFCHR, S_IFBLK };
23 mode_t mode;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/cifs/
H A Dcifs_fs_sb.h48 mode_t mnt_file_mode;
49 mode_t mnt_dir_mode;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/include/asm/
H A Dstat.h34 mode_t st_mode;
36 mode_t st_mode;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/minidlna/
H A Dutils.h32 make_dir(char * path, mode_t mode);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/etc/cnid_dbd/
H A Dusockfd.h16 extern int usockfd_create (char *, mode_t, int);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/modules/
H A Dvfs_audit.c35 static int audit_mkdir(vfs_handle_struct *handle, const char *path, mode_t mode);
37 static int audit_open(vfs_handle_struct *handle, const char *fname, files_struct *fsp, int flags, mode_t mode);
41 static int audit_chmod(vfs_handle_struct *handle, const char *path, mode_t mode);
42 static int audit_chmod_acl(vfs_handle_struct *handle, const char *name, mode_t mode);
43 static int audit_fchmod(vfs_handle_struct *handle, files_struct *fsp, int fd, mode_t mode);
44 static int audit_fchmod_acl(vfs_handle_struct *handle, files_struct *fsp, int fd, mode_t mode);
159 static int audit_mkdir(vfs_handle_struct *handle, const char *path, mode_t mode)
187 static int audit_open(vfs_handle_struct *handle, const char *fname, files_struct *fsp, int flags, mode_t mode)
244 static int audit_chmod(vfs_handle_struct *handle, const char *path, mode_t mode)
258 static int audit_chmod_acl(vfs_handle_struct *handle, const char *path, mode_t mod
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/include/asm/
H A Dstat.h22 mode_t st_mode;
57 mode_t st_mode;
98 mode_t st_mode;

Completed in 103 milliseconds

1234567891011>>