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

/vbox/src/libs/xpcom18a4/xpcom/io/
H A DnsLocalFileOS2.cpp413 unsigned char* slash = _mbschr((const unsigned char*) mWorkingPath.get(), '\\'); local
416 if (slash)
419 ++slash;
420 slash = _mbschr(slash, '\\');
422 while (slash)
424 *slash = '\0';
431 *slash = '\\';
432 ++slash;
433 slash
[all...]
H A DnsLocalFileWin.cpp683 // search for first slash after the drive (or volume) name
684 unsigned char* slash = _mbschr(path, '\\'); local
686 if (slash)
689 ++slash;
690 slash = _mbschr(slash, '\\');
692 while (slash)
694 *slash = '\0';
705 *slash = '\\';
706 ++slash;
[all...]
/vbox/src/libs/xpcom18a4/xpcom/typelib/xpidl/
H A Dxpidl_util.c844 const char * slash = strrchr(path, '/'); local
845 /* If we found a slash and its after the current default OS separator */
846 if (slash != NULL && (slash > result))
847 result = slash + 1;
/vbox/src/libs/libxml2-2.6.31/
H A Duri.c1485 * @slash: should we add a leading slash
1496 xmlParseURIPathSegments(xmlURIPtr uri, const char **str, int slash) argument
1527 if (slash)
1543 if (slash) {
2052 * 5) If the path component begins with a slash character ("/"), then
2085 * last (right-most) slash character, if any, are excluded.

Completed in 55 milliseconds