Searched refs:S_IWUSR (Results 76 - 100 of 171) sorted by relevance

1234567

/freebsd-11-stable/gnu/usr.bin/rcs/co/
H A Dco.c554 if (workstat.st_mode&(S_IWUSR|S_IWGRP|S_IWOTH) && !forceflag) {
/freebsd-11-stable/usr.bin/script/
H A Dscript.c168 S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH)) == -1)
/freebsd-11-stable/sys/fs/smbfs/
H A Dsmbfs_node.c377 va->va_mode &= ~(S_IWUSR|S_IWGRP|S_IWOTH);
/freebsd-11-stable/bin/rm/
H A Drm.c360 sb.st_mode = S_IFWHT|S_IWUSR|S_IRUSR;
/freebsd-11-stable/crypto/openssh/
H A Ddefines.h176 # define S_IWUSR _S_IWUSR /* write permission, owner */ macro
/freebsd-11-stable/contrib/netbsd-tests/kernel/kqueue/
H A Dt_vnode.c63 fd = open(file, O_WRONLY | O_CREAT, S_IRUSR | S_IWUSR);
/freebsd-11-stable/usr.sbin/pmcstat/
H A Dpmcpl_gprof.c134 S_IRUSR|S_IWUSR|S_IRGRP|S_IROTH)) < 0)
/freebsd-11-stable/usr.sbin/nscd/
H A Dconfig.c555 config->socket_mode = S_IFSOCK | S_IRUSR | S_IWUSR |
/freebsd-11-stable/usr.sbin/acpi/acpidb/
H A Dacpidb.c421 mode_t mode = (S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH);
/freebsd-11-stable/usr.sbin/services_mkdb/
H A Dservices_mkdb.c147 (S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH), DB_HASH, &hinfo);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Host/common/
H A DFileSystem.cpp400 mode |= S_IWUSR;
/freebsd-11-stable/contrib/sendmail/makemap/
H A Dmakemap.c458 smode = S_IWUSR;
/freebsd-11-stable/gnu/usr.bin/rcs/lib/
H A Drcsutil.c924 flags&O_CREAT ? creat(file, S_IRUSR|S_IWUSR) :
926 open(file, flags, S_IRUSR|S_IWUSR);
/freebsd-11-stable/sys/dev/drm2/radeon/
H A Dradeon_pm.c436 static DEVICE_ATTR(power_profile, S_IRUGO | S_IWUSR, radeon_get_pm_profile, radeon_set_pm_profile);
437 static DEVICE_ATTR(power_method, S_IRUGO | S_IWUSR, radeon_get_pm_method, radeon_set_pm_method);
/freebsd-11-stable/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_sysfs.c185 vdentry->dentry.attr.mode |= S_IWUSR;
525 element->attr.attr.mode = S_IWUSR | S_IRUGO;
/freebsd-11-stable/usr.sbin/usbdump/
H A Dusbdump.c760 p->wfd = open(w_arg, O_CREAT | O_TRUNC | O_WRONLY, S_IRUSR | S_IWUSR);
884 O_WRONLY, S_IRUSR | S_IWUSR);
/freebsd-11-stable/crypto/heimdal/kcm/
H A Dcache.c313 slot->mode = S_IRUSR | S_IWUSR;
/freebsd-11-stable/lib/libc/db/test/
H A Ddbtest.c162 oflags, S_IRUSR | S_IWUSR, type, infop)) == NULL)
/freebsd-11-stable/contrib/nvi/common/
H A Dlog.c115 S_IRUSR | S_IWUSR, DB_RECNO, NULL);
H A Drecover.c218 (void)chmod(ep->rcv_path, S_IRUSR | S_IWUSR);
/freebsd-11-stable/usr.sbin/lpr/lpr/
H A Dlpr.c469 chmod(dfname, S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP);
/freebsd-11-stable/usr.sbin/ypserv/
H A Dyp_dblookup.c53 #define PERM_SECURE (S_IRUSR|S_IWUSR)
/freebsd-11-stable/contrib/amd/include/
H A Dam_defs.h1320 # undef S_IWUSR macro
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/db/
H A Dh_db.c181 oflags, S_IRUSR | S_IWUSR, type, infop)) == NULL)
/freebsd-11-stable/usr.sbin/bluetooth/sdpd/
H A Dserver.c107 if (chmod(control, S_IRUSR|S_IWUSR|S_IRGRP|S_IWGRP|S_IROTH|S_IWOTH) < 0) {

Completed in 554 milliseconds

1234567