Home
last modified time | relevance | path

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

/scripts/dtc/
Ddtc.c34 const char *unit; in fill_fullpaths() local
38 unit = strchr(tree->name, '@'); in fill_fullpaths()
39 if (unit) in fill_fullpaths()
40 tree->basenamelen = unit - tree->name; in fill_fullpaths()