Searched refs:strneq (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/buildroot/package/mkpasswd/ |
| H A D | utils.h | 7 #define strneq(a, b, n) (strncmp(a, b, n) == 0) macro
|
| H A D | mkpasswd.c | 349 if (!strneq(result, salt, strlen(salt_prefix))) { in main()
|
| /OK3568_Linux_fs/u-boot/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 | flattree.c | 734 if (!strneq(ppath, cpath, plen)) in nodename_from_path()
|
| H A D | livetree.c | 510 strneq(path, child->name, p-path)) in get_node_by_path()
|