HomeSort by: relevance | last modified time | path
    Searched defs:S_IXUGO (Results 1 - 5 of 5) sorted by relevancy

  /src/external/gpl2/xcvs/dist/lib/
stat-macros.h 242 /* S_IXUGO is a common extension to POSIX. */
243 # if !S_IXUGO
244 # define S_IXUGO (S_IXUSR | S_IXGRP | S_IXOTH)
  /src/external/gpl3/gdb/dist/readline/readline/
posixstat.h 160 #define S_IXUGO (S_IXUSR | S_IXGRP | S_IXOTH)
colors.h 99 #if !S_IXUGO
100 # define S_IXUGO (S_IXUSR | S_IXGRP | S_IXOTH)
  /src/external/gpl3/gdb.old/dist/readline/readline/
posixstat.h 160 #define S_IXUGO (S_IXUSR | S_IXGRP | S_IXOTH)
colors.h 99 #if !S_IXUGO
100 # define S_IXUGO (S_IXUSR | S_IXGRP | S_IXOTH)

Completed in 32 milliseconds