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

1234567891011>>

/openbsd-current/regress/sbin/isakmpd/common/
H A Dmonitor.c10 monitor_open(const char *path, int flags, mode_t mode)
/openbsd-current/gnu/usr.bin/binutils/include/mpw/sys/
H A Dtypes.h10 typedef unsigned short mode_t; typedef
/openbsd-current/lib/libc/compat-43/
H A Dcreat.c34 creat(const char *path, mode_t mode)
/openbsd-current/usr.bin/at/
H A Dat.h34 mode_t mode;
/openbsd-current/usr.bin/signify/
H A Dsignify.h26 extern int xopen(const char *, int, mode_t);
/openbsd-current/lib/libkvm/
H A Dkvm_file.h43 mode_t _kvm_getftype(enum vtype);
/openbsd-current/usr.bin/cvs/
H A Dutil.h32 void cvs_modetostr(mode_t, char *, size_t);
33 void cvs_strtomode(const char *, mode_t *);
36 void cvs_mkdir(const char *, mode_t);
H A Dbuf.h46 int buf_write(BUF *, const char *, mode_t);
/openbsd-current/sys/sys/
H A Dstat.h46 mode_t st_mode; /* inode protection mode */
194 int chmod(const char *, mode_t);
196 int mknod(const char *, mode_t, dev_t);
197 int mkdir(const char *, mode_t);
198 int mkfifo(const char *, mode_t);
200 mode_t umask(mode_t);
202 int fchmod(int, mode_t);
206 int fchmodat(int, const char *, mode_t, int);
208 int mkdirat(int, const char *, mode_t);
[all...]
H A Dipc.h58 mode_t mode; /* r/w permission */
/openbsd-current/gnu/usr.bin/cvs/vms/
H A Dvms.h4 #define mode_t unsigned int macro
6 #define mode_t unsigned int macro
/openbsd-current/sys/lib/libsa/
H A Dufs2.h39 int ufs2_fchmod(struct open_file *, mode_t);
H A Dfchmod.c38 fchmod(int fd, mode_t m)
H A Dufs.h44 int ufs_fchmod(struct open_file *f, mode_t mode);
/openbsd-current/bin/cp/
H A Dextern.h44 extern mode_t myumask;
/openbsd-current/bin/mkdir/
H A Dmkdir.c45 int mkpath(char *, mode_t, mode_t);
53 mode_t mode, dir_mode;
127 mkpath(char *path, mode_t mode, mode_t dir_mode)
/openbsd-current/lib/libc/sys/
H A Dw_open.c26 mode_t mode = 0;
H A Dw_openat.c26 mode_t mode = 0;
/openbsd-current/lib/libc/gen/
H A Ddevname.c44 devname_nodb(dev_t dev, mode_t type)
69 * Keys in dev.db are a mode_t followed by a dev_t. The former is the
74 devname(dev_t dev, mode_t type)
79 mode_t type;
/openbsd-current/gnu/gcc/fixincludes/tests/base/sys/
H A Dstat.h18 extern int fchmod(int, mode_t);
/openbsd-current/include/
H A Dndbm.h72 DBM *dbm_open(const char *, int, mode_t);
/openbsd-current/sbin/isakmpd/
H A Dmonitor.h55 int monitor_open(const char *, int, mode_t);
/openbsd-current/usr.bin/rcs/
H A Dbuf.h56 int buf_write(BUF *, const char *, mode_t);
/openbsd-current/gnu/usr.bin/binutils/include/mpw/
H A Dstat.h16 mode_t st_mode; /* file mode, protection bits, etc. */
73 _PROTOTYPE( mode_t umask, (int _cmask) );
/openbsd-current/sys/arch/landisk/stand/xxboot/
H A Dufs12.h44 int ufs12_fchmod(struct open_file *f, mode_t mode);

Completed in 300 milliseconds

1234567891011>>