Home
last modified time | relevance | path

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

/bionic/libc/stdio/
Dlocal.h242 struct __siov { struct
247 struct __siov* uio_iov; argument
Dvfwprintf.cpp114 struct __siov iov[NIOV]; /* ... and individual io vectors */ in FUNCTION_NAME()
115 struct __siov* iovp; /* for PRINT macro */ in FUNCTION_NAME()
Dvfprintf.cpp111 struct __siov iov[NIOV]; /* ... and individual io vectors */ in FUNCTION_NAME()
112 struct __siov* iovp; /* for PRINT macro */ in FUNCTION_NAME()
Dprintf_common.h772 struct __siov iov; in xfputwc()
Dstdio.cpp1165 __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()