/osnet-11/usr/src/lib/libnsl/dial/ |
H A D | parms.h | 70 #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 D | uucpdefs.c | 44 static mode_t Dev_mode; /* save device mode here */
|
H A D | strsave.c | 61 eaccess(char *path, mode_t amode)
|
H A D | uucp.h | 67 #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 D | mkfifo.c | 39 mkfifoat(int fd, const char *path, mode_t mode) 48 mkfifo(const char *path, mode_t mode)
|
H A D | attropen.c | 66 va_arg(ap, mode_t))) == -1) { 97 va_arg(ap, mode_t))) == -1) {
|
/osnet-11/usr/src/lib/libc/port/sys/ |
H A D | mkdir.c | 32 mkdirat(int fd, const char *path, mode_t mode) 39 mkdir(const char *path, mode_t mode)
|
H A D | chmod.c | 35 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 D | mknod.c | 32 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 D | open.c | 50 __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 D | creat64.c | 33 creat64(const char* path, mode_t mode)
|
H A D | mkfifo.c | 40 mkfifo(const char* path, mode_t mode)
|
H A D | mknod.c | 40 mknod(const char* path, mode_t mode, dev_t dev)
|
H A D | mkdir.c | 37 mkdir(const char* path, mode_t mode)
|
/osnet-11/usr/src/lib/libc/port/rt/ |
H A D | pos4obj.h | 67 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 D | shm.h | 33 extern int sm_shmsetowner __P((int, uid_t, gid_t, mode_t));
|
/osnet-11/usr/src/lib/libfuse/common/ |
H A D | fuse_compat.h | 23 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 D | aclmode.c | 38 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 D | delempty.c | 37 * int delempty(mode_t mode, char *mailname) 51 delempty(mode_t mode, char *mailname)
|
/osnet-11/usr/src/lib/libdhcpsvc/head/ |
H A D | dhcp_svc_confopt.h | 63 extern int write_dsvc_conf(dhcp_confopt_t *, mode_t);
|
/osnet-11/usr/src/lib/libmail/inc/ |
H A D | libmail.h | 49 typedef int mode_t; typedef 58 extern int delempty(mode_t m, char *mailname);
|
/osnet-11/usr/src/lib/libcmd/common/ |
H A D | mkfifo.c | 56 register mode_t mode = S_IRUSR|S_IWUSR|S_IRGRP|S_IWGRP|S_IROTH|S_IWOTH; 57 register mode_t mask = 0;
|
H A D | mkdir.c | 69 register mode_t mode = DIRMODE; 70 register mode_t mask = 0; 76 mode_t dmode;
|
/osnet-11/usr/src/lib/libgen/common/ |
H A D | pathfind.c | 76 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 D | shim_hooks.h | 61 mode_t file_mode);
|