Lines Matching refs:punresolved
1237 const sal_Unicode* punresolved = unresolved_path.getStr();
1252 while (*punresolved != '\0')
1256 if ((UNICHAR_DOT == *punresolved) && (UNICHAR_SLASH == *presolvedsf))
1258 if ('\0' == *(punresolved + 1))
1260 punresolved++;
1263 else if (UNICHAR_SLASH == *(punresolved + 1))
1265 punresolved += 2;
1268 …else if ((UNICHAR_DOT == *(punresolved + 1)) && ('\0' == *(punresolved + 2) || (UNICHAR_SLASH == *…
1274 if (UNICHAR_SLASH == *(punresolved + 2))
1275 punresolved += 3;
1277 punresolved += 2;
1286 ustrchrcat(*punresolved++, path_resolved_so_far);
1288 if ('\0' == *punresolved && !realpath_failed)
1301 else if (UNICHAR_SLASH == *punresolved)
1306 ustrchrcat(*punresolved++, path_resolved_so_far);
1333 ustrchrcat(*punresolved++, path_resolved_so_far);
1335 if ('\0' == *punresolved && !realpath_failed)