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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/config/
H A Dconf.c31 static int valid_stdin = 1; variable
93 if (!valid_stdin && input_mode == ask_silent) {
478 valid_stdin = isatty(0) && isatty(1) && isatty(2);
539 valid_stdin = 1;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/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-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/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);
602 valid_stdin = 1;

Completed in 56 milliseconds