Home
last modified time | relevance | path

Searched refs:nextSlash (Results 26 – 50 of 74) sorted by relevance

123

/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.base/windows/classes/sun/nio/fs/
H A DWindowsPathParser.java111 next = nextSlash(input, off, len); in parse()
116 next = nextSlash(input, off, len); in parse()
208 private static final int nextSlash(String path, int off, int end) { in nextSlash() method in WindowsPathParser
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.base/windows/classes/sun/nio/fs/
H A DWindowsPathParser.java111 next = nextSlash(input, off, len); in parse()
116 next = nextSlash(input, off, len); in parse()
208 private static final int nextSlash(String path, int off, int end) { in nextSlash() method in WindowsPathParser
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.base/windows/classes/sun/nio/fs/
H A DWindowsPathParser.java111 next = nextSlash(input, off, len); in parse()
116 next = nextSlash(input, off, len); in parse()
208 private static final int nextSlash(String path, int off, int end) { in nextSlash() method in WindowsPathParser
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.base/windows/classes/sun/nio/fs/
H A DWindowsPathParser.java111 next = nextSlash(input, off, len); in parse()
116 next = nextSlash(input, off, len); in parse()
208 private static final int nextSlash(String path, int off, int end) { in nextSlash() method in WindowsPathParser
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/windows/classes/sun/nio/fs/
H A DWindowsPathParser.java111 next = nextSlash(input, off, len); in parse()
116 next = nextSlash(input, off, len); in parse()
208 private static final int nextSlash(String path, int off, int end) { in nextSlash() method in WindowsPathParser
/dports/x11-toolkits/xmhtml/XmHTML-1.1.10/examples/
H A Dmisc.c110 static char *nextSlash(char *ptr);
150 nextSlash(char *ptr) in nextSlash() function
224 inPtr = nextSlash(inPtr); in compressPathname()
229 inPtr = nextSlash(inPtr); in compressPathname()
/dports/editors/nedit/nedit-5.7/util/
H A DfileUtils.c79 static char *nextSlash(char *ptr);
390 inPtr = nextSlash(inPtr);
394 inPtr = nextSlash(inPtr);
415 *nextSlash(char *ptr) function
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Microsoft.Win32.Registry/src/Microsoft/Win32/
H A DRegistryKey.cs765 int nextSlash = name.IndexOf("\\", StringComparison.OrdinalIgnoreCase); in ValidateKeyName()
767 while (nextSlash != -1) in ValidateKeyName()
769 if ((nextSlash - current) > MaxKeyLength) in ValidateKeyName()
773 current = nextSlash + 1; in ValidateKeyName()
774 nextSlash = name.IndexOf("\\", current, StringComparison.OrdinalIgnoreCase); in ValidateKeyName()
/dports/games/0ad/0ad-0.0.23b-alpha/libraries/source/fcollada/src/FCollada/FUtils/
H A DFUFileManager.cpp301 size_t nextSlash = min(filename.find('/', 2), filename.find('\\', 2)); in ExtractNetworkHostname() local
302 …FUAssert(nextSlash != fstring::npos, return hostname); // The UNC patch should always have at leas… in ExtractNetworkHostname()
303 hostname = filename.substr(2, nextSlash - 2); in ExtractNetworkHostname()
304 filename.erase(0, nextSlash); // Keep the slash to indicate absolute path. in ExtractNetworkHostname()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ua/org.eclipse.help/src/org/eclipse/help/internal/util/
H A DProductPreferences.java133 int nextSlash = helpDataFile.indexOf('/', PLUGINS_ROOT_SLASH.length()); in getTocOrdering() local
134 if (nextSlash > 0) { in getTocOrdering()
135 helpDataPluginId = helpDataFile.substring(PLUGINS_ROOT_SLASH.length(), nextSlash); in getTocOrdering()
136 helpDataPath = helpDataFile.substring(nextSlash + 1); in getTocOrdering()
/dports/devel/hadoop/hadoop-1.2.1/src/core/org/apache/hadoop/fs/
H A DPath.java117 int nextSlash = pathString.indexOf('/', start+2); in Path() local
118 int authEnd = nextSlash > 0 ? nextSlash : pathString.length(); in Path()
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/fs/
H A DPath.java162 int nextSlash = pathString.indexOf('/', start+2); in Path() local
163 int authEnd = nextSlash > 0 ? nextSlash : pathString.length(); in Path()
/dports/archivers/libzippp/libzippp-libzippp-v5.0-1.8.0/src/
H A Dlibzippp.cpp680 int nextSlash = entryName.find(LIBZIPPP_ENTRY_PATH_SEPARATOR); in addEntry() local
681 while (nextSlash!=-1) { in addEntry()
682 string pathToCreate = entryName.substr(0, nextSlash+1); in addEntry()
687 nextSlash = entryName.find(LIBZIPPP_ENTRY_PATH_SEPARATOR, nextSlash+1); in addEntry()
/dports/devel/msbuild/msbuild-0.06/src/Deprecated/Engine/Shared/UnitTests/
H A DFileMatcher_Tests.cs862 …int nextSlash = normalizedCandidate.IndexOfAny(FileMatcher.directorySeparatorCharacters, path.Leng… in GetMatchingDirectories()
863 if (nextSlash != -1) in GetMatchingDirectories()
865 string match = normalizedCandidate.Substring(0, nextSlash + 1); in GetMatchingDirectories()
866 … string baseMatch = Path.GetFileName(normalizedCandidate.Substring(0, nextSlash)); in GetMatchingDirectories()
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/fs/shell/
H A DPathData.java554 int nextSlash = pathString.indexOf('/', start); in stringToUri() local
555 int authEnd = nextSlash > 0 ? nextSlash : pathString.length(); in stringToUri()
/dports/x11-toolkits/lesstif/lesstif-0.95.2/test/Xm/menushell/
H A Dtest10.c45 static char *nextSlash(char *ptr);
138 inPtr = nextSlash(inPtr); in CompressPathname()
142 inPtr = nextSlash(inPtr); in CompressPathname()
163 *nextSlash(char *ptr) in nextSlash() function
H A Dtest11.c45 static char *nextSlash(char *ptr);
138 inPtr = nextSlash(inPtr); in CompressPathname()
142 inPtr = nextSlash(inPtr); in CompressPathname()
163 *nextSlash(char *ptr) in nextSlash() function
/dports/sysutils/isomaster/isomaster-1.3.16/bk/
H A DbkWrite.c1953 char* nextSlash; in writeRockSL() local
1978 nextSlash = strchr(symlink->target + stringCount, '/'); in writeRockSL()
1979 if(nextSlash != NULL) in writeRockSL()
1980 numBytesToSkip = nextSlash - (symlink->target + stringCount); in writeRockSL()
2014 char* nextSlash; in writeRockSL() local
2045 nextSlash = strchr(symlink->target + stringCount, '/'); in writeRockSL()
2046 if(nextSlash != NULL) in writeRockSL()
2047 numBytesToSkip = nextSlash - (symlink->target + stringCount); in writeRockSL()
/dports/games/cdogs-sdl/cdogs-sdl-1.0.1/src/cdogs/
H A Dpic_manager.c326 const char *nextSlash = strchr(picName + strlen(prefix), '/'); in MaybeAddStyleName() local
327 if (nextSlash == NULL) in MaybeAddStyleName()
329 nextSlash = picName + strlen(picName); in MaybeAddStyleName()
332 const size_t len = nextSlash - picName - strlen(prefix); in MaybeAddStyleName()
/dports/www/lagrange/lagrange-1.7.3/lib/the_Foundation/src/
H A Darchive.c478 size_t nextSlash = indexOfCStrFrom_String(&entry->path, "/", size_String(dirPath)); in listDirectory_Archive() local
479 if (nextSlash != iInvalidPos) { in listDirectory_Archive()
484 constBegin_String(&entry->path) + nextSlash + 1 }); in listDirectory_Archive()
/dports/devel/msbuild/msbuild-0.06/src/Shared/UnitTests/
H A DFileMatcher_Tests.cs1741 …int nextSlash = normalizedCandidate.IndexOfAny(FileMatcher.directorySeparatorCharacters, path.Leng… in GetMatchingDirectories()
1742 if (nextSlash != -1) in GetMatchingDirectories()
1749 : normalizedCandidate.Substring(0, nextSlash); in GetMatchingDirectories()
1751 … string baseMatch = Path.GetFileName(normalizedCandidate.Substring(0, nextSlash)); in GetMatchingDirectories()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/mscorlib/microsoft/win32/
H A Dregistrykey.cs2157 int nextSlash = name.IndexOf("\\", StringComparison.OrdinalIgnoreCase); in ValidateKeyName()
2159 while (nextSlash != -1) { in ValidateKeyName()
2160 if ((nextSlash - current) > MaxKeyLength) in ValidateKeyName()
2163 current = nextSlash + 1; in ValidateKeyName()
2164 nextSlash = name.IndexOf("\\", current, StringComparison.OrdinalIgnoreCase); in ValidateKeyName()
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/projectexplorer/
H A Duserfileaccessor.cpp236 const int nextSlash = path.indexOf(slash); in makeRelative() local
237 if (nextSlash > 0) { in makeRelative()
238 for (int p = nextSlash; p >= 0; --p) { in makeRelative()
/dports/x11-toolkits/qt5-gui/kde-qtbase-5.15.2p263/src/corelib/io/
H A Dqdir.cpp100 const int nextSlash = name.indexOf(QLatin1Char('/'), 2); in rootLength() local
101 return nextSlash >= 0 ? nextSlash + 1 : len; in rootLength()
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/src/corelib/io/
H A Dqdir.cpp100 const int nextSlash = name.indexOf(QLatin1Char('/'), 2); in rootLength() local
101 return nextSlash >= 0 ? nextSlash + 1 : len; in rootLength()

123