| /third_party/node/test/wasi/ |
| D | test-wasi-stdio.js | 19 const stdin = openSync(stdinFile, 'r'); constant 22 const wasi = new WASI({ stdin, stdout, stderr, returnOnExit: true }); property
|
| D | test-wasi-options-validation.js | 29 assert.throws(() => { new WASI({ stdin: 'fhqwhgads' }); }, property
|
| /third_party/musl/porting/liteos_m/kernel/src/stdio/ |
| D | stdin.c | 16 FILE *const stdin = &__stdin_FILE; variable
|
| /third_party/musl/porting/uniproton/kernel/src/stdio/ |
| D | stdin.c | 16 FILE *const stdin = &__stdin_FILE; variable
|
| /third_party/musl/src/stdio/ |
| D | stdin.c | 16 FILE *const stdin = &__stdin_FILE; variable
|
| /third_party/musl/porting/liteos_a/kernel/src/include/ |
| D | stdio.h | 16 #define stdin (&__stdin_FILE) macro
|
| /third_party/node/test/fixtures/ |
| D | echo.js | 27 var stdin = process.openStdin(); variable
|
| D | echo-close-check.js | 29 const stdin = process.openStdin(); constant
|
| /third_party/musl/src/include/ |
| D | stdio.h | 16 #define stdin (&__stdin_FILE) macro
|
| /third_party/node/test/parallel/ |
| D | test-worker-safe-getters.js | 10 stdin: true, property
|
| D | test-worker-stdio.js | 29 const w = new Worker(__filename, { stdin: true, stdout: true }); property
|
| /third_party/protobuf/examples/ |
| D | AddPerson.java | 15 static Person PromptForAddress(BufferedReader stdin, in PromptForAddress()
|
| /third_party/node/lib/internal/debugger/ |
| D | inspect.js | 134 constructor(options, stdin, stdout) { argument 325 stdin = process.stdin, argument
|
| /third_party/python/Lib/asyncio/ |
| D | subprocess.py | 200 async def create_subprocess_shell(cmd, stdin=None, stdout=None, stderr=None, argument 212 async def create_subprocess_exec(program, *args, stdin=None, stdout=None, argument
|
| D | base_subprocess.py | 13 stdin, stdout, stderr, bufsize, argument 84 def _start(self, args, shell, stdin, stdout, stderr, bufsize, **kwargs): argument
|
| D | windows_utils.py | 130 def __init__(self, args, stdin=None, stdout=None, stderr=None, **kwds): argument
|
| /third_party/openssl/ |
| D | e_os.h | 185 # define stdin (&__iob_func()[0]) macro 200 # define stdin (&_imp___iob[0]) macro
|
| /third_party/musl/porting/liteos_a/kernel/include/ |
| D | stdio.h | 64 #define stdin (stdin) macro
|
| /third_party/node/tools/ |
| D | license2rtf.js | 291 const stdin = process.stdin; constant
|
| /third_party/musl/include/ |
| D | stdio.h | 64 #define stdin (stdin) macro
|
| /third_party/musl/porting/uniproton/kernel/include/ |
| D | stdio.h | 64 #define stdin (stdin) macro
|
| /third_party/musl/porting/liteos_m/kernel/include/ |
| D | stdio.h | 64 #define stdin (stdin) macro
|
| /third_party/musl/ndk_musl_include/ |
| D | stdio.h | 64 #define stdin (stdin) macro
|
| /third_party/musl/porting/linux/user/include/ |
| D | stdio.h | 64 #define stdin (stdin) macro
|
| /third_party/node/lib/internal/bootstrap/switches/ |
| D | is_main_thread.js | 116 let stdin; variable
|