Lines Matching defs:stat
42 #include <sys/stat.h>
89 REAL_FUNCTION_POINTER(stat);
136 struct stat st;
138 stat(render_node_path, &st) == -1) {
228 GET_FUNCTION_POINTER(stat);
306 /* Fakes stat to return character device stuff for our fake render node. */
307 PUBLIC int __xstat(int ver, const char *path, struct stat *st)
311 /* Note: call real stat if we're in the process of probing for a free
340 /* Fakes stat to return character device stuff for our fake render node. */
345 /* Note: call real stat if we're in the process of probing for a free
375 PUBLIC int __fxstat(int ver, int fd, struct stat *st)
409 PUBLIC int stat(const char* path, struct stat* stat_buf)
413 /* Note: call real stat if we're in the process of probing for a free
446 /* Note: call real stat if we're in the process of probing for a free
475 PUBLIC int fstat(int fd, struct stat* stat_buf)