Home
last modified time | relevance | path

Searched defs:stdin (Results 1 - 25 of 31) sorted by relevance

12

/third_party/node/test/fixtures/
H A Decho.js27 var stdin = process.openStdin(); variable
/third_party/node/test/sequential/
H A Dtest-repl-timeout-throw.js[all...]
/third_party/musl/src/stdio/
H A Dstdin.c3 #undef stdin macro
17 FILE *const stdin = &__stdin_FILE; variable
/third_party/musl/porting/linux/user/src/stdio/
H A Dstdin.c3 #undef stdin macro
17 FILE *const stdin = &__stdin_FILE; variable
/third_party/musl/porting/liteos_m/kernel/src/stdio/
H A Dstdin.c3 #undef stdin macro
16 FILE *const stdin = &__stdin_FILE; variable
/third_party/musl/porting/uniproton/kernel/src/stdio/
H A Dstdin.c3 #undef stdin macro
16 FILE *const stdin = &__stdin_FILE; variable
/third_party/musl/porting/liteos_a/kernel/src/include/
H A Dstdio.h8 #undef stdin macro
16 #define stdin (&__stdin_FILE) macro
/third_party/musl/src/include/
H A Dstdio.h8 #undef stdin macro
16 #define stdin (&__stdin_FILE) macro
/third_party/protobuf/examples/
H A DAddPerson.java15 static Person PromptForAddress(BufferedReader stdin, in PromptForAddress() argument
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/io/
H A Dmod.rs27 mod stdin; modules
H A Dstdin.rs37 pub fn stdin() -> Stdin { in stdin() functions
/commonlibrary/rust/ylong_runtime/ylong_runtime/tests/
H A Dprocess.rs100 let mut stdin = child.take_stdin().expect("Failed to open stdin"); in sdv_process_child_stdio_test() variables
[all...]
/third_party/node/deps/v8/tools/
H A Deval_gc_nvp.py18 from sys import stdin namespace
/third_party/rust/crates/is-terminal/src/
H A Dlib.rs266 fn stdin() { in stdin() functions
293 fn stdin() { in stdin() functions
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/process/pty_process/
H A Dcommand.rs222 pub fn stdin<T: Into<Stdio>>(&mut self, cfg: T) -> &mut PtyCommand { in stdin() functions
[all...]
/third_party/rust/crates/autocfg/src/
H A Dlib.rs227 let mut stdin = child.stdin.take().expect("rustc stdin"); in probe() variables
/third_party/python/Lib/test/
H A Dtest_file_eintr.py196 return ('import %s as io ;infile = io.open(sys.stdin.fileno(), "rb") ;' namespace
H A Dtest_cgi.py17 stdin = sys.stdin variable in HackedSysModule
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/process/
H A Dcommand.rs263 pub fn stdin<T: Into<Stdio>>(&mut self, cfg: T) -> &mut Command { in stdin() functions
666 let mut stdin = child.take_stdin().expect("Failed to open stdin"); ut_process_child_stdio_test() variables
[all...]
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/components/lib/libc/musl/include/
H A Dstdio.h87 #define stdin (stdin) macro
/third_party/mesa3d/src/amd/compiler/tests/
H A Dcheck_output.py491 stdin = sys.stdin.buffer variable
[all...]
/third_party/musl/porting/liteos_m/kernel/include/
H A Dstdio.h64 #define stdin (stdin) macro
/third_party/musl/porting/liteos_a/kernel/include/
H A Dstdio.h66 #define stdin (stdin) macro
/third_party/musl/porting/uniproton/kernel/include/
H A Dstdio.h64 #define stdin (stdin) macro
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dtests.rs79 let mut stdin = child.stdin.take().unwrap(); in rustfmt() variables

Completed in 11 milliseconds

12