Searched refs:__siov (Results 1 – 6 of 6) sorted by relevance
47 struct __siov iov; in __fputwc_unlock()
243 struct __siov { struct248 struct __siov* uio_iov; argument
91 struct __siov iov[NIOV]; /* ... and individual io vectors */ in FUNCTION_NAME()92 struct __siov* iovp; /* for PRINT macro */ in FUNCTION_NAME()
747 struct __siov iov; in xfputwc()
1163 __siov iov = { .iov_base = const_cast<void*>(buf), .iov_len = n }; in fwrite_unlocked()