Searched refs:S_IWUSR (Results 51 - 75 of 171) sorted by relevance

1234567

/freebsd-11-stable/contrib/ntp/sntp/
H A Dkod_management.c140 dirmode = S_IRUSR | S_IWUSR | S_IXUSR
/freebsd-11-stable/crypto/openssh/
H A Dauth-krb5.c261 if (fchmod(tmpfd,S_IRUSR | S_IWUSR) == -1) {
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/sys/
H A Dt_mincore.c296 IPC_CREAT | S_IRUSR | S_IWUSR);
/freebsd-11-stable/sys/compat/linuxkpi/common/include/linux/
H A Dfs.h65 #define S_IWUGO (S_IWUSR | S_IWGRP | S_IWOTH)
/freebsd-11-stable/libexec/flua/modules/
H A Dlfs.c346 S_IRUSR | S_IWUSR | S_IXUSR | S_IRGRP | S_IWGRP | S_IXGRP | \
/freebsd-11-stable/contrib/sendmail/libsm/
H A Dstdio.c98 S_IRUSR|S_IWUSR|S_IRGRP|S_IWGRP|S_IROTH|S_IWOTH);
/freebsd-11-stable/usr.sbin/yp_mkdb/
H A Dyp_mkdb.c67 #define PERM_SECURE (S_IRUSR|S_IWUSR)
/freebsd-11-stable/contrib/sendmail/include/sm/
H A Dconf.h739 # ifndef S_IWUSR
740 # define S_IWUSR S_IWRITE macro
1893 # define S_IWRITE S_IWUSR
2725 # ifndef S_IWUSR
2726 # define S_IWUSR 0200 macro
/freebsd-11-stable/contrib/atf/atf-c/detail/
H A Dfs.c631 return st->m_sb.st_mode & S_IWUSR;
728 ((mode & atf_fs_access_w) && (st.st_mode & S_IWUSR)) ||
/freebsd-11-stable/gnu/usr.bin/rcs/lib/
H A Drcsbase.h315 #define WORKMODE(RCSmode, writable) (((RCSmode)&(mode_t)~(S_IWUSR|S_IWGRP|S_IWOTH)) | ((writable)?S_IWUSR:0))
H A Drcsedit.c255 if (chmod(s, S_IWUSR) != 0) {
1612 mode_while_renaming = mode|S_IWUSR;
1904 RCSstat.st_mode & (mode_t)~(S_IWUSR|S_IWGRP|S_IWOTH),
/freebsd-11-stable/libexec/tftpd/
H A Dtftpd.c665 S_IRUSR | S_IWUSR | S_IRGRP |
786 S_IRUSR | S_IWUSR | S_IRGRP |
/freebsd-11-stable/sys/fs/fuse/
H A Dfuse_device.c434 S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP, "fuse");
/freebsd-11-stable/lib/libc/gen/
H A Dsetmode.c273 perm |= S_IWUSR|S_IWGRP|S_IWOTH;
/freebsd-11-stable/bin/sh/
H A Dmiscbltin.c376 if ((mask & S_IWUSR) == 0)
/freebsd-11-stable/contrib/sendmail/editmap/
H A Deditmap.c277 smode = S_IWUSR;
/freebsd-11-stable/contrib/gdb/gdb/
H A Dremote-fileio.c161 hmode |= S_IWUSR;
192 if (mode & S_IWUSR)
1130 st.st_mode = S_IFCHR | (fd == FIO_FD_CONSOLE_IN ? S_IRUSR : S_IWUSR);
/freebsd-11-stable/sys/dev/drm2/ttm/
H A Dttm_page_alloc_dma.c184 .mode = S_IRUGO | S_IWUSR
188 .mode = S_IRUGO | S_IWUSR
192 .mode = S_IRUGO | S_IWUSR
/freebsd-11-stable/usr.sbin/pwd_mkdb/
H A Dpwd_mkdb.c67 #define PERM_INSECURE (S_IRUSR|S_IWUSR|S_IRGRP|S_IROTH)
68 #define PERM_SECURE (S_IRUSR|S_IWUSR)
615 (void)fchmod(fileno(fp), S_IRUSR|S_IWUSR); local
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzfs_acl.c927 (!(seen & S_IWUSR))) {
928 seen |= S_IWUSR;
930 mode |= S_IWUSR;
985 if (!(seen & S_IWUSR)) {
986 seen |= S_IWUSR;
988 mode |= S_IWUSR;
/freebsd-11-stable/sys/cddl/contrib/opensolaris/common/acl/
H A Dacl_common.c1588 if (!(mode & S_IWUSR) && (mode & (S_IWGRP|S_IWOTH)))
1604 if ((mode & S_IWUSR) && (!(mode & S_IWGRP) && (mode & S_IWOTH)))
1614 if (mode & S_IWUSR)
/freebsd-11-stable/contrib/ntp/lib/isc/win32/
H A Dfile.c566 fd = open(filename, flags, S_IRUSR | S_IWUSR);
/freebsd-11-stable/contrib/libreadline/examples/rlfe/
H A Drlfe.c211 chmod(name, S_IRUSR|S_IWUSR);
/freebsd-11-stable/crypto/heimdal/appl/login/
H A Dlogin.c348 if (chmod (ttyn, S_IRUSR | S_IWUSR | S_IWGRP) < 0) {
/freebsd-11-stable/libexec/atrun/
H A Datrun.c258 O_WRONLY | O_CREAT | O_EXCL, S_IWUSR | S_IRUSR)) < 0)

Completed in 189 milliseconds

1234567