/Zephyr-latest/lib/libc/minimal/source/stdout/ |
D | stdout_console.c | 18 return EOF; in _stdout_hook_default() 30 return ((stream == stdout) || (stream == stderr)) ? _stdout_hook(c) : EOF; in z_impl_zephyr_fputc() 53 return (len == ret) ? 0 : EOF; in fputs() 85 if (_stdout_hook((int) *p++) == EOF) { in z_impl_zephyr_fwrite() 119 if (fputs(s, stdout) == EOF) { in puts() 120 return EOF; in puts() 123 return (fputc('\n', stdout) == EOF) ? EOF : 0; in puts()
|
/Zephyr-latest/lib/libc/minimal/include/ |
D | stdio.h | 25 #if !defined(EOF) 26 #define EOF (-1) macro
|
/Zephyr-latest/tests/subsys/logging/log_blocking/ |
D | testcase.yaml | 23 # twister fails with "unexpected eof" even though the test passes
|
/Zephyr-latest/lib/libc/armstdc/src/ |
D | libc-hooks.c | 14 return EOF; in _stdout_hook_default()
|
/Zephyr-latest/dts/bindings/spi/ |
D | nxp,lpc-spi.yaml | 27 asserted and the EOF flag is set. If not set, no additional delay is
|
/Zephyr-latest/scripts/west_commands/tests/ |
D | test_bossac.py | 29 'eof', '255'], 37 'eof', '255'], 45 'eof', '255'], 52 'eof', '255'], 61 'eof', '255' 73 'eof', '255'
|
/Zephyr-latest/soc/intel/intel_socfpga_std/cyclonev/ |
D | soc.c | 81 /* EOF */
|
/Zephyr-latest/lib/libc/arcmwdt/ |
D | libc-hooks.c | 32 return EOF; in _stdout_hook_default()
|
/Zephyr-latest/arch/common/ |
D | semihost.c | 111 /* EOF condition */ in semihost_read()
|
/Zephyr-latest/boards/mediatek/ |
D | index.rst | 126 cat >.config <<EOF 137 EOF
|
/Zephyr-latest/scripts/west_commands/runners/ |
D | bossac.py | 167 'eol', '255', 'eof', '255'] 254 p = f'Please select one (1-{len(devices)}, or EOF to exit): '
|
/Zephyr-latest/scripts/net/ |
D | run-sample-tests.sh | 284 cat <<EOF heredoc 309 EOF
|
/Zephyr-latest/include/zephyr/console/ |
D | console.h | 44 * =0, in case of EOF
|
D | tty.h | 117 * =0, for EOF-like condition (e.g., break signaled)
|
/Zephyr-latest/tests/lib/sprintf/src/ |
D | main.c | 894 zassert_equal(ret, EOF, "fputc to stdin"); in ZTEST() 924 * stdout hook function _stdout_hook_default() returns EOF. 933 zassert_equal(ret, EOF, "fputc \'T\' failed"); in ZTEST() 936 zassert_equal(ret, EOF, "fputs \"This 3\" failed"); in ZTEST() 939 zassert_equal(ret, EOF, "puts \"This 3\" failed"); in ZTEST() 942 zassert_equal(ret, EOF, "vfprintf \"3\" failed"); in ZTEST()
|
/Zephyr-latest/boards/acrn/acrn/doc/ |
D | index.rst | 268 # cat > /mnt/acrn/efi/boot/grub.cfg<<EOF 273 EOF
|
/Zephyr-latest/lib/os/zvfs/ |
D | zvfs_poll.c | 110 /* EAGAIN when timeout expired, EINTR when cancelled (i.e. EOF) */ in zvfs_poll_internal()
|
/Zephyr-latest/drivers/ethernet/ |
D | eth_gecko.c | 157 /* Check if a full frame is received (SOF/EOF present) in frame_get() 181 /* Check for EOF */ in frame_get() 189 LOG_DBG("sof/eof: %u/%u, rx_buf_idx: %u, len: %u", sofIdx, eofIdx, in frame_get()
|
/Zephyr-latest/subsys/net/lib/sockets/ |
D | sockets_packet.c | 96 /* if pkt is NULL, EOF */ in zpacket_received_cb() 110 NET_DBG("Set EOF flag on pkt %p", ctx); in zpacket_received_cb()
|
D | sockets_can.c | 151 /* if pkt is NULL, EOF */ in zcan_received_cb() 168 NET_DBG("Set EOF flag on pkt %p", ctx); in zcan_received_cb()
|
/Zephyr-latest/samples/modules/canopennode/ |
D | README.rst | 144 cat << EOF > ~/.canrc 149 EOF
|
/Zephyr-latest/tests/net/socket/socketpair/src/ |
D | poll.c | 88 * POLLIN, read -> r: 0, errno: 0 -> EOF 120 zassert_equal(res, 0, "read did not return EOF"); in ZTEST_F()
|
/Zephyr-latest/tests/bsim/bluetooth/ll/edtt/common/ |
D | edtt_driver_bsim.c | 246 } else if (received_bytes == EOF || received_bytes == 0) { in fifo_low_level_read()
|
/Zephyr-latest/scripts/dts/python-devicetree/src/devicetree/ |
D | dtlib.py | 667 EOF = 16 variable in _T 1125 elif tok.id == _T.EOF: 1631 if tok_id == _T.EOF: 1635 return _Token(_T.EOF, "<EOF>") 2169 _T.EOF: r"(\Z)", 2174 range(1, _T.EOF + 1)),
|
/Zephyr-latest/scripts/tests/twister/ |
D | test_handlers.py | 1750 (TwisterStatus.FAIL, 'unexpected eof', TwisterStatus.FAIL, 'unexpected eof'), 1758 ids=['timeout', 'failed', 'unexpected eof', 'unexpected byte', 'unknown'] 1809 'unexpected eof', 1865 'unexpected eof',
|