Lines Matching refs:statBuf
690 struct MY_STAT statBuf; in cleanUpAndFail() local
701 retVal = MY_STAT ( inName, &statBuf ); in cleanUpAndFail()
984 struct MY_STAT statBuf; in notAStandardFile() local
986 i = MY_LSTAT ( name, &statBuf ); in notAStandardFile()
988 if (MY_S_ISREG(statBuf.st_mode)) return False; in notAStandardFile()
1001 struct MY_STAT statBuf; in countHardLinks() local
1003 i = MY_LSTAT ( name, &statBuf ); in countHardLinks()
1005 return (statBuf.st_nlink - 1); in countHardLinks()
1138 struct MY_STAT statBuf; in compress() local
1185 MY_STAT(inName, &statBuf); in compress()
1186 if ( MY_S_ISDIR(statBuf.st_mode) ) { in compress()
1321 struct MY_STAT statBuf; in uncompress() local
1364 MY_STAT(inName, &statBuf); in uncompress()
1365 if ( MY_S_ISDIR(statBuf.st_mode) ) { in uncompress()
1516 struct MY_STAT statBuf; in testf() local
1544 MY_STAT(inName, &statBuf); in testf()
1545 if ( MY_S_ISDIR(statBuf.st_mode) ) { in testf()