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

/macosx-10.10.1/tcl-105/tcl/tcl/generic/
H A DtclFileName.c33 static const char * ExtractWinRoot(const char *path,
49 * Resets the result DString for ExtractWinRoot to accommodate
78 * ExtractWinRoot --
95 ExtractWinRoot(
440 rootEnd = ExtractWinRoot(path, &ds, 0, &type);
719 p = ExtractWinRoot(path, &buf, 0, &type);
93 ExtractWinRoot( function
/macosx-10.10.1/tcl-105/tcl84/tcl/generic/
H A DtclFileName.c75 static CONST char * ExtractWinRoot _ANSI_ARGS_((CONST char *path,
145 * ExtractWinRoot --
163 ExtractWinRoot(path, resultPtr, offset, typePtr)
507 rootEnd = ExtractWinRoot(path, &ds, 0, &type);
790 p = ExtractWinRoot(path, &buf, 0, &type);
160 ExtractWinRoot(path, resultPtr, offset, typePtr) function

Completed in 80 milliseconds