Lines Matching refs:stat
104 # ifndef stat
105 # define stat _stat
108 # define lstat(path,buf) stat(path,buf)
256 struct stat *pStatBuf in statTimesToUtc()
284 struct stat *pStatBuf in fileStat()
287 int rc = stat(zPath, pStatBuf); in fileStat()
291 return stat(zPath, pStatBuf); in fileStat()
302 struct stat *pStatBuf in fileLinkStat()
337 struct stat sStat; in makeDirectory()
385 struct stat sStat; in writeFile()
581 struct stat sStat; /* Current lstat() results */