Home
last modified time | relevance | path

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

/openbmc/linux/scripts/
H A Drustdoc_test_builder.rs21 let mut stdin = std::io::stdin().lock(); in main() localVariable
H A Dgenerate_rust_target.rs113 let stdin = std::io::stdin(); in from_stdin() localVariable
H A Dspdxcheck.py378 stdin = os.fdopen(sys.stdin.fileno(), 'rb') variable
/openbmc/u-boot/include/
H A Dstdio.h43 #define stdin 0 macro
/openbmc/u-boot/tools/patman/
H A Dcros_subprocess.py56 def __init__(self, args, stdin=None, stdout=PIPE_PTY, stderr=PIPE_PTY, argument
/openbmc/linux/tools/include/nolibc/
H A Dstdio.h38 static __attribute__((unused)) FILE* const stdin = (FILE*)(intptr_t)~STDIN_FILENO; variable
/openbmc/openbmc/poky/bitbake/lib/
H A Dpyinotify.py1273 def __daemonize(self, pid_file=None, stdin=os.devnull, stdout=os.devnull, argument
/openbmc/linux/arch/powerpc/kernel/
H A Dprom_init.c1776 ihandle stdin; in prom_close_stdin() local