Searched refs:strneq (Results 1 – 4 of 4) sorted by relevance
| /rk3399_rockchip-uboot/scripts/dtc/ |
| H A D | dtc.h | 70 #define strneq(a, b, n) (strncmp((a), (b), (n)) == 0) macro
|
| H A D | checks.c | 699 if (!strneq(node->name, "pci", node->basenamelen) && in check_pci_bridge() 700 !strneq(node->name, "pcie", node->basenamelen)) in check_pci_bridge() 831 if (strneq(str, compat, end - str)) in node_is_compatible()
|
| H A D | livetree.c | 510 strneq(path, child->name, p-path)) in get_node_by_path()
|
| H A D | flattree.c | 734 if (!strneq(ppath, cpath, plen)) in nodename_from_path()
|