Lines Matching refs:aszPathTmp
89 char aszPathTmp[RTPATH_MAX + 1];
101 if (offPathTmp + 3 >= sizeof(aszPathTmp) - 1)
103 aszPathTmp[offPathTmp++] = '.';
104 aszPathTmp[offPathTmp++] = '.';
105 aszPathTmp[offPathTmp++] = RTPATH_SLASH;
110 aszPathTmp[offPathTmp] = '\0';
113 char *pszPathTmp = &aszPathTmp[offPathTmp];
114 size_t cbPathTmp = sizeof(aszPathTmp) - offPathTmp - 1;
120 size_t cchPathTmp = strlen(aszPathTmp);
123 memcpy(pszPathDst, aszPathTmp, cchPathTmp + 1);