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

  /external/oprofile/libpp/
populate_for_spu.cpp 149 goto do_check;
156 do_check:
  /external/chromium_org/net/base/registry_controlled_domains/
registry_controlled_domain.cc 117 bool do_check = !(rule->type & kPrivateRule) || local
119 if (do_check && base::strncasecmp(domain_str,
  /external/iptables/libiptc/
libip4tc.c 320 do_check(struct iptc_handle *h, unsigned int line)
libip6tc.c 265 do_check(struct xtc_handle *h, unsigned int line) function
libiptc.c 199 static void do_check(struct xtc_handle *h, unsigned int line);
200 #define CHECK(h) do { if (!getenv("IPTC_NO_CHECK")) do_check((h), __LINE__); } while(0)
    [all...]

Completed in 120 milliseconds