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

/macosx-10.10/tcl-105/tcl/tcl/generic/
H A DtclCmdAH.c881 if (GetStatBuf(interp, objv[2], Tcl_FSStat, &buf) != TCL_OK) {
918 if (GetStatBuf(interp, objv[2], Tcl_FSStat, &buf) != TCL_OK) {
984 if (GetStatBuf(NULL, objv[2], Tcl_FSStat, &buf) == TCL_OK) {
994 if (GetStatBuf(NULL, objv[2], Tcl_FSStat, &buf) == TCL_OK) {
1004 if (GetStatBuf(NULL, objv[2], Tcl_FSStat, &buf) == TCL_OK) {
1168 if (GetStatBuf(interp, objv[2], Tcl_FSStat, &buf) != TCL_OK) {
1176 if (GetStatBuf(interp, objv[2], Tcl_FSStat, &buf) != TCL_OK) {
H A DtclFCmd.c145 * Call Tcl_FSStat() so that if target is a symlink that points to a
150 if ((Tcl_FSStat(target, &statBuf) != 0) || !S_ISDIR(statBuf.st_mode)) {
256 * Call Tcl_FSStat() so that if target is a symlink that points to
260 if (Tcl_FSStat(target, &statBuf) == 0) {
268 * If Tcl_FSStat() failed and the error is anything other than
282 if ((Tcl_FSStat(target, &statBuf) == 0)
640 if (Tcl_FSStat(source, &sourceStatBuf) != 0) {
H A DtclIOUtil.c73 ret = Tcl_FSStat(pathPtr, &buf);
1782 if (Tcl_FSStat(pathPtr, &statBuf) == -1) {
1961 * Tcl_FSStat --
1978 Tcl_FSStat(
2937 if ((Tcl_FSStat(pathPtr, &buf) == 0) && (S_ISDIR(buf.st_mode))
3235 ret = Tcl_FSStat(pathPtr, &statBuf);
1946 Tcl_FSStat( function
H A DtclStubInit.c965 Tcl_FSStat, /* 454 */
H A DtclDecls.h2685 EXTERN int Tcl_FSStat(Tcl_Obj *pathPtr, Tcl_StatBuf *buf);
5878 #ifndef Tcl_FSStat
5879 #define Tcl_FSStat \ macro
H A DtclEncoding.c3586 if ((0 == Tcl_FSStat(path, &stat)) && S_ISDIR(stat.st_mode)) {
H A DtclTest.c6623 return Tcl_FSStat(TestReportGetNativePath(path), buf);
7000 int res = Tcl_FSStat(tempPtr, bufPtr);
/macosx-10.10/tcl-105/tcl84/tcl/generic/
H A DtclCmdAH.c862 if (GetStatBuf(interp, objv[2], Tcl_FSStat, &buf) != TCL_OK) {
886 if (GetStatBuf(interp, objv[2], Tcl_FSStat, &buf) != TCL_OK) {
956 if (GetStatBuf(NULL, objv[2], Tcl_FSStat, &buf) == TCL_OK) {
970 if (GetStatBuf(NULL, objv[2], Tcl_FSStat, &buf) == TCL_OK) {
1099 if (GetStatBuf(interp, objv[2], Tcl_FSStat, &buf) != TCL_OK) {
1123 if (GetStatBuf(interp, objv[2], Tcl_FSStat, &buf) != TCL_OK) {
1177 if (GetStatBuf(NULL, objv[2], Tcl_FSStat, &buf) == TCL_OK) {
1296 if (GetStatBuf(interp, objv[2], Tcl_FSStat, &buf) != TCL_OK) {
1318 if (GetStatBuf(interp, objv[2], Tcl_FSStat, &buf) != TCL_OK) {
H A DtclFCmd.c147 * Call Tcl_FSStat() so that if target is a symlink that points to a
152 if ((Tcl_FSStat(target, &statBuf) != 0) || !S_ISDIR(statBuf.st_mode)) {
257 * Call Tcl_FSStat() so that if target is a symlink that
262 if (Tcl_FSStat(target, &statBuf) == 0) {
270 * If Tcl_FSStat() failed and the error is anything
283 if ((Tcl_FSStat(target, &statBuf) == 0)
602 if (Tcl_FSStat(source, &sourceStatBuf) != 0) {
H A DtclStubInit.c916 Tcl_FSStat, /* 454 */
H A DtclIOUtil.c141 ret = Tcl_FSStat(pathPtr, &buf);
1757 if (Tcl_FSStat(pathPtr, &statBuf) == -1) {
1920 * Tcl_FSStat --
1937 Tcl_FSStat(pathPtr, buf)
2731 if ((Tcl_FSStat(pathPtr, &buf) == 0)
2870 ret = Tcl_FSStat(pathPtr, &statBuf);
1909 Tcl_FSStat(pathPtr, buf) function
H A DtclDecls.h1452 EXTERN int Tcl_FSStat _ANSI_ARGS_((Tcl_Obj * pathPtr,
4142 #ifndef Tcl_FSStat
4143 #define Tcl_FSStat \ macro
H A DtclTest.c6209 return Tcl_FSStat(TestReportGetNativePath(path),buf);
6571 int res = Tcl_FSStat(tempPtr, bufPtr);

Completed in 256 milliseconds