Home
last modified time | relevance | path

Searched refs:S_IXUGO (Results 1 – 4 of 4) sorted by relevance

/external/bison/lib/
Dsys_stat.in.h299 #if !S_IXUGO
300 # define S_IXUGO (S_IXUSR | S_IXGRP | S_IXOTH)
/external/bison/darwin-lib/sys/
Dstat.h611 #if !S_IXUGO
612 # define S_IXUGO (S_IXUSR | S_IXGRP | S_IXOTH) macro
/external/bison/linux-lib/sys/
Dstat.h611 #if !S_IXUGO
612 # define S_IXUGO (S_IXUSR | S_IXGRP | S_IXOTH) macro
/external/python/cpython2/Lib/plat-atheos/
DIN.py611 S_IXUGO = (S_IXUSR|S_IXGRP|S_IXOTH) variable