Searched refs:strneq (Results 1 – 3 of 3) sorted by relevance
65 #define strneq(a, b, n) (strncmp((a), (b), (n)) == 0) macro
365 if (p && strneq(path, child->name, p-path)) in get_node_by_path()
729 if (!strneq(ppath, cpath, plen)) in nodename_from_path()