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

/macosx-10.10/tcl-105/tcl/tcl/generic/
H A DtclFileName.c1912 * make it easy on Tcl_FSMatchInDirectory and its
1923 * We want to check for the correct type. Tcl_FSMatchInDirectory
1926 result = Tcl_FSMatchInDirectory(interp, filenamesObj, pathPrefix,
1950 * Tcl_FSMatchInDirectory, but those functions are continually adjusting
2317 * Tcl_FSMatchInDirectory. If we're at the end of the string, then that's
2355 return Tcl_FSMatchInDirectory(interp, matchesObj, pathPtr,
2361 * Tcl_FSMatchInDirectory for each filesystem much easier.
2367 result = Tcl_FSMatchInDirectory(interp, subdirsPtr, pathPtr,
2423 * pass it to Tcl_FSMatchInDirectory with an empty pattern to verify
2504 result = Tcl_FSMatchInDirectory(inter
[all...]
H A DtclStubInit.c956 Tcl_FSMatchInDirectory, /* 445 */
H A DtclDecls.h2632 EXTERN int Tcl_FSMatchInDirectory(Tcl_Interp *interp,
5842 #ifndef Tcl_FSMatchInDirectory
5843 #define Tcl_FSMatchInDirectory \ macro
H A DtclEncoding.c513 Tcl_FSMatchInDirectory(NULL, matchFileList, directory, "*.enc",
H A DtclIOUtil.c1037 * Tcl_FSMatchInDirectory --
1076 Tcl_FSMatchInDirectory(
1141 * single filesystem's implementation of Tcl_FSMatchInDirectory will have
1056 Tcl_FSMatchInDirectory( function
H A DtclTest.c6672 return Tcl_FSMatchInDirectory(interp, resultPtr,
6942 res = Tcl_FSMatchInDirectory(interp, resPtr, origPtr, pattern, types);
/macosx-10.10/tcl-105/tcl84/tcl/generic/
H A DtclFileName.c2187 * TclDoGlob, Tcl_FSMatchInDirectory, but those functions are
2565 ret = Tcl_FSMatchInDirectory(interp, Tcl_GetObjResult(interp),
2570 * Tcl_FSMatchInDirectory for each filesystem much easier.
2579 ret = Tcl_FSMatchInDirectory(interp, resultPtr,
2644 * the path, and pass it to Tcl_FSMatchInDirectory with an
2709 result = Tcl_FSMatchInDirectory(interp, Tcl_GetObjResult(interp),
H A DtclStubInit.c907 Tcl_FSMatchInDirectory, /* 445 */
H A DtclDecls.h1421 EXTERN int Tcl_FSMatchInDirectory _ANSI_ARGS_((
4106 #ifndef Tcl_FSMatchInDirectory
4107 #define Tcl_FSMatchInDirectory \ macro
H A DtclIOUtil.c990 * Tcl_FSMatchInDirectory --
1031 Tcl_FSMatchInDirectory(interp, result, pathPtr, pattern, types)
1074 * Tcl_FSMatchInDirectory will have to deal with it for us.
1014 Tcl_FSMatchInDirectory(interp, result, pathPtr, pattern, types) function
H A DtclTest.c6256 return Tcl_FSMatchInDirectory(interp, resultPtr,

Completed in 327 milliseconds