Home
last modified time | relevance | path

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

/bionic/libc/upstream-freebsd/
Dfreebsd-compat.h25 #define _fstat fstat macro
/bionic/libc/upstream-freebsd/lib/libc/stdio/
Dmakebuf.c94 if (fp->_file < 0 || _fstat(fp->_file, &st) < 0) { in __swhatbuf()