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

/macosx-10.10/tcl-105/tcl_ext/tclvfs/tclvfs/generic/
H A Dvfs.c302 #define VFS_SEPARATOR ':' macro
304 #define VFS_SEPARATOR '/' macro
1019 while (normed[--splitPosition] != VFS_SEPARATOR) {
1100 char sep=VFS_SEPARATOR;
2035 if ((normedString[splitPosition] != VFS_SEPARATOR)
2036 || (VFS_SEPARATOR ==':')) {

Completed in 106 milliseconds