Searched refs:S_IRGRP (Results 1 – 11 of 11) sorted by relevance
/glibc-2.36/io/sys/ |
D | stat.h | 180 #define S_IRGRP (S_IRUSR >> 3) /* Read by group. */ macro 186 #define S_IROTH (S_IRGRP >> 3) /* Read by others. */ 197 # define DEFFILEMODE (S_IRUSR|S_IWUSR|S_IRGRP|S_IWGRP|S_IROTH|S_IWOTH)/* 0666*/
|
/glibc-2.36/io/ |
D | fcntl.h | 111 # define S_IRGRP (S_IRUSR >> 3) /* Read by group. */ macro 117 # define S_IROTH (S_IRGRP >> 3) /* Read by others. */
|
/glibc-2.36/conform/data/ |
D | fcntl.h-data | 56 constant S_IRGRP
|
/glibc-2.36/conform/data/sys/ |
D | stat.h-data | 88 constant S_IRGRP
|
/glibc-2.36/elf/ |
D | cache.c | 737 if (chmod (temp_name, S_IROTH|S_IRGRP|S_IRUSR|S_IWUSR)) in save_cache() 740 S_IROTH|S_IRGRP|S_IRUSR|S_IWUSR); in save_cache()
|
/glibc-2.36/locale/programs/ |
D | locarchive.c | 217 if (fchmod (fd, S_IRUSR|S_IWUSR|S_IRGRP|S_IROTH) == -1) in create_archive() 532 if (fchmod (fd, S_IRUSR|S_IWUSR|S_IRGRP|S_IROTH) == -1) in enlarge_archive()
|
/glibc-2.36/scripts/ |
D | build-many-glibcs.py | 666 mode_exec = (stat.S_IRWXU|stat.S_IRGRP|stat.S_IXGRP|
|
/glibc-2.36/timezone/ |
D | zic.c | 42 #define MKDIR_UMASK (S_IRUSR|S_IWUSR|S_IXUSR|S_IRGRP|S_IXGRP|S_IROTH|S_IXOTH)
|
/glibc-2.36/manual/ |
D | filesys.texi | 2426 @item S_IRGRP 2441 This is equivalent to @samp{(S_IRGRP | S_IWGRP | S_IXGRP)}.
|
/glibc-2.36/ChangeLog.old/ |
D | ChangeLog.11 | 10447 S_IXUSR, S_IRWXG, S_IRGRP, S_IWGRP, S_IXGRP, S_IRWXO, S_IROTH,
|
D | ChangeLog.18 | 50902 * conform/data/sys/stat.h-data (S_IRGRP): Require constant.
|