Searched defs:_stat (Results 1 – 8 of 8) sorted by relevance
32 #define SVGA_STATS_COUNT_INC(_sws, _stat) \ argument35 #define SVGA_STATS_TIME_PUSH(_sws, _stat) \ argument44 #define SVGA_STATS_COUNT_INC(_sws, _stat) argument45 #define SVGA_STATS_TIME_PUSH(_sws, _stat) argument
37 const _stat = fs.stat; constant
67 int _stat(const char *path, struct stat *buf) in _stat() function114 int _stat(const char *path, struct stat *buf) in _stat() function
43 Module._stat = function(filename) { function in Module
198 let _stat = stat; variable
220 def _stat(fn): function
252 CDirItemsStat *_stat; member
123 static int (*_stat)(const char *, struct stat *) = NULL; variable