S_IROTH           446 ext/phar/func_interceptors.c 	int rmask=S_IROTH, wmask=S_IWOTH, xmask=S_IXOTH; /* access rights defaults to other */
S_IROTH          32381 ext/sqlite3/libsqlite/sqlite3.c                                         S_IROTH|S_IWOTH);
S_IROTH           855 ext/standard/filestat.c 	int flags = 0, rmask=S_IROTH, wmask=S_IWOTH, xmask=S_IXOTH; /* access rights defaults to other */
S_IROTH          1122 sapi/fpm/fpm/fpm_conf.c 		fd = creat(fpm_global_config.pid_file, S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH);