Home
last modified time | relevance | path

Searched refs:S_IROTH (Results 1 – 13 of 13) sorted by relevance

/glibc-2.36/sysdeps/posix/
Deuidaccess.c71 #if !defined S_IROTH && defined R_OK
72 # define S_IROTH R_OK macro
147 #if R_OK != S_IROTH || W_OK != S_IWOTH || X_OK != S_IXOTH in euidaccess()
/glibc-2.36/io/sys/
Dstat.h186 #define S_IROTH (S_IRGRP >> 3) /* Read by others. */ macro
197 # define DEFFILEMODE (S_IRUSR|S_IWUSR|S_IRGRP|S_IWGRP|S_IROTH|S_IWOTH)/* 0666*/
/glibc-2.36/sysdeps/unix/sysv/linux/
Dfaccessat.c47 # if R_OK != S_IROTH || W_OK != S_IWOTH || X_OK != S_IXOTH in __faccessat()
/glibc-2.36/io/
Dfcntl.h117 # define S_IROTH (S_IRGRP >> 3) /* Read by others. */ macro
/glibc-2.36/conform/data/
Dfcntl.h-data60 constant S_IROTH
/glibc-2.36/conform/data/sys/
Dstat.h-data92 constant S_IROTH
/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.py667 stat.S_IROTH|stat.S_IXOTH)
/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.texi2443 @item S_IROTH
2457 This is equivalent to @samp{(S_IROTH | S_IWOTH | S_IXOTH)}.
/glibc-2.36/ChangeLog.old/
DChangeLog.52047 * sysdeps/posix/euidaccess.c (S_IROTH, S_IWOTH, S_IXOTH): Defines
DChangeLog.1110447 S_IXUSR, S_IRWXG, S_IRGRP, S_IWGRP, S_IXGRP, S_IRWXO, S_IROTH,