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

12345

/osnet-11/usr/src/lib/libnsl/dial/
H A Dparms.h70 #define M_DEVICEMODE (mode_t)0600 /* MASTER device mode */
71 #define S_DEVICEMODE (mode_t)0600 /* SLAVE device mode */
72 #define R_DEVICEMODE (mode_t)0600 /* default mode to restore */
H A Duucpdefs.c44 static mode_t Dev_mode; /* save device mode here */
H A Dstrsave.c61 eaccess(char *path, mode_t amode)
H A Duucp.h67 #define LEGALMODE (mode_t)0666
70 #define PUB_FILEMODE (mode_t)0666
73 #define LOGFILEMODE (mode_t)0644
76 #define CFILEMODE (mode_t)0644
79 #define DFILEMODE (mode_t)0600
82 #define PUBMASK (mode_t)0000
85 #define PUB_DIRMODE (mode_t)0777
88 #define DIRMASK (mode_t)0022
400 static mode_t Dev_mode; /* save device mode here */
/osnet-11/usr/src/lib/libc/port/gen/
H A Dmkfifo.c39 mkfifoat(int fd, const char *path, mode_t mode)
48 mkfifo(const char *path, mode_t mode)
H A Dattropen.c66 va_arg(ap, mode_t))) == -1) {
97 va_arg(ap, mode_t))) == -1) {
/osnet-11/usr/src/lib/libc/port/sys/
H A Dmkdir.c32 mkdirat(int fd, const char *path, mode_t mode)
39 mkdir(const char *path, mode_t mode)
H A Dchmod.c35 fchmodat(int fd, const char *path, mode_t mode, int flag)
42 chmod(const char *path, mode_t mode)
49 fchmod(int fd, mode_t mode)
H A Dmknod.c32 mknodat(int fd, const char *path, mode_t mode, dev_t dev)
39 mknod(const char *path, mode_t mode, dev_t dev)
H A Dopen.c50 __openat(int dfd, const char *path, int oflag, mode_t mode)
57 __open(const char *path, int oflag, mode_t mode)
65 __openat64(int dfd, const char *path, int oflag, mode_t mode)
72 __open64(const char *path, int oflag, mode_t mode)
/osnet-11/usr/src/lib/libast/common/comp/
H A Dcreat64.c33 creat64(const char* path, mode_t mode)
H A Dmkfifo.c40 mkfifo(const char* path, mode_t mode)
H A Dmknod.c40 mknod(const char* path, mode_t mode, dev_t dev)
H A Dmkdir.c37 mkdir(const char* path, mode_t mode)
/osnet-11/usr/src/lib/libc/port/rt/
H A Dpos4obj.h67 extern int __pos4obj_open(const char *, char *, int, mode_t, int *);
71 int __open_nc(const char *, int, mode_t);
/osnet-11/usr/src/cmd/sendmail/include/sm/
H A Dshm.h33 extern int sm_shmsetowner __P((int, uid_t, gid_t, mode_t));
/osnet-11/usr/src/lib/libfuse/common/
H A Dfuse_compat.h23 int (*mknod) (const char *, mode_t, dev_t);
24 int (*mkdir) (const char *, mode_t);
30 int (*chmod) (const char *, mode_t);
55 int (*create) (const char *, mode_t, struct fuse_file_info *);
82 int (*mknod) (const char *, mode_t, dev_t);
83 int (*mkdir) (const char *, mode_t);
89 int (*chmod) (const char *, mode_t);
133 int (*mknod) (const char *, mode_t, dev_t);
134 int (*mkdir) (const char *, mode_t);
140 int (*chmod) (const char *, mode_t);
[all...]
/osnet-11/usr/src/lib/libsec/common/
H A Daclmode.c38 acltomode(aclent_t *aclbufp, int nentries, mode_t *modep)
89 aclfrommode(aclent_t *aclbufp, int nentries, mode_t *modep)
93 mode_t mode;
94 mode_t grpmode;
/osnet-11/usr/src/lib/libmail/common/
H A Ddelempty.c37 * int delempty(mode_t mode, char *mailname)
51 delempty(mode_t mode, char *mailname)
/osnet-11/usr/src/lib/libdhcpsvc/head/
H A Ddhcp_svc_confopt.h63 extern int write_dsvc_conf(dhcp_confopt_t *, mode_t);
/osnet-11/usr/src/lib/libmail/inc/
H A Dlibmail.h49 typedef int mode_t; typedef
58 extern int delempty(mode_t m, char *mailname);
/osnet-11/usr/src/lib/libcmd/common/
H A Dmkfifo.c56 register mode_t mode = S_IRUSR|S_IWUSR|S_IRGRP|S_IWGRP|S_IROTH|S_IWOTH;
57 register mode_t mask = 0;
H A Dmkdir.c69 register mode_t mode = DIRMODE;
70 register mode_t mask = 0;
76 mode_t dmode;
/osnet-11/usr/src/lib/libgen/common/
H A Dpathfind.c76 static int fullck(char *, mode_t, int);
109 mode_t imode;
184 fullck(char *name, mode_t mode, int nzflag)
/osnet-11/usr/src/lib/libnisdb/yptol/
H A Dshim_hooks.h61 mode_t file_mode);

Completed in 24 milliseconds

12345