Home
last modified time | relevance | path

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

12

/third_party/node/test/wasi/
Dtest-wasi-stdio.js19 const stdin = openSync(stdinFile, 'r'); constant
22 const wasi = new WASI({ stdin, stdout, stderr, returnOnExit: true }); property
Dtest-wasi-options-validation.js29 assert.throws(() => { new WASI({ stdin: 'fhqwhgads' }); }, property
/third_party/musl/src/stdio/
Dstdin.c16 FILE *const stdin = &__stdin_FILE; variable
/third_party/musl/porting/liteos_m/kernel/src/stdio/
Dstdin.c16 FILE *const stdin = &__stdin_FILE; variable
/third_party/node/test/fixtures/
Decho.js27 var stdin = process.openStdin(); variable
Decho-close-check.js29 const stdin = process.openStdin(); constant
/third_party/musl/porting/liteos_a/kernel/src/include/
Dstdio.h16 #define stdin (&__stdin_FILE) macro
/third_party/musl/src/include/
Dstdio.h16 #define stdin (&__stdin_FILE) macro
/third_party/node/test/parallel/
Dtest-worker-safe-getters.js10 stdin: true, property
Dtest-worker-stdio.js29 const w = new Worker(__filename, { stdin: true, stdout: true }); property
/third_party/protobuf/examples/
DAddPerson.java15 static Person PromptForAddress(BufferedReader stdin, in PromptForAddress()
/third_party/node/lib/internal/debugger/
Dinspect.js134 constructor(options, stdin, stdout) { argument
325 stdin = process.stdin, argument
/third_party/uboot/u-boot-2020.01/include/
Dstdio.h43 #define stdin 0 macro
/third_party/python/Lib/asyncio/
Dsubprocess.py202 async def create_subprocess_shell(cmd, stdin=None, stdout=None, stderr=None, argument
223 async def create_subprocess_exec(program, *args, stdin=None, stdout=None, argument
Dbase_subprocess.py13 stdin, stdout, stderr, bufsize, argument
84 def _start(self, args, shell, stdin, stdout, stderr, bufsize, **kwargs): argument
Dwindows_utils.py130 def __init__(self, args, stdin=None, stdout=None, stderr=None, **kwds): argument
/third_party/openssl/
De_os.h185 # define stdin (&__iob_func()[0]) macro
200 # define stdin (&_imp___iob[0]) macro
/third_party/boringssl/src/util/fipstools/acvp/acvptool/subprocess/
Dsubprocess.go17 stdin io.WriteCloser member
/third_party/node/tools/
Dlicense2rtf.js291 const stdin = process.stdin; constant
/third_party/uboot/u-boot-2020.01/tools/patman/
Dcros_subprocess.py56 def __init__(self, args, stdin=None, stdout=PIPE_PTY, stderr=PIPE_PTY, argument
/third_party/musl/porting/liteos_a/kernel/include/
Dstdio.h64 #define stdin (stdin) macro
/third_party/musl/include/
Dstdio.h64 #define stdin (stdin) macro
/third_party/musl/porting/liteos_m/kernel/include/
Dstdio.h69 #define stdin (stdin) macro
/third_party/node/lib/internal/bootstrap/switches/
Dis_main_thread.js116 let stdin; variable
/third_party/node/deps/npm/node_modules/execa/
Dreadme.md235 #### stdin subsubsection

12