Searched refs:valid_stdin (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/src/router/config/
H A Dconf.c32 static int valid_stdin = 1; variable
94 if (!valid_stdin && input_mode == ask_silent) {
479 valid_stdin = isatty(0) && isatty(1) && isatty(2);
540 valid_stdin = 1;
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/scripts/kconfig/
H A Dconf.c33 static int valid_stdin = 1; variable
59 if (!valid_stdin && input_mode == ask_silent) {
506 valid_stdin = isatty(0) && isatty(1) && isatty(2);
600 valid_stdin = 1;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/scripts/kconfig/
H A Dconf.c41 static int valid_stdin = 1; variable
76 if (!valid_stdin) {
578 valid_stdin = isatty(0) && isatty(1) && isatty(2);

Completed in 52 milliseconds