Home
last modified time | relevance | path

Searched refs:strneq (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/buildroot/package/mkpasswd/
H A Dutils.h7 #define strneq(a, b, n) (strncmp(a, b, n) == 0) macro
H A Dmkpasswd.c349 if (!strneq(result, salt, strlen(salt_prefix))) { in main()
/OK3568_Linux_fs/u-boot/scripts/dtc/
H A Ddtc.h70 #define strneq(a, b, n) (strncmp((a), (b), (n)) == 0) macro
H A Dchecks.c699 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 Dflattree.c734 if (!strneq(ppath, cpath, plen)) in nodename_from_path()
H A Dlivetree.c510 strneq(path, child->name, p-path)) in get_node_by_path()