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

1234567891011>>

/freebsd-11-stable/cddl/compat/opensolaris/include/
H A Dsolaris.h12 int mkdirp(const char *, mode_t);
/freebsd-11-stable/lib/libc/compat-43/
H A Dcreat.c44 int __creat(const char *path, mode_t mode);
48 __creat(const char *path, mode_t mode)
/freebsd-11-stable/usr.sbin/ppp/
H A Dserver.h41 mode_t mask;
59 extern enum server_stat server_LocalOpen(struct bundle *, const char *, mode_t);
/freebsd-11-stable/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-11-stable/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-11-stable/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-11-stable/contrib/sendmail/include/sm/
H A Dshm.h31 extern int sm_shmsetowner __P((int, uid_t, gid_t, mode_t));
/freebsd-11-stable/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 Dksem.h40 mode_t ks_mode; /* protection bits */
H A D_semaphore.h46 int ksem_open(semid_t *idp, const char *name, int oflag, mode_t mode,
H A Dipc.h63 typedef __mode_t mode_t; typedef
91 mode_t mode; /* r/w permission */
/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_entry_strmode.c42 static const mode_t permbits[] =
45 mode_t mode;
/freebsd-11-stable/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.c58 mode_t mode = 0600;
75 mode_t mode = 0600;
90 mode_t mode = 0600;
103 mode_t mode = 0600;
H A Dt_mknodat.c75 mode_t mode = S_IFCHR|0600;
97 mode_t mode = S_IFCHR|0600;
117 mode_t mode = S_IFCHR|0600;
133 mode_t mode = S_IFCHR|0600;
/freebsd-11-stable/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-11-stable/contrib/blacklist/bin/
H A Dstate.h53 DB *state_open(const char *, int, mode_t);
/freebsd-11-stable/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-11-stable/include/
H A Dndbm.h73 DBM *dbm_open(const char *, int, mode_t);
H A Dspawn.h37 typedef __mode_t mode_t; typedef
84 int, const char * __restrict, int, mode_t);
/freebsd-11-stable/usr.sbin/rtadvd/
H A Dcontrol.h66 int csock_open(struct sockinfo *, mode_t);
/freebsd-11-stable/contrib/openbsm/compat/
H A Dflopen.h42 mode_t mode;
53 mode = (mode_t)va_arg(ap, int); /* mode_t promoted to int */
/freebsd-11-stable/lib/libutil/
H A Dflopen.c45 mode_t mode;
56 mode = (mode_t)va_arg(ap, int); /* mode_t promoted to int */
/freebsd-11-stable/crypto/openssh/openbsd-compat/
H A Dbsd-cygwin_util.c46 mode_t mode;
49 mode = va_arg(ap, mode_t);

Completed in 151 milliseconds

1234567891011>>