Searched refs:_file (Results 1 - 17 of 17) sorted by relevance

/bionic/libc/upstream-openbsd/lib/libc/stdio/
H A Dmakebuf.c71 if (couldbetty && isatty(fp->_file))
84 if (fp->_file < 0 || fstat(fp->_file, &st) < 0) {
H A Dvsnprintf.c57 f._file = -1;
H A Dvsprintf.c52 f._file = -1;
H A Dvasprintf.c34 f._file = -1;
H A Dvdprintf.c63 f._file = -1;
H A Dasprintf.c36 f._file = -1;
H A Dvswprintf.c56 f._file = -1;
H A Dfmemopen.c175 fp->_file = -1;
H A Dopen_memstream.c149 fp->_file = -1;
H A Dopen_wmemstream.c160 fp->_file = -1;
H A Dvfprintf.c129 fake._file = fp->_file;
468 fp->_file >= 0)
H A Dvfwprintf.c107 fake._file = fp->_file;
456 fp->_file >= 0)
/bionic/libc/stdio/
H A Dsnprintf.c59 f._file = -1;
H A Dsprintf.c55 f._file = -1;
H A Dstdio.cpp157 fp->_file = -1; /* no file */
186 fp->_file = fd;
286 if ((wantfd = fp->_file) < 0 && isopen) {
338 // _file is only a short.
346 fp->_file = fd;
382 fp->_file = -1;
397 return TEMP_FAILURE_RETRY(read(fp->_file, buf, n));
406 TEMP_FAILURE_RETRY(lseek64(fp->_file, 0, SEEK_END));
408 return TEMP_FAILURE_RETRY(write(fp->_file, buf, n));
413 return TEMP_FAILURE_RETRY(lseek(fp->_file, offse
[all...]
H A Dstdio_ext.cpp106 int fd = fp->_file;
H A Dlocal.h65 int _file; /* fileno, if Unix descriptor, else -1 */ member in struct:__sFILE
68 short _file; /* fileno, if Unix descriptor, else -1 */ member in struct:__sFILE

Completed in 296 milliseconds