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

  /external/oprofile/libpp/
populate_for_spu.cpp 149 goto do_check;
156 do_check:
  /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 652 milliseconds