Searched defs:_stat (Results 1 – 13 of 13) 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
418 GlobSync.prototype._stat = function (f) { method in GlobSync
710 Glob.prototype._stat = function (f, cb) { method in Glob
194 let _stat = stat; variable
218 def _stat(fn): function
64 CXzStatInfo _stat; // it's stat from backward parsing member in NArchive::NXz::CHandler
409 CDirItemsStat *_stat; member
123 static int (*_stat)(const char *, struct stat *) = NULL; variable