Searched refs:posixPath (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/tcl-105/tcl/tcl/win/
H A DtclWinFile.c1855 char posixPath[MAX_PATH+1];
1868 cygwin_conv_to_posix_path(path, posixPath);
1869 result = (chdir(posixPath) == 0 ? 1 : 0);
1838 char posixPath[MAX_PATH+1]; local
/macosx-10.10.1/tcl-105/tcl84/tcl/win/
H A DtclWinFile.c1641 char posixPath[MAX_PATH+1];
1650 cygwin_conv_to_posix_path(path, posixPath);
1651 result = (chdir(posixPath) == 0 ? 1 : 0);
1624 char posixPath[MAX_PATH+1]; local

Completed in 123 milliseconds