Home
last modified time | relevance | path

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

/l4re-core-master/uclibc/lib/contrib/uclibc/extra/config/
A Dutil.c166 char *slash = strrchr(path, '/'); in dir_name() local
168 if (slash) in dir_name()
169 size = slash - path + 1; in dir_name()
175 char *slash = strrchr(path, '/'); in base_name() local
176 if (slash) in base_name()
177 path += slash - path + 1; in base_name()
A Dconfdata.c742 char *slash; in conf_write() local
748 } 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()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/
A DChangeLog1551 [_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.
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/
A DChangeLog5409 [_GLIBCXX_FILESYSTEM_IS_WINDOWS]: Convert root-dir to forward-slash.
5411 root-dir is converted to forward slash in generic pathname.
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/
A DChangeLog2539 trailing slash for domain level link.

Completed in 29 milliseconds