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
/kernel/linux/linux-6.6/scripts/
H A Drustdoc_test_builder.rs21 let mut stdin = std::io::stdin().lock(); in main() variables
H A Dspdxcheck.py378 stdin = os.fdopen(sys.stdin.fileno(), 'rb') 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
/kernel/linux/linux-5.10/scripts/
H A Dspdxcheck.py263 stdin = os.fdopen(sys.stdin.fileno(), 'rb') variable
/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
/kernel/linux/linux-6.6/tools/include/nolibc/
H A Dstdio.h38 static __attribute__((unused)) FILE* const stdin = (FILE*)(intptr_t)~STDIN_FILENO; variable
/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

Completed in 10 milliseconds

12