Lines Matching +full:overflow +full:- +full:control
4 * SPDX-License-Identifier: Apache-2.0
27 * This function should be called once to initialize pull-style
30 * and incompatible with, callback (push-style) console handling
45 * <0, in case of error (e.g. -EAGAIN if timeout expired). errno
57 * <0, in case of error (e.g. -EAGAIN if timeout expired). errno
69 * Zephyr callback-based console input processing, shell subsystem,
72 * @return 0-255: a character read, including control characters.
88 * This function should be called once to initialize pull-style
90 * supersedes, and incompatible with, callback (push-style) console
99 * gets() function (except a line is returned in system-owned buffer,
100 * and system takes care of the buffer overflow checks) and is
103 * function is incompatible with native Zephyr callback-based console
107 * A line resides in a system-owned buffer, so an application