Home
last modified time | relevance | path

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

/scripts/kconfig/
Dconfdata.c408 char *slash; in conf_write() local
414 } else if ((slash = strrchr(name, '/'))) { in conf_write()
415 int size = slash - name + 1; in conf_write()
418 if (slash[1]) in conf_write()
419 basename = slash + 1; in conf_write()