Searched refs:libc_stat (Results 1 – 5 of 5) sorted by relevance
45 struct stat libc_stat; in main() local46 assert(stat(foo, &libc_stat) == 0); in main()61 assert(libc_stat.st_ino == raw_stat.st_ino); in main()
65 # define stat libc_stat
4768 * file.c: Use ugly libc_stat trick also for stat64.