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

1234567891011>>

/freebsd-10.3-release/lib/libkse/thread/
H A Dthr_creat.c38 extern int __creat(const char *, mode_t);
40 int ___creat(const char *path, mode_t mode);
45 ___creat(const char *path, mode_t mode)
/freebsd-10.3-release/cddl/compat/opensolaris/include/
H A Dsolaris.h12 int mkdirp(const char *, mode_t);
/freebsd-10.3-release/usr.sbin/ppp/
H A Dserver.h39 mode_t mask;
57 extern enum server_stat server_LocalOpen(struct bundle *, const char *, mode_t);
/freebsd-10.3-release/lib/libc/gen/
H A Dsetmode.c64 mode_t bits;
73 static mode_t getumask(void);
74 static BITCMD *addcmd(BITCMD *, mode_t, mode_t, mode_t, mode_t);
86 mode_t
87 getmode(const void *bbox, mode_t omode)
90 mode_t clrval, newmode, value;
165 set = addcmd(set, (mode_t)(
[all...]
H A Ddevname.c46 devname_r(dev_t dev, mode_t type, char *buf, int len)
70 devname(dev_t dev, mode_t type)
/freebsd-10.3-release/contrib/sendmail/include/sm/
H A Dshm.h31 extern int sm_shmsetowner __P((int, uid_t, gid_t, mode_t));
/freebsd-10.3-release/lib/libc/compat-43/
H A Dcreat.c46 __creat(const char *path, mode_t mode)
/freebsd-10.3-release/sys/cddl/contrib/opensolaris/common/acl/
H A Dacl_common.h47 extern void adjust_ace_pair(ace_t *pair, mode_t mode);
48 extern void adjust_ace_pair_common(void *, size_t, size_t, mode_t);
61 int acl_trivial_create(mode_t mode, boolean_t isdir, ace_t **acl, int *count);
62 void acl_trivial_access_masks(mode_t mode, boolean_t isdir,
/freebsd-10.3-release/sys/fs/smbfs/
H A Dsmbfs.h55 mode_t file_mode;
56 mode_t dir_mode;
74 mode_t sm_file_mode;
75 mode_t sm_dir_mode;
/freebsd-10.3-release/sys/sys/
H A Dstat.h76 typedef __mode_t mode_t; typedef
106 mode_t st_mode; /* inode protection mode */
125 mode_t st_mode; /* inode protection mode */
321 int chmod(const char *, mode_t);
326 int fchmod(int, mode_t);
329 int fchmodat(int, const char *, mode_t, int);
337 int lchmod(const char *, mode_t);
342 int mkdir(const char *, mode_t);
343 int mkfifo(const char *, mode_t);
345 int mknod(const char *, mode_t, dev_
[all...]
H A D_semaphore.h46 int ksem_open(semid_t *idp, const char *name, int oflag, mode_t mode,
H A Dksem.h40 mode_t ks_mode; /* protection bits */
H A Dipc.h63 typedef __mode_t mode_t; typedef
91 mode_t mode; /* r/w permission */
H A Dacl.h84 typedef mode_t oldacl_perm_t;
287 acl_perm_t acl_posix1e_mode_to_perm(acl_tag_t tag, mode_t mode);
289 gid_t gid, mode_t mode);
290 mode_t acl_posix1e_perms_to_mode(
294 mode_t acl_posix1e_acl_to_mode(struct acl *acl);
295 mode_t acl_posix1e_newfilemode(mode_t cmode,
301 mode_t mode, int file_owner_id);
302 void acl_nfs4_sync_mode_from_acl(mode_t *mode,
308 struct acl *child_aclp, mode_t mod
[all...]
/freebsd-10.3-release/contrib/libarchive/libarchive/
H A Darchive_entry_strmode.c42 static const mode_t permbits[] =
45 mode_t mode;
/freebsd-10.3-release/contrib/netbsd-tests/lib/libc/c063/
H A Dt_mkdirat.c58 mode_t mode = 0755;
75 mode_t mode = 0755;
90 mode_t mode = 0755;
103 mode_t mode = 0755;
H A Dt_mkfifoat.c59 mode_t mode = 0600;
77 mode_t mode = 0600;
94 mode_t mode = 0600;
107 mode_t mode = 0600;
H A Dt_mknodat.c75 mode_t mode = S_IFCHR|0600;
96 mode_t mode = S_IFCHR|0600;
116 mode_t mode = S_IFCHR|0600;
132 mode_t mode = S_IFCHR|0600;
/freebsd-10.3-release/contrib/apr/file_io/unix/
H A Dfileacc.c35 mode_t apr_unix_perms2mode(apr_fileperms_t perms)
37 mode_t mode = 0;
71 apr_fileperms_t apr_unix_mode2perms(mode_t mode)
/freebsd-10.3-release/bin/mkdir/
H A Dmkdir.c56 static int build(char *, mode_t);
65 mode_t omode;
139 build(char *path, mode_t omode)
142 mode_t numask, oumask;
/freebsd-10.3-release/usr.sbin/rtadvd/
H A Dcontrol.h64 int csock_open(struct sockinfo *, mode_t);
/freebsd-10.3-release/contrib/openbsm/compat/
H A Dflopen.h42 mode_t mode;
53 mode = (mode_t)va_arg(ap, int); /* mode_t promoted to int */
/freebsd-10.3-release/lib/libutil/
H A Dflopen.c45 mode_t mode;
56 mode = (mode_t)va_arg(ap, int); /* mode_t promoted to int */
/freebsd-10.3-release/include/
H A Dspawn.h37 typedef __mode_t mode_t; typedef
84 int, const char * __restrict, int, mode_t);
/freebsd-10.3-release/crypto/openssh/openbsd-compat/
H A Dbsd-cygwin_util.c46 mode_t mode;
49 mode = va_arg(ap, mode_t);

Completed in 594 milliseconds

1234567891011>>