S_IRUSR           406 core/ngx_connection.c                 mode = (S_IRUSR|S_IWUSR|S_IRGRP|S_IWGRP|S_IROTH|S_IWOTH);
S_IRUSR          1207 core/ngx_cycle.c             if ((fi.st_mode & (S_IRUSR|S_IWUSR)) != (S_IRUSR|S_IWUSR)) {
S_IRUSR          1209 core/ngx_cycle.c                 fi.st_mode |= (S_IRUSR|S_IWUSR);
S_IRUSR           515 core/ngx_file.c         if ((fi.st_mode & (S_IRUSR|S_IWUSR|S_IXUSR))
S_IRUSR           516 core/ngx_file.c                                                   != (S_IRUSR|S_IWUSR|S_IXUSR))
S_IRUSR           518 core/ngx_file.c             fi.st_mode |= (S_IRUSR|S_IWUSR|S_IXUSR);