Home | History | Annotate | Download | only in tests

Lines Matching full:forward

34 # All forward '/' and back '\' slashes are treated identically except leading
36 # Forward slashes are simpler processed in Perl, do not require extra escaping
38 # all functions return paths with only forward slashes except
39 # 'sys_native_path' which returns paths with first forward slash for form (5).
122 # Performs path "normalization": all slashes converted to forward
158 # Replace back slashes with forward slashes.
190 # Returned paths contain only single forward slashes (no back and
229 # Replace any back and duplicated slashes with single forward slashes.
232 # Convert leading slash back to forward slash to indicate
240 # Remove leading duplicated forward and back slashes, as they may
246 # Use 'cygpath', '-m' means Win32 path with forward slashes.
256 # Remove any duplicated forward slashes (added by 'cygpath' for root
272 # Replace any back and duplicated slashes with single forward slashes.
279 # Replace any back and duplicated slashes with single forward slashes.
286 # Replace any back and duplicated slashes with single forward slashes.
330 # Remove leading duplicated forward and back slashes, as they may
335 # Use 'cygpath', '-m' means Win32 path with forward slashes,
346 # Remove any duplicated forward slashes (added by 'cygpath' for root
355 # Replace any possible back slashes with forward slashes,
366 # Replace any possible back slashes with forward slashes,
395 # Replace any back and duplicated slashes with single forward slashes.
432 # Replace any possible back slashes with forward slashes,
484 # Replace any possible back slashes with forward slashes,
500 # Replace any possible back slashes with forward slashes,
527 # Performs path "normalization": all slashes converted to forward
559 # Replace backslash with forward slash if required.
605 # Remove leading double forward slashes, as they turn off Msys
657 # Replace any possible back slashes with forward slashes,
664 # Returned paths contain only single forward slashes (no back and
670 # Replace any possible back slashes and duplicated forward slashes
671 # with single forward slashes.
704 # Replace all back slashes with forward slashes.