HomeSort by relevance Sort by last modified time
    Searched defs:S_IXUGO (Results 1 - 3 of 3) sorted by null

  /external/kernel-headers/original/linux/
stat.h 54 #define S_IXUGO (S_IXUSR|S_IXGRP|S_IXOTH)
  /external/bison/linux-lib/sys/
stat.h 610 /* S_IXUGO is a common extension to POSIX. */
611 #if !S_IXUGO
612 # define S_IXUGO (S_IXUSR | S_IXGRP | S_IXOTH)
    [all...]
  /external/bison/darwin-lib/sys/
stat.h 610 /* S_IXUGO is a common extension to POSIX. */
611 #if !S_IXUGO
612 # define S_IXUGO (S_IXUSR | S_IXGRP | S_IXOTH)
    [all...]

Completed in 490 milliseconds