Home
last modified time | relevance | path

Searched refs:__siov (Results 1 – 6 of 6) sorted by relevance

/bionic/libc/upstream-openbsd/lib/libc/stdio/
Dfputwc.c47 struct __siov iov; in __fputwc_unlock()
/bionic/libc/stdio/
Dlocal.h243 struct __siov { struct
248 struct __siov* uio_iov; argument
Dvfwprintf.cpp91 struct __siov iov[NIOV]; /* ... and individual io vectors */ in FUNCTION_NAME()
92 struct __siov* iovp; /* for PRINT macro */ in FUNCTION_NAME()
Dvfprintf.cpp91 struct __siov iov[NIOV]; /* ... and individual io vectors */ in FUNCTION_NAME()
92 struct __siov* iovp; /* for PRINT macro */ in FUNCTION_NAME()
Dprintf_common.h747 struct __siov iov; in xfputwc()
Dstdio.cpp1163 __siov iov = { .iov_base = const_cast<void*>(buf), .iov_len = n }; in fwrite_unlocked()