Home
last modified time | relevance | path

Searched refs:statbuf (Results 1 – 2 of 2) sorted by relevance

/sysdeps/unix/sysv/linux/
A Dfdopendir.c30 struct __stat64_t64 statbuf; in __fdopendir() local
32 if (__glibc_unlikely (__fstat64_time64 (fd, &statbuf) < 0)) in __fdopendir()
34 if (__glibc_unlikely (! S_ISDIR (statbuf.st_mode))) in __fdopendir()
50 return __alloc_dir (fd, false, flags, &statbuf); in __fdopendir()
A Dopendir.c52 struct __stat64_t64 statbuf; in opendir_tail() local
53 if (__glibc_unlikely (__fstat64_time64 (fd, &statbuf) < 0)) in opendir_tail()
55 if (__glibc_unlikely (! S_ISDIR (statbuf.st_mode))) in opendir_tail()
63 return __alloc_dir (fd, true, 0, &statbuf); in opendir_tail()

Completed in 3 milliseconds