Searched refs:S_IWGRP (Results 26 - 50 of 84) sorted by relevance

1234

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/theos/
H A D_stat.c38 umask |= S_IWUSR|S_IWGRP;
78 if (!(mask & (S_IWUSR|S_IWGRP)))
383 st->st_mode |= S_IWGRP | S_IWOTH | S_IRGRP | S_IROTH;
389 st->st_mode |= S_IWGRP | S_IWOTH;
H A Dstat.h50 #define S_IWGRP 0x0010 macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-tests/
H A Dtest-sys_stat.c37 S_IRWXG, S_IRGRP, S_IWGRP, S_IXGRP,
61 verify (S_IRWXG == (S_IRGRP | S_IWGRP | S_IXGRP));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/misc/
H A Dcytherm.c133 static DEVICE_ATTR(brightness, S_IRUGO | S_IWUSR | S_IWGRP,
283 static DEVICE_ATTR(port0, S_IRUGO | S_IWUSR | S_IWGRP, show_port0, set_port0);
343 static DEVICE_ATTR(port1, S_IRUGO | S_IWUSR | S_IWGRP, show_port1, set_port1);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/src/share/grabbag/
H A Dfile.c95 stats.st_mode &= ~S_IWGRP;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/macos/source/
H A Dmacstat.c137 buf->st_mode |= S_IWUSR | S_IWGRP | S_IWOTH;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dacl.c201 if (mode & S_IWGRP) acl_text[11] = 'w';
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/libatalk/acl/
H A Dunix.c365 if (mode & S_IWGRP)
470 if (mode & S_IWGRP)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dwrite-csharp.c57 #if !S_IWGRP
58 # define S_IWGRP (S_IWUSR >> 3) macro
685 | S_IRGRP | S_IWGRP | S_IXGRP
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/affs/
H A Damigaffs.c405 mode |= S_IWGRP;
436 if (mode & S_IWGRP)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/include/atalk/
H A Dadouble.h481 mode |= S_IWGRP;
488 if ((mode & S_IWGRP))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/bftpd-1.6.6/
H A Ddirlist.c215 if (statbuf.st_mode & S_IWGRP)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/libatalk/vfs/
H A Dunix.c42 ( (mode & S_IWGRP) && !(mode & S_IRGRP)) )
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/tpm/
H A Dtpm_atmel.c131 static DEVICE_ATTR(cancel, S_IWUSR |S_IWGRP, NULL, tpm_store_cancel);
H A Dtpm_nsc.c242 static DEVICE_ATTR(cancel, S_IWUSR|S_IWGRP, NULL, tpm_store_cancel);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/include/
H A Dincludes.h953 #ifndef S_IWGRP
954 #define S_IWGRP 00020 /* write permission: group */ macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/hostfs/
H A Dhostfs_user.c188 mode |= gw ? S_IWGRP : 0;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/os/
H A Dos_map.c573 if (env->db_mode & S_IWGRP)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-msm/
H A Dirq-vic.c42 S_IRUGO | S_IWUSR | S_IWGRP);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/smbd/
H A Dposix_acls.c901 mode = S_IRGRP|S_IWGRP|S_IXGRP;
904 mode |= ((*mask) & (GENERIC_WRITE_ACCESS|FILE_SPECIFIC_WRITE_BITS)) ? S_IWGRP : 0;
1025 and_bits = unix_perms_to_acl_perms(and_bits, S_IRGRP, S_IWGRP, S_IXGRP);
1026 or_bits = unix_perms_to_acl_perms(or_bits, S_IRGRP, S_IWGRP, S_IXGRP);
1178 pace->perms = unix_perms_to_acl_perms(pst->st_mode, S_IRGRP, S_IWGRP, S_IXGRP);
2615 *posix_perms |= MAP_PERM(group_ace->perms, S_IWUSR, S_IWGRP);
3366 *mode &= ~(S_IRGRP|S_IWGRP|S_IXGRP);
3368 *mode |= (SMB_VFS_SYS_ACL_GET_PERM(conn, permset, SMB_ACL_WRITE) ? S_IWGRP : 0);
3412 perms = unix_perms_to_acl_perms(mode, S_IRGRP, S_IWGRP, S_IXGRP);
4173 ret = (psbuf->st_mode & S_IWGRP)
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/pvrusb2/
H A Dpvrusb2-sysfs.c362 cip->attr_val.attr.mode |= S_IWUSR|S_IWGRP;
363 cip->attr_custom.attr.mode |= S_IWUSR|S_IWGRP;
428 dip->attr_debugcmd.attr.mode = S_IRUGO|S_IWUSR|S_IWGRP;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/pci/
H A Dpci-sysfs.c270 __ATTR(rescan, (S_IWUSR|S_IWGRP), NULL, bus_rescan_store),
343 __ATTR(remove, (S_IWUSR|S_IWGRP), NULL, remove_store),
344 __ATTR(rescan, (S_IWUSR|S_IWGRP), NULL, dev_rescan_store),
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/kernel/
H A Dvio.c969 __ATTR(cmo_desired, S_IWUSR|S_IRUSR|S_IWGRP|S_IRGRP|S_IROTH,
973 __ATTR(cmo_allocs_failed, S_IWUSR|S_IRUSR|S_IWGRP|S_IRGRP|S_IROTH,
1025 __ATTR(cmo_high, S_IWUSR|S_IRUSR|S_IWGRP|S_IRGRP|S_IROTH,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/bin/ad/
H A Dad_ls.c421 putchar(MODE(S_IWGRP) ? 'w' : '-');
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/radvd/
H A Dradvd.c665 ((st->st_mode & S_IWGRP && pw->pw_gid == st->st_gid) ||

Completed in 4128 milliseconds

1234