Home
last modified time | relevance | path

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

/scripts/dtc/
A Dsrcpos.c38 const char *slash = strrchr(path, '/'); in get_dirname() local
40 if (slash) { in get_dirname()
41 int len = slash - path; in get_dirname()
A Dlivetree.c598 const char *slash = strchr(label, '/'); in get_node_by_ref() local
601 if (slash) { in get_node_by_ref()
602 buf = xstrndup(label, slash - label); in get_node_by_ref()
604 path = slash + 1; in get_node_by_ref()
/scripts/kconfig/
A Dconfdata.c788 char *slash; in conf_write() local
794 } else if ((slash = strrchr(name, '/'))) { in conf_write()
795 int size = slash - name + 1; in conf_write()
798 if (slash[1]) in conf_write()
799 basename = slash + 1; in conf_write()

Completed in 7 milliseconds