Home
last modified time | relevance | path

Searched refs:stdin (Results 1 – 15 of 15) sorted by relevance

/Zephyr-Core-2.7.6/drivers/console/
Dnative_posix_console.c168 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()
DKconfig273 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/
Dstdio.h30 #define stdin ((FILE *) 1) macro
/Zephyr-Core-2.7.6/drivers/serial/
DKconfig.native_posix28 bool "Connect the UART to the invoking shell stdin/stdout"
30 Connect this UART to the stdin & stdout of the calling shell/terminal
Duart_native_posix.c310 if (disconnected || feof(stdin)) { in np_uart_stdin_poll_in()
/Zephyr-Core-2.7.6/samples/net/cloud/google_iot_mqtt/src/private_info/
Dcreate_keys.py99 o = subprocess.Popen(["xxd", "-i"], stdin=der_fd, stdout=subprocess.PIPE,
/Zephyr-Core-2.7.6/doc/reference/networking/
Dsockets.rst55 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/
Dbossac.py220 elif not sys.stdin.isatty():
Dnrfjprog.py137 elif not sys.stdin.isatty():
/Zephyr-Core-2.7.6/tests/lib/sprintf/src/
Dmain.c888 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/
Dposix.rst425 stdin,
/Zephyr-Core-2.7.6/scripts/dts/python-devicetree/src/devicetree/
Ddtlib.py1797 return sys.stdin.buffer if "b" in mode else sys.stdin
/Zephyr-Core-2.7.6/scripts/ci/
Dcheck_compliance.py210 stdin=diff.stdout,
/Zephyr-Core-2.7.6/boards/posix/native_posix/doc/
Dindex.rst595 output to the executable's ``stdin`` and ``stdout``.
/Zephyr-Core-2.7.6/scripts/pylib/twister/
Dtwisterlib.py727 …ty_process = subprocess.Popen(re.split(',| ', serial_pty), stdout=master, stdin=master, stderr=mas…