/freebsd/usr.sbin/lpr/common_source/ |
H A D | lp.h | 215 #define LOCK_FILE_MODE (S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP | S_IROTH) 220 #define STAT_FILE_MODE (S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP | S_IROTH) 221 #define LOG_FILE_MODE (S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP | S_IROTH) 222 #define TEMP_FILE_MODE (S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP | S_IROTH)
|
/freebsd/sys/kern/ |
H A D | subr_acl_nfs4.c | 676 if (mode & S_IRGRP) in acl_nfs4_sync_acl_from_mode_draft() 763 ((seen & S_IRGRP) == 0)) { in acl_nfs4_sync_mode_from_acl() 764 seen |= S_IRGRP; in acl_nfs4_sync_mode_from_acl() 766 mode |= S_IRGRP; in acl_nfs4_sync_mode_from_acl() 787 if ((seen & S_IRGRP) == 0) { in acl_nfs4_sync_mode_from_acl() 788 seen |= S_IRGRP; in acl_nfs4_sync_mode_from_acl() 790 mode |= S_IRGRP; in acl_nfs4_sync_mode_from_acl() 1110 if ((mode & S_IRGRP) == 0) in acl_nfs4_inherit_entries() 1147 if (mode & S_IRGRP) in acl_nfs4_compute_inherited_acl_psarc()
|
H A D | subr_acl_posix1e.c | 379 if (mode & S_IRGRP) in acl_posix1e_mode_to_perm() 453 mode |= S_IRGRP; in acl_posix1e_perms_to_mode()
|
/freebsd/crypto/heimdal/kcm/ |
H A D | acl.c | 109 mask |= S_IRUSR|S_IRGRP|S_IROTH; in kcm_access() 130 mask |= S_IRGRP; in kcm_access()
|
/freebsd/contrib/tcsh/ |
H A D | tc.os.h | 278 #ifndef S_IRGRP 279 # define S_IRGRP (S_IREAD >> 3) macro 329 # define S_IRWXG (S_IRGRP | S_IWGRP | S_IXGRP)
|
/freebsd/contrib/mandoc/ |
H A D | catman.c | 134 S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH)) == -1) { in process_manpage() 180 mkdirat(dstdir_fd, path, S_IRWXU | S_IRGRP | in process_tree()
|
/freebsd/contrib/ntp/libntp/lib/isc/win32/include/isc/ |
H A D | stat.h | 35 #define S_IRGRP _S_IREAD /* Group read permission */ macro
|
/freebsd/usr.bin/mkfifo/ |
H A D | mkfifo.c | 42 #define BASEMODE S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP | \
|
/freebsd/sys/sys/ |
H A D | stat.h | 258 #define S_IRGRP 0000040 /* R for group */ 300 #define DEFFILEMODE (S_IRUSR|S_IWUSR|S_IRGRP|S_IWGRP|S_IROTH|S_IWOTH) 257 #define S_IRGRP global() macro
|
/freebsd/sys/fs/cd9660/ |
H A D | cd9660_node.c | 137 inop->inode.iso_mode |= S_IRGRP; in cd9660_defattr() 148 inop->inode.iso_mode |= S_IRUSR|S_IXUSR|S_IRGRP|S_IXGRP|S_IROTH|S_IXOTH; in cd9660_defattr()
|
/freebsd/crypto/openssh/openbsd-compat/ |
H A D | strmode.c | 100 if (mode & S_IRGRP) in strmode()
|
/freebsd/lib/libc/string/ |
H A D | strmode.c | 97 if (mode & S_IRGRP) in strmode()
|
/freebsd/lib/libc/posix1e/ |
H A D | acl_equiv_mode_np.c | 75 ret_mode |= S_IRGRP; in acl_equiv_mode_np()
|
H A D | acl_from_mode_np.c | 84 if (mode & S_IRGRP) in acl_from_mode_np()
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/cmd/file/ |
H A D | randfree_file.c | 63 mode_t mode = S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH; in main()
|
H A D | largest_file.c | 66 mode_t mode = S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH; in main()
|
/freebsd/contrib/nvi/ex/ |
H A D | ex_mkexrc.c | 65 S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH)) < 0) { in ex_mkexrc()
|
/freebsd/lib/libc/gen/ |
H A D | setmode.c | 254 perm |= S_IRUSR|S_IRGRP|S_IROTH; in setmode() 395 ((who & S_IRGRP) ? CMD2_GBITS : 0) | in addcmd()
|
/freebsd/usr.sbin/pmc/ |
H A D | cmd_pmc_filter.cc | 348 S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH)) < 0) in cmd_pmc_filter() 352 S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH)) < 0) in cmd_pmc_filter()
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/cmd/ |
H A D | mmap_sync.c | 82 S_IRGRP | S_IROTH); in main()
|
/freebsd/contrib/kyua/utils/process/ |
H A D | systembuf_test.cpp | 98 S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH); in test_write()
|
/freebsd/sys/contrib/openzfs/module/os/linux/zfs/ |
H A D | zfs_acl.c | 956 (!(seen & S_IRGRP))) { in zfs_mode_compute() 957 seen |= S_IRGRP; in zfs_mode_compute() 959 mode |= S_IRGRP; in zfs_mode_compute() 984 if (!(seen & S_IRGRP)) { in zfs_mode_compute() 985 seen |= S_IRGRP; in zfs_mode_compute() 987 mode |= S_IRGRP; in zfs_mode_compute() 1223 if (!(mode & S_IRUSR) && (mode & (S_IRGRP|S_IROTH))) in acl_trivial_access_masks() 1231 if (!(mode & S_IRGRP) && (mode & S_IROTH)) in acl_trivial_access_masks() 1239 if ((mode & S_IRUSR) && (!(mode & S_IRGRP) && (mode & S_IROTH))) in acl_trivial_access_masks() 1258 if (mode & S_IRGRP) in acl_trivial_access_masks()
|
/freebsd/contrib/netbsd-tests/lib/libc/sys/ |
H A D | t_umask.c | 50 S_IRGRP,
|
/freebsd/sbin/mksnap_ffs/ |
H A D | mksnap_ffs.c | 185 if (fchmod(fd, S_IRUSR | S_IRGRP) != 0) in main()
|
/freebsd/contrib/elftoolchain/ar/ |
H A D | util.c | 142 buf[4] = (m & S_IRGRP) ? 'r' : '-'; in bsdar_strmode()
|