Searched refs:statbuf (Results 1 – 4 of 4) sorted by relevance
478 __sanitizer_syscall_pre_impl_stat((long)(filename), (long)(statbuf))504 __sanitizer_syscall_pre_impl_fstat((long)(fd), (long)(statbuf))516 __sanitizer_syscall_pre_impl_newfstat((long)(fd), (long)(statbuf))528 __sanitizer_syscall_pre_impl_fstat64((long)(fd), (long)(statbuf))2298 void __sanitizer_syscall_pre_impl_fstat(long fd, long statbuf);2302 long statbuf);2305 long statbuf);2306 void __sanitizer_syscall_pre_impl_newfstat(long fd, long statbuf);2312 long statbuf);2313 void __sanitizer_syscall_pre_impl_fstat64(long fd, long statbuf);[all …]
895 if (statbuf)952 if (statbuf)961 if (statbuf)974 if (statbuf)987 if (statbuf)996 if (statbuf)1020 if (statbuf)1029 if (statbuf)1042 if (statbuf)2826 if (statbuf)[all …]
838 struct stat statbuf; in preferred_buffer_size()839 if (fstat(FD, &statbuf) != 0) in preferred_buffer_size()845 if (S_ISCHR(statbuf.st_mode) && is_displayed()) in preferred_buffer_size()848 return statbuf.st_blksize; in preferred_buffer_size()
177 int fstat(int fd, struct stat *statbuf);