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

  /external/bison/linux-lib/sys/
stat.h 406 # undef S_ISNWK
473 #ifndef S_ISNWK /* HP/UX */
475 # define S_ISNWK(m) (((m) & S_IFMT) == S_IFNWK)
477 # define S_ISNWK(m) 0
    [all...]
  /external/bison/darwin-lib/sys/
stat.h 406 # undef S_ISNWK
473 #ifndef S_ISNWK /* HP/UX */
475 # define S_ISNWK(m) (((m) & S_IFMT) == S_IFNWK)
477 # define S_ISNWK(m) 0
    [all...]

Completed in 150 milliseconds