Home
last modified time | relevance | path

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

/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
/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
/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
/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
/third_party/openssl/ohos_lite/
H A De_os.h181 # undef stdin macro
185 # define stdin (&__iob_func()[0]) macro
189 # undef stdin macro
200 # define stdin (&_imp___iob[0]) macro
/third_party/musl/porting/linux/user/include/
H A Dstdio.h67 #define stdin (stdin) macro
/third_party/musl/include/
H A Dstdio.h67 #define stdin (stdin) macro
/third_party/node/deps/openssl/openssl/
H A De_os.h143 # undef stdin macro
147 # define stdin (&__iob_func()[0]) macro
/third_party/openssl/
H A De_os.h143 # undef stdin macro
147 # define stdin (&__iob_func()[0]) macro
/third_party/python/Lib/test/test_asyncio/
H A Dtest_subprocess.py341 code = 'import sys; data = sys.stdin.read(); print(len(data))' global() namespace
360 code = 'import sys; data = sys.stdin.read(); print(len(data))' global() namespace
379 code = 'import sys; data = sys.stdin.read(); print(len(data))' global() namespace
398 code = 'import sys; data = sys.stdin.read(); print(len(data))' global() namespace
417 code = 'import sys; data = sys.stdin.read(); print(len(data))' global() namespace
[all...]

Completed in 10 milliseconds