Searched refs:slash (Results 1 – 3 of 3) sorted by relevance
38 const char *slash = strrchr(path, '/'); in get_dirname() local40 if (slash) { in get_dirname()41 int len = slash - path; in get_dirname()
598 const char *slash = strchr(label, '/'); in get_node_by_ref() local601 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()
788 char *slash; in conf_write() local794 } 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