Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/projects/build/scripts/dtc/
H A Ddtc.h65 #define strneq(a, b, n) (strncmp((a), (b), (n)) == 0) macro
H A Dlivetree.c365 if (p && strneq(path, child->name, p-path)) in get_node_by_path()
H A Dflattree.c731 if (!strneq(ppath, cpath, plen)) in nodename_from_path()