Home
last modified time | relevance | path

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

/scripts/dtc/
Dflattree.c713 static char *nodename_from_path(const char *ppath, const char *cpath) in nodename_from_path() argument
719 if (!strstarts(cpath, ppath)) in nodename_from_path()
721 cpath, ppath); in nodename_from_path()
727 return xstrdup(cpath + plen); in nodename_from_path()