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

/macosx-10.10.1/tcl-105/tcl/tcl/generic/
H A DtclFCmd.c382 if (Tcl_FSLstat(objv[i], &statBuf) != 0) {
514 if (Tcl_FSLstat(source, &sourceStatBuf) != 0) {
518 if (Tcl_FSLstat(target, &targetStatBuf) != 0) {
H A DtclCmdAH.c1159 if (GetStatBuf(interp, objv[2], Tcl_FSLstat, &buf) != TCL_OK) {
1186 if (GetStatBuf(interp, objv[2], Tcl_FSLstat, &buf) != TCL_OK) {
H A DtclStubInit.c960 Tcl_FSLstat, /* 449 */
H A DtclIOUtil.c2057 * Tcl_FSLstat --
2074 Tcl_FSLstat(
4226 if (Tcl_FSLstat(source, &sourceStatBuf) == 0) {
2041 Tcl_FSLstat( function
H A DtclDecls.h2657 EXTERN int Tcl_FSLstat(Tcl_Obj *pathPtr, Tcl_StatBuf *buf);
5858 #ifndef Tcl_FSLstat
5859 #define Tcl_FSLstat \ macro
H A DtclTest.c6632 return Tcl_FSLstat(TestReportGetNativePath(path), buf);
/macosx-10.10.1/tcl-105/tcl84/tcl/generic/
H A DtclFCmd.c379 if (Tcl_FSLstat(objv[i], &statBuf) != 0) {
505 if (Tcl_FSLstat(source, &sourceStatBuf) != 0) {
509 if (Tcl_FSLstat(target, &targetStatBuf) != 0) {
H A DtclStubInit.c911 Tcl_FSLstat, /* 449 */
H A DtclCmdAH.c1085 if (GetStatBuf(interp, objv[2], Tcl_FSLstat, &buf) != TCL_OK) {
1386 if (GetStatBuf(interp, objv[2], Tcl_FSLstat, &buf) != TCL_OK) {
H A DtclDecls.h1435 EXTERN int Tcl_FSLstat _ANSI_ARGS_((Tcl_Obj * pathPtr,
4122 #ifndef Tcl_FSLstat
4123 #define Tcl_FSLstat \ macro
H A DtclIOUtil.c2012 * Tcl_FSLstat --
2030 Tcl_FSLstat(pathPtr, buf)
3749 if (Tcl_FSLstat(source, &sourceStatBuf) == 0) {
2001 Tcl_FSLstat(pathPtr, buf) function
H A DtclTest.c6217 return Tcl_FSLstat(TestReportGetNativePath(path),buf);

Completed in 369 milliseconds