Home
last modified time | relevance | path

Searched refs:S_IRGRP (Results 1 – 11 of 11) sorted by relevance

/glibc-2.36/io/sys/
Dstat.h180 #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/
Dfcntl.h111 # 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/
Dfcntl.h-data56 constant S_IRGRP
/glibc-2.36/conform/data/sys/
Dstat.h-data88 constant S_IRGRP
/glibc-2.36/elf/
Dcache.c737 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/
Dlocarchive.c217 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/
Dbuild-many-glibcs.py666 mode_exec = (stat.S_IRWXU|stat.S_IRGRP|stat.S_IXGRP|
/glibc-2.36/timezone/
Dzic.c42 #define MKDIR_UMASK (S_IRUSR|S_IWUSR|S_IXUSR|S_IRGRP|S_IXGRP|S_IROTH|S_IXOTH)
/glibc-2.36/manual/
Dfilesys.texi2426 @item S_IRGRP
2441 This is equivalent to @samp{(S_IRGRP | S_IWGRP | S_IXGRP)}.
/glibc-2.36/ChangeLog.old/
DChangeLog.1110447 S_IXUSR, S_IRWXG, S_IRGRP, S_IWGRP, S_IXGRP, S_IRWXO, S_IROTH,
DChangeLog.1850902 * conform/data/sys/stat.h-data (S_IRGRP): Require constant.