Searched defs:lastDot (Results 1 - 2 of 2) sorted by relevance

/vbox/src/libs/xpcom18a4/xpcom/io/
H A DnsLocalFileCommon.cpp97 const char* lastDot = strrchr(leafName.get(), '.'); local
99 if (lastDot)
101 strncpy(suffix, lastDot, kMaxFilenameLength); // include '.'
103 leafName.SetLength(lastDot - leafName.get()); // strip suffix and dot.
/vbox/src/libs/xpcom18a4/xpcom/obsolete/
H A DnsFileSpec.cpp919 char* lastDot = strrchr(leafName, '.'); local
921 if (lastDot)
923 suffix = nsCRT::strdup(lastDot); // include '.'
924 *lastDot = '\0'; // strip suffix and dot.

Completed in 2292 milliseconds