Searched refs:_file (Results 1 – 12 of 12) 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) == -1) { in __swhatbuf()
|
D | vdprintf.c | 63 f._file = -1; in vdprintf()
|
D | vasprintf.c | 37 f._file = -1; in vasprintf()
|
D | vswprintf.c | 56 f._file = -1; in vswprintf()
|
D | open_memstream.c | 149 fp->_file = -1; in open_memstream()
|
D | open_wmemstream.c | 160 fp->_file = -1; in open_wmemstream()
|
/bionic/libc/stdio/ |
D | stdio.cpp | 74 ._flags = flags, ._file = fd, ._cookie = __sF + fd, ._close = __sclose, \ 194 fp->_file = -1; /* no file */ in __sfp() 236 fp->_file = fd; in __FILE_init() 313 FdPath fd_path(fp->_file); in freopen() 344 if ((wantfd = fp->_file) < 0 && isopen) { in freopen() 434 fp->_file = -1; in __FILE_close() 449 int fd = fp->_file; in fileno_unlocked() 528 return TEMP_FAILURE_RETRY(read(fp->_file, buf, n)); in __sread() 533 return TEMP_FAILURE_RETRY(write(fp->_file, buf, n)); in __swrite() 538 return TEMP_FAILURE_RETRY(lseek(fp->_file, offset, whence)); in __sseek() [all …]
|
D | local.h | 67 int _file; /* fileno, if Unix descriptor, else -1 */ member 70 short _file; /* fileno, if Unix descriptor, else -1 */ member
|
D | printf_common.h | 96 fake._file = fp->_file; in __sbprintf()
|
D | vfwprintf.cpp | 134 if ((fp->_flags & (__SNBF | __SWR | __SRW)) == (__SNBF | __SWR) && fp->_file >= 0) { in FUNCTION_NAME()
|
D | vfprintf.cpp | 145 if ((fp->_flags & (__SNBF | __SWR | __SRW)) == (__SNBF | __SWR) && fp->_file >= 0) { in FUNCTION_NAME()
|
/bionic/libc/malloc_debug/ |
D | README.md | 368 ### record\_allocs\_file[=FILE\_NAME]
|