Searched refs:slash (Results 1 – 5 of 5) sorted by relevance
166 char *slash = strrchr(path, '/'); in dir_name() local168 if (slash) in dir_name()169 size = slash - path + 1; in dir_name()175 char *slash = strrchr(path, '/'); in base_name() local176 if (slash) in base_name()177 path += slash - path + 1; in base_name()
742 char *slash; in conf_write() local748 } else if ((slash = strrchr(name, '/'))) { in conf_write()749 int size = slash - name + 1; in conf_write()751 if (slash[1]) in conf_write()752 basename = slash + 1; in conf_write()
1551 [_GLIBCXX_FILESYSTEM_IS_WINDOWS]: Convert root-dir to forward-slash.1553 root-dir is converted to forward slash in generic pathname.2443 trailing slash.2445 bug in _wstat for paths with trailing slash.2447 with trailing slash.4567 Add workaround for bug in _wstat for paths with trailing slash.5156 incorrect treatment of empty filename after trailing slash.
5409 [_GLIBCXX_FILESYSTEM_IS_WINDOWS]: Convert root-dir to forward-slash.5411 root-dir is converted to forward slash in generic pathname.
2539 trailing slash for domain level link.
Completed in 29 milliseconds