Searched defs:stdin (Results 1 – 4 of 4) sorted by relevance
/llvm-project/libc/src/__support/File/linux/ |
H A D | stdin.cpp | 18 File *stdin = &StdIn; global() variable 23 FILE *stdin = reinterpret_cast<FILE *>(&LIBC_NAMESPACE::StdIn); global() variable
|
/llvm-project/libc/src/stdio/gpu/ |
H A D | stdin.cpp | 14 FILE *stdin = reinterpret_cast<FILE *>(&stub); global() variable
|
/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/ |
H A D | PythonReadline.cpp | 37 static char *simple_readline(FILE *stdin, FILE *stdout, const char *prompt) { in simple_readline()
|
/llvm-project/llvm/utils/git/ |
H A D | pre-push.py | 85 shell( cmd, strip=True, cwd=None, stdin=None, die_on_failure=True, ignore_errors=False, text=True, print_raw_stderr=False, ) global() argument
|