Searched refs:input_buf (Results 1 - 4 of 4) sorted by relevance

/solaris-x11-s11/open-src/app/gfx-utils/sun-src/fbconf_xorg/fbc/
H A Dfbc_ask.c51 char input_buf[128]; /* Yes/no input buffer */ local
83 if ((fgets(input_buf, sizeof (input_buf), stdin) == NULL) ||
84 iscntrl(input_buf[0]) ||
85 (toupper(input_buf[0]) == 'N')) {
88 if (toupper(input_buf[0]) == 'Y') {
/solaris-x11-s11/open-src/app/gfx-utils/sun-src/fbconf_xorg/ast/
H A Dast_res_try_now.c122 char input_buf[4]; /* Stdin keystroke buffer */ local
263 input_size = read(0, input_buf, 1);
330 (input_buf[0] == '\n') || (input_buf[0] == '\r')) {
338 if (toupper(input_buf[0]) != 'Y') {
/solaris-x11-s11/open-src/app/gfx-utils/sun-src/fbconf_xorg/efb/
H A Defb_res_try_now.c127 char input_buf[4]; /* Stdin keystroke buffer */ local
268 input_size = read(0, input_buf, 1);
335 (input_buf[0] == '\n') || (input_buf[0] == '\r')) {
343 if (toupper(input_buf[0]) != 'Y') {
/solaris-x11-s11/open-src/app/gfx-utils/sun-src/fbconf_xorg/mga/
H A Dmga_res_try_now.c116 char input_buf[4]; /* Stdin keystroke buffer */ local
257 input_size = read(0, input_buf, 1);
324 (input_buf[0] == '\n') || (input_buf[0] == '\r')) {
332 if (toupper(input_buf[0]) != 'Y') {

Completed in 9 milliseconds