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

  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
term_entry.h 103 * Note that WANTED and PRESENT are not simple inverses! If a capability
107 #define PRESENT(s) (((s) != ABSENT_STRING) && ((s) != CANCELLED_STRING))
110 {if (PRESENT(p) && !PRESENT(q)) _nc_warning(#p " but no " #q);}
114 if (PRESENT(q) && !PRESENT(p)) \
116 if (PRESENT(p) && !PRESENT(q)) \
  /external/tcpdump/
ieee802_11.h 145 PRESENT,

Completed in 109 milliseconds