Lines Matching +full:stream +full:- +full:mode
5 * SPDX-License-Identifier: Apache-2.0
8 * https://github.com/ARM-software/abi-aa/blob/main/semihosting/semihosting.rst
10 * RISC-V semihosting also follows these conventions:
11 * https://github.com/riscv/riscv-semihosting-spec/blob/main/riscv-semihosting-spec.adoc
32 /** Open a file or stream on the host system. */
34 /** Check whether a file is associated with a stream/terminal */
36 /** Write to a file or stream. */
135 * @param mode value from @ref semihost_open_mode.
138 * @retval -1 on failure.
140 long semihost_open(const char *path, long mode);
148 * @retval -1 on failure.
158 * @retval -1 on failure.
169 * @retval -errno negative error code on failure.
181 * @retval -errno negative error code on failure.
193 * @retval -errno negative error code on failure.