Searched defs:stdin (Results 1 – 8 of 8) sorted by relevance
/openbmc/linux/scripts/ |
H A D | rustdoc_test_builder.rs | 21 let mut stdin = std::io::stdin().lock(); in main() localVariable
|
H A D | generate_rust_target.rs | 113 let stdin = std::io::stdin(); in from_stdin() localVariable
|
H A D | spdxcheck.py | 378 stdin = os.fdopen(sys.stdin.fileno(), 'rb') variable
|
/openbmc/u-boot/include/ |
H A D | stdio.h | 43 #define stdin 0 macro
|
/openbmc/u-boot/tools/patman/ |
H A D | cros_subprocess.py | 56 def __init__(self, args, stdin=None, stdout=PIPE_PTY, stderr=PIPE_PTY, argument
|
/openbmc/linux/tools/include/nolibc/ |
H A D | stdio.h | 38 static __attribute__((unused)) FILE* const stdin = (FILE*)(intptr_t)~STDIN_FILENO; variable
|
/openbmc/openbmc/poky/bitbake/lib/ |
H A D | pyinotify.py | 1273 def __daemonize(self, pid_file=None, stdin=os.devnull, stdout=os.devnull, argument
|
/openbmc/linux/arch/powerpc/kernel/ |
H A D | prom_init.c | 1776 ihandle stdin; in prom_close_stdin() local
|