Home
last modified time | relevance | path

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

/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.cpp1168 __siov iov = { .iov_base = const_cast<void*>(buf), .iov_len = n }; in fwrite_unlocked()
/bionic/libc/upstream-openbsd/lib/libc/stdio/
Dfputwc.c47 struct __siov iov; in __fputwc_unlock()
Dfvwrite.c53 struct __siov *iov; in __sfvwrite()