Home
last modified time | relevance | path

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

/linux-3.4.99/scripts/dtc/
Ddtc.h65 #define strneq(a, b, n) (strncmp((a), (b), (n)) == 0) macro
Dlivetree.c365 if (p && strneq(path, child->name, p-path)) in get_node_by_path()
Dflattree.c729 if (!strneq(ppath, cpath, plen)) in nodename_from_path()