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

/macosx-10.10.1/tcl-105/tcl_ext/tclx/tclx/generic/
H A DtclXfstat.c32 } modeToSymTable [] = { variable in typeref:struct:__anon12751
99 for (idx = 0; modeToSymTable [idx].strType != NULL; idx++) {
100 if ((statBufPtr->st_mode & S_IFMT) == modeToSymTable [idx].intType)
101 return modeToSymTable [idx].strType;

Completed in 111 milliseconds