Home
last modified time | relevance | path

Searched refs:st (Results 1 – 5 of 5) sorted by relevance

/libio/
A Dfiledoalloc.c81 struct __stat64_t64 st; in _IO_file_doallocate() local
84 if (fp->_fileno >= 0 && __builtin_expect (_IO_SYSSTAT (fp, &st), 0) >= 0) in _IO_file_doallocate()
86 if (S_ISCHR (st.st_mode)) in _IO_file_doallocate()
91 DEV_TTY_P (&st) || in _IO_file_doallocate()
97 if (st.st_blksize > 0 && st.st_blksize < BUFSIZ) in _IO_file_doallocate()
98 size = st.st_blksize; in _IO_file_doallocate()
A Dfileops.c547 struct __stat64_t64 st; in libc_hidden_ver() local
549 if (_IO_SYSSTAT (fp, &st) == 0 in libc_hidden_ver()
550 && S_ISREG (st.st_mode) && st.st_size != 0 in libc_hidden_ver()
562 - ROUNDED (st.st_size)); in libc_hidden_ver()
665 struct __stat64_t64 st; in decide_maybe_mmap() local
667 if (_IO_SYSSTAT (fp, &st) == 0 in decide_maybe_mmap()
668 && S_ISREG (st.st_mode) && st.st_size != 0 in decide_maybe_mmap()
684 if (__lseek64 (fp->_fileno, st.st_size, SEEK_SET) != st.st_size) in decide_maybe_mmap()
964 struct __stat64_t64 st; in _IO_new_file_seekoff() local
965 if (_IO_SYSSTAT (fp, &st) == 0 && S_ISREG (st.st_mode)) in _IO_new_file_seekoff()
[all …]
A Doldfileops.c489 struct __stat64_t64 st; in _IO_old_file_seekoff() local
490 if (_IO_SYSSTAT (fp, &st) == 0 && S_ISREG (st.st_mode)) in _IO_old_file_seekoff()
492 offset += st.st_size; in _IO_old_file_seekoff()
A Dwfileops.c841 struct __stat64_t64 st; in _IO_wfile_seekoff() local
842 if (_IO_SYSSTAT (fp, &st) == 0 && S_ISREG (st.st_mode)) in _IO_wfile_seekoff()
844 offset += st.st_size; in _IO_wfile_seekoff()
A Dgenops.c1036 _IO_default_stat (FILE *fp, void *st) in _IO_default_stat() argument

Completed in 17 milliseconds