Searched refs:stdin (Results 1 – 23 of 23) sorted by relevance
/Zephyr-latest/scripts/ruff/ |
D | gen_format_exclude.py | 15 for line in sys.stdin:
|
D | gen_lint_exclude.py | 30 violations = json.load(sys.stdin)
|
/Zephyr-latest/scripts/pylib/pytest-twister-harness/tests/resources/ |
D | shell_simulator.py | 19 for line in sys.stdin:
|
/Zephyr-latest/lib/libc/picolibc/ |
D | stdio.c | 40 FILE *const stdin = &__stdin; variable
|
/Zephyr-latest/scripts/pylib/pytest-twister-harness/src/twister_harness/device/ |
D | binary_adapter.py | 93 self._process.stdin.write(data) 94 self._process.stdin.flush()
|
D | hardware_adapter.py | 174 stdin=master,
|
/Zephyr-latest/lib/libc/minimal/include/ |
D | stdio.h | 29 #define stdin ((FILE *) 1) macro
|
/Zephyr-latest/drivers/serial/ |
D | Kconfig.native_posix | 29 bool "Connect the UART to the invoking shell stdin/stdout" 31 Connect this UART to the stdin & stdout of the calling shell/terminal
|
D | uart_native_ptty_bottom.c | 42 if (feof(stdin)) { in np_uart_stdin_poll_in_bottom()
|
/Zephyr-latest/scripts/coredump/ |
D | coredump_gdbserver.py | 26 self.in_stream = sys.stdin.buffer
|
/Zephyr-latest/scripts/west_commands/runners/ |
D | core.py | 940 sel.register(sys.stdin, selectors.EVENT_READ) 945 if key.fileobj == sys.stdin: 946 text = sys.stdin.readline()
|
D | bossac.py | 242 elif not sys.stdin.isatty():
|
D | nxp_s32dbg.py | 168 if not sys.stdin.isatty():
|
D | nrf_common.py | 182 elif not sys.stdin.isatty():
|
/Zephyr-latest/scripts/pylib/pytest-twister-harness/tests/device/ |
D | hardware_adapter_test.py | 233 stdin=123,
|
/Zephyr-latest/tests/lib/sprintf/src/ |
D | main.c | 893 ret = fputc('T', stdin); in ZTEST() 915 ret = fwrite("This 3", 1, 4, stdin); in ZTEST()
|
/Zephyr-latest/doc/connectivity/networking/api/ |
D | sockets.rst | 55 among sockets, files, special devices (like stdin/stdout), etc. Internally, 58 of the POSIX subsystem (filesystem, stdin/stdout) is not enabled.
|
/Zephyr-latest/scripts/pylib/twister/twisterlib/ |
D | handlers.py | 381 subprocess.call(["stty", "sane"], stdin=sys.stdout) 694 stdin=master, 1097 subprocess.call(["stty", "sane"], stdin=sys.stdout)
|
/Zephyr-latest/scripts/ci/ |
D | check_compliance.py | 221 stdin=diff.stdout, 308 stdin=diff.stdout,
|
/Zephyr-latest/scripts/dts/python-devicetree/src/devicetree/ |
D | dtlib.py | 1984 return sys.stdin.buffer if "b" in mode else sys.stdin
|
/Zephyr-latest/scripts/tests/twister/ |
D | test_handlers.py | 620 call_mock.assert_any_call(['stty', 'sane'], stdin=mock.ANY) 2000 def mock_popen(command, stdout=None, stdin=None, stderr=None, cwd=None): argument
|
/Zephyr-latest/boards/native/native_sim/doc/ |
D | index.rst | 315 can be connected to the Linux process stdin/stdout or a newly created 523 output to the executable's ``stdin`` and ``stdout``.
|
/Zephyr-latest/doc/services/portability/posix/option_groups/ |
D | index.rst | 173 stdin,yes
|