Searched refs:S_IRANY (Results 1 – 1 of 1) sorted by relevance
305 S_IRANY = stat.S_IRUSR | stat.S_IRGRP | stat.S_IROTH variable314 okay = _check_file(filename, S_IRANY)320 return _check_mode(st, mode, S_IRANY, user)369 if check & S_IRANY:417 if check & S_IRANY:418 check -= S_IRANY