Lines Matching defs:statbuf
124 int UTIL_stat(const char* filename, stat_t* statbuf) in UTIL_stat()
137 stat_t statbuf; in UTIL_isRegularFile() local
141 int UTIL_isRegularFileStat(const stat_t* statbuf) in UTIL_isRegularFileStat()
151 int UTIL_chmod(char const* filename, const stat_t* statbuf, mode_t permissions) in UTIL_chmod()
162 int UTIL_setFileStat(const char *filename, const stat_t *statbuf) in UTIL_setFileStat()
203 stat_t statbuf; in UTIL_isDirectory() local
207 int UTIL_isDirectoryStat(const stat_t* statbuf) in UTIL_isDirectoryStat()
245 stat_t statbuf; in UTIL_isFIFO() local
253 int UTIL_isFIFOStat(const stat_t* statbuf) in UTIL_isFIFOStat()
267 stat_t statbuf; in UTIL_isLink() local
277 stat_t statbuf; in UTIL_getFileSize() local
282 U64 UTIL_getFileSizeStat(const stat_t* statbuf) in UTIL_getFileSizeStat()
369 stat_t statbuf; in UTIL_createFileNamesTable_fromFileName() local