Lines Matching refs:off
54 size_t off = 0;
63 off = 2;
64 while (!RTPATH_IS_SLASH(pszPath[off]) && pszPath[off])
65 off++;
66 while (RTPATH_IS_SLASH(pszPath[off]))
67 off++;
70 while (!RTPATH_IS_SLASH(pszPath[off]) && pszPath[off])
71 off++;
76 off = 1;
78 while (RTPATH_IS_SLASH(pszPath[off]))
79 off++;
84 off = 2;
85 while (RTPATH_IS_SLASH(pszPath[off]))
86 off++;
89 Assert(!RTPATH_IS_SLASH(pszPath[off]));
91 return off;