HomeSort by: relevance | last modified time | path
    Searched refs:is_a_tty (Results 1 - 10 of 10) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/crypto/ui/
ui_openssl.c 177 static int is_a_tty; variable
299 if (is_a_tty) {
375 is_a_tty = 1;
387 is_a_tty = 0;
407 is_a_tty = 0;
416 is_a_tty = 0;
425 is_a_tty = 0;
434 is_a_tty = 0;
444 is_a_tty = 0;
453 is_a_tty = 0
    [all...]
  /src/crypto/external/bsd/openssl/dist/crypto/ui/
ui_openssl.c 177 static int is_a_tty; variable
299 if (is_a_tty) {
377 is_a_tty = 1;
389 is_a_tty = 0;
409 is_a_tty = 0;
418 is_a_tty = 0;
427 is_a_tty = 0;
436 is_a_tty = 0;
446 is_a_tty = 0;
455 is_a_tty = 0
    [all...]
  /src/crypto/external/bsd/openssl.old/dist/crypto/ui/
ui_openssl.c 181 static int is_a_tty; variable
303 if (is_a_tty) {
380 is_a_tty = 1;
392 is_a_tty = 0;
412 is_a_tty = 0;
421 is_a_tty = 0;
430 is_a_tty = 0;
439 is_a_tty = 0;
449 is_a_tty = 0;
458 is_a_tty = 0
    [all...]
  /src/crypto/external/apache2/openssl/lib/libdes/
oread_pwd.c 250 int is_a_tty; local
263 is_a_tty=1;
283 is_a_tty=0;
290 is_a_tty=0;
314 if (is_a_tty && (TTY_set(fileno(tty),&tty_new) == -1))
  /src/crypto/external/bsd/openssl/lib/libdes/
oread_pwd.c 250 int is_a_tty; local
263 is_a_tty=1;
283 is_a_tty=0;
290 is_a_tty=0;
314 if (is_a_tty && (TTY_set(fileno(tty),&tty_new) == -1))
  /src/crypto/external/bsd/openssl.old/lib/libdes/
oread_pwd.c 250 int is_a_tty; local
263 is_a_tty=1;
283 is_a_tty=0;
290 is_a_tty=0;
314 if (is_a_tty && (TTY_set(fileno(tty),&tty_new) == -1))
  /src/external/gpl3/gdb/dist/gdb/guile/
scm-ports.c 490 int is_a_tty = isatty (fd);
500 mode_str = is_a_tty ? "r0" : "r";
504 mode_str = is_a_tty ? "w0" : "w";
508 mode_str = is_a_tty ? "w0" : "w";
488 int is_a_tty = isatty (fd); local
  /src/external/gpl3/gdb.old/dist/gdb/guile/
scm-ports.c 490 int is_a_tty = isatty (fd);
500 mode_str = is_a_tty ? "r0" : "r";
504 mode_str = is_a_tty ? "w0" : "w";
508 mode_str = is_a_tty ? "w0" : "w";
488 int is_a_tty = isatty (fd); local
  /src/external/gpl3/gdb/dist/gdb/
ser-mingw.c 777 int is_a_tty; member in struct:ser_console_ttystate
788 state->is_a_tty = 1;
  /src/external/gpl3/gdb.old/dist/gdb/
ser-mingw.c 777 int is_a_tty; member in struct:ser_console_ttystate
788 state->is_a_tty = 1;

Completed in 33 milliseconds