Home
last modified time | relevance | path

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

/llvm-project/libc/src/__support/File/linux/
H A Dstdin.cpp18 File *stdin = &StdIn; global() variable
23 FILE *stdin = reinterpret_cast<FILE *>(&LIBC_NAMESPACE::StdIn); global() variable
/llvm-project/libc/src/stdio/gpu/
H A Dstdin.cpp14 FILE *stdin = reinterpret_cast<FILE *>(&stub); global() variable
/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DPythonReadline.cpp37 static char *simple_readline(FILE *stdin, FILE *stdout, const char *prompt) { in simple_readline()
/llvm-project/llvm/utils/git/
H A Dpre-push.py85 shell( cmd, strip=True, cwd=None, stdin=None, die_on_failure=True, ignore_errors=False, text=True, print_raw_stderr=False, ) global() argument