Home
last modified time | relevance | path

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

/linux-4.1.27/scripts/dtc/
Dflattree.c726 static char *nodename_from_path(const char *ppath, const char *cpath) in nodename_from_path() argument
732 if (!strneq(ppath, cpath, plen)) in nodename_from_path()
734 cpath, ppath); in nodename_from_path()
740 return xstrdup(cpath + plen); in nodename_from_path()