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

  /external/bison/linux-lib/sys/
stat.h 404 # undef S_ISMPB
455 #ifndef S_ISMPB /* V7 */
457 # define S_ISMPB(m) (((m) & S_IFMT) == S_IFMPB)
460 # define S_ISMPB(m) 0
    [all...]
  /external/bison/darwin-lib/sys/
stat.h 404 # undef S_ISMPB
455 #ifndef S_ISMPB /* V7 */
457 # define S_ISMPB(m) (((m) & S_IFMT) == S_IFMPB)
460 # define S_ISMPB(m) 0
    [all...]

Completed in 49 milliseconds