Searched refs:stdin (Results 1 – 15 of 15) sorted by relevance
/Zephyr-Core-2.7.6/drivers/console/ |
D | native_posix_console.c | 168 if (feof(stdin)) { in attempt_read_from_stdin() 202 ret = fgets(cmd->line, CONSOLE_MAX_LINE_LEN, stdin); in attempt_read_from_stdin() 204 if (feof(stdin)) { in attempt_read_from_stdin()
|
D | Kconfig | 273 bool "Use the host terminal stdin" 280 int "Polling period for stdin" 284 In ms, polling period for stdin
|
/Zephyr-Core-2.7.6/lib/libc/minimal/include/ |
D | stdio.h | 30 #define stdin ((FILE *) 1) macro
|
/Zephyr-Core-2.7.6/drivers/serial/ |
D | Kconfig.native_posix | 28 bool "Connect the UART to the invoking shell stdin/stdout" 30 Connect this UART to the stdin & stdout of the calling shell/terminal
|
D | uart_native_posix.c | 310 if (disconnected || feof(stdin)) { in np_uart_stdin_poll_in()
|
/Zephyr-Core-2.7.6/samples/net/cloud/google_iot_mqtt/src/private_info/ |
D | create_keys.py | 99 o = subprocess.Popen(["xxd", "-i"], stdin=der_fd, stdout=subprocess.PIPE,
|
/Zephyr-Core-2.7.6/doc/reference/networking/ |
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-Core-2.7.6/scripts/west_commands/runners/ |
D | bossac.py | 220 elif not sys.stdin.isatty():
|
D | nrfjprog.py | 137 elif not sys.stdin.isatty():
|
/Zephyr-Core-2.7.6/tests/lib/sprintf/src/ |
D | main.c | 888 ret = fputc('T', stdin); in test_put() 910 ret = fwrite("This 3", 4, 4, stdin); in test_fwrite()
|
/Zephyr-Core-2.7.6/doc/guides/portability/ |
D | posix.rst | 425 stdin,
|
/Zephyr-Core-2.7.6/scripts/dts/python-devicetree/src/devicetree/ |
D | dtlib.py | 1797 return sys.stdin.buffer if "b" in mode else sys.stdin
|
/Zephyr-Core-2.7.6/scripts/ci/ |
D | check_compliance.py | 210 stdin=diff.stdout,
|
/Zephyr-Core-2.7.6/boards/posix/native_posix/doc/ |
D | index.rst | 595 output to the executable's ``stdin`` and ``stdout``.
|
/Zephyr-Core-2.7.6/scripts/pylib/twister/ |
D | twisterlib.py | 727 …ty_process = subprocess.Popen(re.split(',| ', serial_pty), stdout=master, stdin=master, stderr=mas…
|