Home
last modified time | relevance | path

Searched refs:_file (Results 1 – 12 of 12) sorted by relevance

/bionic/libc/upstream-openbsd/lib/libc/stdio/
Dmakebuf.c71 if (couldbetty && isatty(fp->_file)) in __smakebuf()
84 if (fp->_file < 0 || fstat(fp->_file, &st) == -1) { in __swhatbuf()
Dvdprintf.c63 f._file = -1; in vdprintf()
Dvasprintf.c37 f._file = -1; in vasprintf()
Dvswprintf.c56 f._file = -1; in vswprintf()
Dopen_memstream.c149 fp->_file = -1; in open_memstream()
Dopen_wmemstream.c160 fp->_file = -1; in open_wmemstream()
/bionic/libc/stdio/
Dstdio.cpp74 ._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 …]
Dlocal.h67 int _file; /* fileno, if Unix descriptor, else -1 */ member
70 short _file; /* fileno, if Unix descriptor, else -1 */ member
Dprintf_common.h96 fake._file = fp->_file; in __sbprintf()
Dvfwprintf.cpp134 if ((fp->_flags & (__SNBF | __SWR | __SRW)) == (__SNBF | __SWR) && fp->_file >= 0) { in FUNCTION_NAME()
Dvfprintf.cpp145 if ((fp->_flags & (__SNBF | __SWR | __SRW)) == (__SNBF | __SWR) && fp->_file >= 0) { in FUNCTION_NAME()
/bionic/libc/malloc_debug/
DREADME.md368 ### record\_allocs\_file[=FILE\_NAME]