Home
last modified time | relevance | path

Searched refs:stdin (Results 1 – 5 of 5) sorted by relevance

/scripts/kconfig/tests/
A Dconftest.py66 stdin=subprocess.PIPE,
74 ps.stdin.write(in_keys.encode('utf-8'))
80 ps.stdin.write(b'\n')
/scripts/
A Dspdxcheck.py263 stdin = os.fdopen(sys.stdin.fileno(), 'rb') variable
264 parser.parse_lines(stdin, args.maxlines, '-')
A DKbuild.include61 # - stdin is piped in from the first prerequisite ($<) so one has
/scripts/kconfig/
A Dconf.c110 xfgets(line, sizeof(line), stdin); in conf_askvalue()
304 xfgets(line, sizeof(line), stdin); in conf_choice()
/scripts/dtc/
A Dsrcpos.c121 f = stdin; in srcfile_relative_open()

Completed in 10 milliseconds