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

  /external/bison/lib/
sys_stat.in.h 92 # undef S_ISMPB
143 #ifndef S_ISMPB /* V7 */
145 # define S_ISMPB(m) (((m) & S_IFMT) == S_IFMPB)
148 # define S_ISMPB(m) 0
  /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...]
  /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...]

Completed in 1258 milliseconds