HomeSort by: relevance | last modified time | path
    Searched refs:mode_t (Results 1 - 25 of 733) 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);
  /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);
  /src/sbin/mount/
mountprog.h 32 mode_t a_mask(const char *);
  /src/external/ibm-public/postfix/dist/src/util/
edit_file.h 27 mode_t final_mode;
35 extern EDIT_FILE *edit_file_open(const char *, int, mode_t);
open_lock.h 30 extern VSTREAM *open_lock(const char *, int, mode_t, VSTRING *);
open_as.h 25 extern VSTREAM *vstream_fopen_as(const char *, int, mode_t, uid_t, gid_t);
safe_open.h 31 extern VSTREAM *safe_open(const char *, int, mode_t, struct stat *, uid_t, gid_t, VSTRING *);
  /src/external/bsd/openldap/dist/servers/slapd/back-perl/
asperl_undefs.h 35 # undef mode_t macro
  /src/external/cddl/osnet/include/
solaris.h 43 int mkdirp(const char *, mode_t);
  /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/external/bsd/pkg_install/dist/create/
create.h 33 mode_t mode;
66 const char *, const char *, mode_t);
69 const char *, const char *, mode_t);
  /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/external/gpl3/gcc/dist/libgfortran/intrinsics/
umask.c 44 mode_t val = umask((mode_t) *mask);
56 mode_t val = umask((mode_t) *mask);
  /src/external/gpl3/gcc.old/dist/libgfortran/intrinsics/
umask.c 44 mode_t val = umask((mode_t) *mask);
56 mode_t val = umask((mode_t) *mask);
  /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 *);
  /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);

Completed in 26 milliseconds

1 2 3 4 5 6 7 8 91011>>