Searched refs:S_IXUGO (Results 1 – 4 of 4) sorted by relevance
299 #if !S_IXUGO300 # define S_IXUGO (S_IXUSR | S_IXGRP | S_IXOTH)
611 #if !S_IXUGO612 # define S_IXUGO (S_IXUSR | S_IXGRP | S_IXOTH) macro
611 S_IXUGO = (S_IXUSR|S_IXGRP|S_IXOTH) variable