Home
last modified time | relevance | path

Searched refs:tty_stdio (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/u-boot/scripts/kconfig/
H A Dconf.c41 static int tty_stdio; variable
114 if (!tty_stdio) in conf_askvalue()
503 tty_stdio = isatty(0) && isatty(1) && isatty(2); in main()
645 valid_stdin = tty_stdio; in main()
/OK3568_Linux_fs/kernel/scripts/kconfig/
H A Dconf.c43 static int tty_stdio; variable
82 if (!tty_stdio) in xfgets()
507 tty_stdio = isatty(0) && isatty(1); in main()
/OK3568_Linux_fs/buildroot/support/kconfig/
H A Dconf.c41 static int tty_stdio; variable
80 if (!tty_stdio) in xfgets()
505 tty_stdio = isatty(0) && isatty(1); in main()