HomeSort by: relevance | last modified time | path
    Searched refs:mode_t (Results 1 - 25 of 275) sorted by relevancy

1 2 3 4 5 6 7 8 91011

  /src/lib/libc/gen/
getdevmajor_private.h 4 dev_t __getdevmajor50(const char *, mode_t);
setmode.c 71 mode_t bits;
80 static BITCMD *addcmd(BITCMD *, mode_t, mode_t, mode_t, mode_t);
92 mode_t
93 getmode(const void *bbox, mode_t omode)
96 mode_t clrval, newmode, value;
174 set = addcmd(set, (mode_t)(a), (mode_t)(b), (mode_t)(c), (d));
    [all...]
  /src/tools/compat/
getmode.c 39 mode_t *mp = malloc(sizeof(mode_t));
46 mode_t
47 getmode(const void *mp, mode_t mode)
49 mode_t m;
51 m = *((const mode_t *)mp);
lchmod.c 43 lchmod(const char *path, mode_t mode)
  /src/sbin/mount/
mountprog.h 32 mode_t a_mask(const char *);
  /src/lib/libc/compat/include/
stdlib.h 43 __aconst char *devname(int32_t, mode_t);
44 __aconst char *__devname50(dev_t, mode_t);
  /src/lib/libc/sys/
mknodat.c 35 int __mknodat(int, const char *, mode_t, int, dev_t);
38 mknodat(int fd, const char *path, mode_t mode, dev_t dev)
  /src/sys/fs/cd9660/
cd9660_mount.h 50 mode_t fmask; /* file mask to be applied for files */
51 mode_t dmask; /* file mask to be applied for directories */
  /src/sys/fs/ntfs/
ntfsmount.h 41 mode_t mode; /* mask to be applied for ntfs perms */
  /src/sys/fs/tmpfs/
tmpfs_args.h 51 mode_t ta_root_mode;
  /src/lib/librefuse/refuse/
v11.h 54 int (*mknod) (const char *, mode_t, dev_t);
55 int (*mkdir) (const char *, mode_t);
61 int (*chmod) (const char *, mode_t);
v21.h 50 int (*mknod) (const char *, mode_t, dev_t);
51 int (*mkdir) (const char *, mode_t);
57 int (*chmod) (const char *, mode_t);
v25.h 50 int (*mknod) (const char *, mode_t, dev_t);
51 int (*mkdir) (const char *, mode_t);
57 int (*chmod) (const char *, mode_t);
79 int (*create) (const char *, mode_t, struct fuse_file_info *);
v28.h 50 int (*mknod) (const char *, mode_t, dev_t);
51 int (*mkdir) (const char *, mode_t);
57 int (*chmod) (const char *, mode_t);
79 int (*create) (const char *, mode_t, struct fuse_file_info *);
v29.h 50 int (*mknod) (const char *, mode_t, dev_t);
51 int (*mkdir) (const char *, mode_t);
57 int (*chmod) (const char *, mode_t);
79 int (*create) (const char *, mode_t, struct fuse_file_info *);
v34.h 49 int (*mknod) (const char *, mode_t, dev_t);
50 int (*mkdir) (const char *, mode_t);
56 int (*chmod) (const char *, mode_t, struct fuse_file_info *fi);
77 int (*create) (const char *, mode_t, struct fuse_file_info *);
v35.h 49 int (*mknod) (const char *, mode_t, dev_t);
50 int (*mkdir) (const char *, mode_t);
56 int (*chmod) (const char *, mode_t, struct fuse_file_info *fi);
77 int (*create) (const char *, mode_t, struct fuse_file_info *);
  /src/lib/libc/compat/gen/
compat_devname.c 59 devname(int32_t dev, mode_t mode)
  /src/lib/libc/compat-43/
creat.c 46 creat(const char *path, mode_t mode)
  /src/lib/libperfuse/
perfuse.h 36 int perfuse_open(const char *, int, mode_t);
  /src/sys/sys/
vfs_syscalls.h 73 int do_posix_mknodat(struct lwp *, int, const char *, mode_t, dev_t);
74 int do_sys_mknod(struct lwp *, const char *, mode_t, dev_t, enum uio_seg);
75 int do_sys_mknodat(struct lwp *, int, const char *, mode_t, dev_t, enum uio_seg);
79 int do_sys_mkdir(const char *, mode_t, enum uio_seg);
stat.h 61 mode_t st_mode; /* inode protection mode */
243 int chmod(const char *, mode_t);
244 int mkdir(const char *, mode_t);
245 int mkfifo(const char *, mode_t);
250 mode_t umask(mode_t);
258 int fchmod(int, mode_t);
260 int mknod(const char *, mode_t, dev_t) __RENAME(__mknod50);
268 int lchmod(const char *, mode_t);
277 int fchmodat(int, const char *, mode_t, int)
    [all...]
  /src/usr.sbin/bthcid/
bthcid.h 40 int init_control (const char *, mode_t);
  /src/lib/libukfs/
ukfs.h 83 int ukfs_create(struct ukfs *, const char *, mode_t);
84 int ukfs_mkdir(struct ukfs *, const char *, mode_t);
85 int ukfs_mknod(struct ukfs *, const char *, mode_t, dev_t);
86 int ukfs_mkfifo(struct ukfs *, const char *, mode_t);
100 int ukfs_chmod(struct ukfs *, const char *, mode_t);
101 int ukfs_lchmod(struct ukfs *, const char *, mode_t);
149 int ukfs_util_builddirs(struct ukfs *, const char *, mode_t);
  /src/usr.bin/fstat/
fstat.h 34 mode_t mode;
56 mode_t getftype(enum vtype);

Completed in 20 milliseconds

1 2 3 4 5 6 7 8 91011