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

/vbox/src/VBox/Runtime/common/path/
H A DRTPathParseSimple.cpp49 * @param poffSuff Where to store the suffix offset (the last dot).
53 RTDECL(size_t) RTPathParseSimple(const char *pszPath, size_t *pcchDir, ssize_t *poffName, ssize_t *poffSuff) argument
90 if (poffSuff)
99 *poffSuff = offSuff;

Completed in 43 milliseconds