Home
last modified time | relevance | path

Searched full:eof (Results 1 – 25 of 54) sorted by relevance

123

/Zephyr-latest/lib/libc/minimal/source/stdout/
Dstdout_console.c18 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/
Dstdio.h25 #if !defined(EOF)
26 #define EOF (-1) macro
/Zephyr-latest/tests/subsys/logging/log_blocking/
Dtestcase.yaml23 # twister fails with "unexpected eof" even though the test passes
/Zephyr-latest/lib/libc/armstdc/src/
Dlibc-hooks.c14 return EOF; in _stdout_hook_default()
/Zephyr-latest/dts/bindings/spi/
Dnxp,lpc-spi.yaml27 asserted and the EOF flag is set. If not set, no additional delay is
/Zephyr-latest/scripts/west_commands/tests/
Dtest_bossac.py29 '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/
Dsoc.c81 /* EOF */
/Zephyr-latest/lib/libc/arcmwdt/
Dlibc-hooks.c32 return EOF; in _stdout_hook_default()
/Zephyr-latest/arch/common/
Dsemihost.c111 /* EOF condition */ in semihost_read()
/Zephyr-latest/boards/mediatek/
Dindex.rst126 cat >.config <<EOF
137 EOF
/Zephyr-latest/scripts/west_commands/runners/
Dbossac.py167 'eol', '255', 'eof', '255']
254 p = f'Please select one (1-{len(devices)}, or EOF to exit): '
/Zephyr-latest/scripts/net/
Drun-sample-tests.sh284 cat <<EOF heredoc
309 EOF
/Zephyr-latest/include/zephyr/console/
Dconsole.h44 * =0, in case of EOF
Dtty.h117 * =0, for EOF-like condition (e.g., break signaled)
/Zephyr-latest/tests/lib/sprintf/src/
Dmain.c894 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/
Dindex.rst268 # cat > /mnt/acrn/efi/boot/grub.cfg<<EOF
273 EOF
/Zephyr-latest/lib/os/zvfs/
Dzvfs_poll.c110 /* EAGAIN when timeout expired, EINTR when cancelled (i.e. EOF) */ in zvfs_poll_internal()
/Zephyr-latest/drivers/ethernet/
Deth_gecko.c157 /* 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/
Dsockets_packet.c96 /* if pkt is NULL, EOF */ in zpacket_received_cb()
110 NET_DBG("Set EOF flag on pkt %p", ctx); in zpacket_received_cb()
Dsockets_can.c151 /* 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/
DREADME.rst144 cat << EOF > ~/.canrc
149 EOF
/Zephyr-latest/tests/net/socket/socketpair/src/
Dpoll.c88 * 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/
Dedtt_driver_bsim.c246 } else if (received_bytes == EOF || received_bytes == 0) { in fifo_low_level_read()
/Zephyr-latest/scripts/dts/python-devicetree/src/devicetree/
Ddtlib.py667 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/
Dtest_handlers.py1750 (TwisterStatus.FAIL, 'unexpected eof', TwisterStatus.FAIL, 'unexpected eof'),
1758 ids=['timeout', 'failed', 'unexpected eof', 'unexpected byte', 'unknown']
1809 'unexpected eof',
1865 'unexpected eof',

123