Searched refs:_file (Results 1 – 17 of 17) sorted by relevance
/bionic/libc/upstream-openbsd/lib/libc/stdio/ |
D | makebuf.c | 71 if (couldbetty && isatty(fp->_file)) in __smakebuf() 84 if (fp->_file < 0 || fstat(fp->_file, &st) < 0) { in __swhatbuf()
|
D | vsprintf.c | 52 f._file = -1; in vsprintf()
|
D | vsnprintf.c | 57 f._file = -1; in vsnprintf()
|
D | vdprintf.c | 63 f._file = -1; in vdprintf()
|
D | vasprintf.c | 34 f._file = -1; in vasprintf()
|
D | asprintf.c | 36 f._file = -1; in asprintf()
|
D | vswprintf.c | 56 f._file = -1; in vswprintf()
|
D | open_memstream.c | 149 fp->_file = -1; in open_memstream()
|
D | fmemopen.c | 175 fp->_file = -1; in fmemopen()
|
D | open_wmemstream.c | 160 fp->_file = -1; in open_wmemstream()
|
D | vfprintf.c | 129 fake._file = fp->_file; in __sbprintf() 468 fp->_file >= 0) in __vfprintf()
|
D | vfwprintf.c | 107 fake._file = fp->_file; in __sbprintf() 456 fp->_file >= 0) in __vfwprintf()
|
/bionic/libc/stdio/ |
D | stdio.cpp | 157 fp->_file = -1; /* no file */ in __sfp() 186 fp->_file = fd; in __fopen() 286 if ((wantfd = fp->_file) < 0 && isopen) { in freopen() 346 fp->_file = fd; in freopen() 382 fp->_file = -1; in fclose() 397 return TEMP_FAILURE_RETRY(read(fp->_file, buf, n)); in __sread() 406 TEMP_FAILURE_RETRY(lseek64(fp->_file, 0, SEEK_END)); in __swrite() 408 return TEMP_FAILURE_RETRY(write(fp->_file, buf, n)); in __swrite() 413 return TEMP_FAILURE_RETRY(lseek(fp->_file, offset, whence)); in __sseek() 418 return TEMP_FAILURE_RETRY(lseek64(fp->_file, offset, whence)); in __sseek64() [all …]
|
D | sprintf.c | 55 f._file = -1; in sprintf()
|
D | snprintf.c | 59 f._file = -1; in snprintf()
|
D | stdio_ext.cpp | 106 int fd = fp->_file; in fileno_unlocked()
|
D | local.h | 65 int _file; /* fileno, if Unix descriptor, else -1 */ member 68 short _file; /* fileno, if Unix descriptor, else -1 */ member
|