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

/macosx-10.10.1/tcl-105/tcl/tcl/generic/
H A DtclFileName.c437 const char *rootEnd;
440 rootEnd = ExtractWinRoot(path, &ds, 0, &type);
441 if ((rootEnd != path) && (driveNameLengthPtr != NULL)) {
442 *driveNameLengthPtr = rootEnd - path;
433 const char *rootEnd; local
/macosx-10.10.1/tcl-105/tcl84/tcl/generic/
H A DtclFileName.c504 CONST char *rootEnd;
507 rootEnd = ExtractWinRoot(path, &ds, 0, &type);
508 if ((rootEnd != path) && (driveNameLengthPtr != NULL)) {
509 *driveNameLengthPtr = rootEnd - path;
499 CONST char *rootEnd; local

Completed in 83 milliseconds