HomeSort by: relevance | last modified time | path
    Searched defs:check_string_count (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl2/dtc/dist/tests/
stringlist.c 60 static void check_string_count(const void *fdt, const char *path, function
130 check_string_count(fdt, "/", "compatible", 1);
131 check_string_count(fdt, "/device", "compatible", 2);
132 check_string_count(fdt, "/device", "big-endian", 0);
stringlist.c 60 static void check_string_count(const void *fdt, const char *path, function
130 check_string_count(fdt, "/", "compatible", 1);
131 check_string_count(fdt, "/device", "compatible", 2);
132 check_string_count(fdt, "/device", "big-endian", 0);

Completed in 46 milliseconds