Searched refs:S_IWUSR (Results 101 - 125 of 171) sorted by relevance

1234567

/freebsd-11-stable/usr.bin/mkimg/
H A Dmkimg.c601 S_IWUSR | S_IRUSR | S_IRGRP | S_IROTH);
/freebsd-11-stable/contrib/wpa/src/utils/
H A Dwpa_debug.c565 S_IRUSR | S_IWUSR | S_IRGRP);
/freebsd-11-stable/contrib/wpa/src/common/
H A Dwpa_ctrl.c149 fchmod(ctrl->s, S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP);
/freebsd-11-stable/sys/dev/ips/
H A Dips.c420 S_IRUSR | S_IWUSR, "ips%d", device_get_unit(sc->dev));
/freebsd-11-stable/contrib/xz/src/xz/
H A Dfile_io.c894 const mode_t mode = S_IRUSR | S_IWUSR;
/freebsd-11-stable/contrib/apr/poll/unix/
H A Dz_asio.c280 rv = msgget(IPC_PRIVATE, S_IWUSR+S_IRUSR); /* user r/w perms */
/freebsd-11-stable/contrib/sendmail/src/
H A Dalias.c544 bitset(S_IWUSR|S_IWGRP|S_IWOTH, stb.st_mode))
/freebsd-11-stable/contrib/sendmail/vacation/
H A Dvacation.c405 S_IRUSR|S_IWUSR, sff,
/freebsd-11-stable/contrib/sendmail/libmilter/
H A Dlistener.c254 S_IRUSR|S_IWUSR, NULL);
/freebsd-11-stable/contrib/sendmail/libsmutil/
H A Dsafefile.c302 bitset(S_IWUSR|S_IWGRP|S_IWOTH, mode) &&
/freebsd-11-stable/sys/ofed/drivers/infiniband/core/
H A Dib_sysfs.c895 hsa->attr.mode = S_IWUSR | S_IRUGO;
1226 static DEVICE_ATTR(node_desc, S_IRUGO | S_IWUSR, show_node_desc, set_node_desc);
/freebsd-11-stable/usr.sbin/acpi/acpidump/
H A Dacpi.c1756 mode = S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH;
1796 fd = open(tmpstr, O_CREAT | O_WRONLY, S_IRUSR | S_IWUSR);
/freebsd-11-stable/contrib/atf/atf-c/
H A Dtc.c216 S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH);
/freebsd-11-stable/contrib/groff/src/preproc/html/
H A Dpre-html.cpp755 #define OUTPUT_STREAM(name) creat((name), S_IWUSR | S_IRUSR)
/freebsd-11-stable/gnu/usr.bin/rcs/ci/
H A Dci.c1179 || (newworkmode&S_IWUSR && !myself(workstat.st_uid))
/freebsd-11-stable/sys/dev/ida/
H A Dida.c319 UID_ROOT, GID_OPERATOR, S_IRUSR | S_IWUSR,
/freebsd-11-stable/sys/dev/twe/
H A Dtwe_freebsd.c361 S_IRUSR | S_IWUSR, "twe%d", device_get_unit(sc->twe_dev));
/freebsd-11-stable/sys/dev/tws/
H A Dtws.c287 UID_ROOT, GID_OPERATOR, S_IRUSR | S_IWUSR, "tws%u",
/freebsd-11-stable/contrib/hyperv/tools/
H A Dhv_kvp_daemon.c64 #define POOL_FILE_MODE (S_IRUSR | S_IWUSR)
/freebsd-11-stable/sys/fs/msdosfs/
H A Dmsdosfs_vfsops.c467 S_IRUSR | S_IRGRP | S_IROTH | S_IWUSR;
/freebsd-11-stable/sys/kern/
H A Dsys_socket.c310 ub->st_mode |= S_IWUSR | S_IWGRP | S_IWOTH;
/freebsd-11-stable/sys/dev/drm/
H A DdrmP.h175 #define DRM_DEV_MODE (S_IRUSR|S_IWUSR|S_IRGRP|S_IWGRP)
/freebsd-11-stable/lib/libpam/modules/pam_krb5/
H A Dpam_krb5.c563 if (chmod(&cache_name[5], (S_IRUSR | S_IWUSR)) == -1) {
/freebsd-11-stable/lib/libedit/
H A Dhistory.c804 if (fchmod(fileno(fp), S_IRUSR|S_IWUSR) == -1)
/freebsd-11-stable/crypto/openssh/
H A Dscp.c1105 mode |= S_IWUSR;

Completed in 326 milliseconds

1234567