Searched refs:S_IRGRP (Results 1 - 25 of 94) sorted by relevance

1234

/freebsd-13-stable/contrib/ntp/lib/isc/win32/include/isc/
H A Dstat.h35 #define S_IRGRP _S_IREAD /* Group read permission */ macro
/freebsd-13-stable/contrib/apr/file_io/unix/
H A Dfileacc.c51 mode |= S_IRGRP;
86 if (mode & S_IRGRP)
/freebsd-13-stable/crypto/heimdal/kcm/
H A Dacl.c109 mask |= S_IRUSR|S_IRGRP|S_IROTH;
130 mask |= S_IRGRP;
/freebsd-13-stable/lib/libc/string/
H A Dstrmode.c103 if (mode & S_IRGRP)
/freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/cmd/randfree_file/
H A Drandfree_file.c63 mode_t mode = S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH;
/freebsd-13-stable/contrib/ntp/lib/isc/unix/
H A Dfsaccess.c74 SET_AND_CLEAR(S_IRUSR, S_IRGRP, S_IROTH);
/freebsd-13-stable/crypto/openssh/openbsd-compat/
H A Dstrmode.c100 if (mode & S_IRGRP)
/freebsd-13-stable/usr.sbin/lpr/common_source/
H A Dlp.h218 #define LOCK_FILE_MODE (S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP | S_IROTH)
223 #define STAT_FILE_MODE (S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP | S_IROTH)
224 #define LOG_FILE_MODE (S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP | S_IROTH)
225 #define TEMP_FILE_MODE (S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP | S_IROTH)
/freebsd-13-stable/usr.bin/mkfifo/
H A Dmkfifo.c56 #define BASEMODE S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP | \
/freebsd-13-stable/contrib/mandoc/
H A Dcatman.c134 S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH)) == -1) {
180 mkdirat(dstdir_fd, path, S_IRWXU | S_IRGRP |
/freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/cmd/largest_file/
H A Dlargest_file.c66 mode_t mode = S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH;
/freebsd-13-stable/contrib/nvi/ex/
H A Dex_mkexrc.c65 S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH)) < 0) {
/freebsd-13-stable/contrib/tcsh/
H A Dtc.os.h278 #ifndef S_IRGRP
279 # define S_IRGRP (S_IREAD >> 3) macro
280 #endif /* S_IRGRP */
329 # define S_IRWXG (S_IRGRP | S_IWGRP | S_IXGRP)
/freebsd-13-stable/contrib/kyua/utils/process/
H A Dsystembuf_test.cpp98 S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH);
/freebsd-13-stable/contrib/elftoolchain/ar/
H A Dutil.c142 buf[4] = (m & S_IRGRP) ? 'r' : '-';
/freebsd-13-stable/contrib/netbsd-tests/lib/libc/sys/
H A Dt_umask.c50 S_IRGRP,
/freebsd-13-stable/usr.bin/truncate/
H A Dtruncate.c120 omode = S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH;
/freebsd-13-stable/sys/kern/
H A Dsubr_acl_nfs4.c678 if (mode & S_IRGRP)
765 ((seen & S_IRGRP) == 0)) {
766 seen |= S_IRGRP;
768 mode |= S_IRGRP;
789 if ((seen & S_IRGRP) == 0) {
790 seen |= S_IRGRP;
792 mode |= S_IRGRP;
1112 if ((mode & S_IRGRP) == 0)
1149 if (mode & S_IRGRP)
/freebsd-13-stable/sys/fs/cd9660/
H A Dcd9660_node.c151 inop->inode.iso_mode |= S_IRGRP;
162 inop->inode.iso_mode |= S_IRUSR|S_IXUSR|S_IRGRP|S_IXGRP|S_IROTH|S_IXOTH;
/freebsd-13-stable/sys/sys/
H A Dstat.h260 #define S_IRGRP 0000040 /* R for group */ macro
302 #define DEFFILEMODE (S_IRUSR|S_IWUSR|S_IRGRP|S_IWGRP|S_IROTH|S_IWOTH)
/freebsd-13-stable/sbin/mksnap_ffs/
H A Dmksnap_ffs.c183 if (fchmod(fd, S_IRUSR | S_IRGRP) != 0)
/freebsd-13-stable/crypto/openssh/
H A Dsshpty.c207 (st.st_mode & (S_IRGRP | S_IROTH)) == 0)
/freebsd-13-stable/usr.bin/uuencode/
H A Duuencode.c116 #define RW (S_IRUSR|S_IWUSR|S_IRGRP|S_IWGRP|S_IROTH|S_IWOTH)
/freebsd-13-stable/lib/libc/gen/
H A Dsetmode.c258 perm |= S_IRUSR|S_IRGRP|S_IROTH;
399 ((who & S_IRGRP) ? CMD2_GBITS : 0) |
/freebsd-13-stable/usr.sbin/pmc/
H A Dcmd_pmc_filter.cc352 S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH)) < 0)
356 S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH)) < 0)

Completed in 468 milliseconds

1234