HomeSort by relevance Sort by last modified time
    Searched refs:ECHO (Results 26 - 50 of 71) sorted by null

12 3

  /bionic/libc/include/sys/
ioctl_compat.h 97 #define ECHO 0x00000008 /* enable echoing */
137 #define CTLECH 0x10000000 /* echo control chars as ^X */
138 #define PENDIN 0x20000000 /* re-echo input buffer at next read */
  /bionic/libc/kernel/arch-x86/asm/
termbits.h 175 #define ECHO 0000010
  /external/kernel-headers/original/asm-x86/
termbits.h 169 #define ECHO 0000010
  /ndk/build/platforms/android-3/arch-arm/usr/include/sys/
ioctl_compat.h 97 #define ECHO 0x00000008 /* enable echoing */
137 #define CTLECH 0x10000000 /* echo control chars as ^X */
138 #define PENDIN 0x20000000 /* re-echo input buffer at next read */
  /ndk/build/platforms/android-4/arch-arm/usr/include/sys/
ioctl_compat.h 97 #define ECHO 0x00000008 /* enable echoing */
137 #define CTLECH 0x10000000 /* echo control chars as ^X */
138 #define PENDIN 0x20000000 /* re-echo input buffer at next read */
  /ndk/build/platforms/android-5/arch-arm/usr/include/sys/
ioctl_compat.h 97 #define ECHO 0x00000008 /* enable echoing */
137 #define CTLECH 0x10000000 /* echo control chars as ^X */
138 #define PENDIN 0x20000000 /* re-echo input buffer at next read */
  /ndk/build/platforms/android-5/arch-x86/usr/include/asm/
termbits.h 175 #define ECHO 0000010
  /ndk/build/platforms/android-5/arch-x86/usr/include/sys/
ioctl_compat.h 97 #define ECHO 0x00000008 /* enable echoing */
137 #define CTLECH 0x10000000 /* echo control chars as ^X */
138 #define PENDIN 0x20000000 /* re-echo input buffer at next read */
  /ndk/build/platforms/android-8/arch-arm/usr/include/sys/
ioctl_compat.h 97 #define ECHO 0x00000008 /* enable echoing */
137 #define CTLECH 0x10000000 /* echo control chars as ^X */
138 #define PENDIN 0x20000000 /* re-echo input buffer at next read */
  /ndk/build/platforms/android-8/arch-x86/usr/include/asm/
termbits.h 175 #define ECHO 0000010
  /ndk/build/platforms/android-8/arch-x86/usr/include/sys/
ioctl_compat.h 97 #define ECHO 0x00000008 /* enable echoing */
137 #define CTLECH 0x10000000 /* echo control chars as ^X */
138 #define PENDIN 0x20000000 /* re-echo input buffer at next read */
  /external/strace/
term.c 233 (tios.c_lflag & ECHO) ? "" : "-");
269 (tio.c_lflag & ECHO) ? "" : "-");
  /system/core/toolbox/
readtty.c 115 ttyarg.c_lflag &= ~(ECHO | ICANON);
  /system/core/sh/
init.c 229 #undef ECHO
230 #define ECHO (void) fwrite( yytext, yyleng, 1, yyout )
521 #undef ECHO
522 #define ECHO (void) fwrite( yytext, yyleng, 1, yyout )
811 #undef ECHO
812 #define ECHO (void) fwrite( yytext, yyleng, 1, yyout )
  /external/libpng/
configure 55 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
56 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
57 as_echo_n='/usr/ucb/echo -n'
162 as_fn_success || { exitcode=1; echo as_fn_success failed.; }
163 as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
164 as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
165 as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
169 exitcode=1; echo positional parameters were not saved.
456 case `echo -n x` in #(((((
458 case `echo 'xy\c'` i
    [all...]
  /external/openssl/crypto/ui/
ui_openssl.c 308 static int read_string_inner(UI *ui, UI_STRING *uis, int echo, int strip_nl);
408 static int read_string_inner(UI *ui, UI_STRING *uis, int echo, int strip_nl)
424 if (!echo && !noecho_console(ui))
430 if (!echo)
458 if (!echo) fprintf(tty_out,"\n");
459 if (ps >= 2 && !echo && !echo_console(ui))
527 tty_new.TTY_FLAGS &= ~ECHO;
549 tty_new.TTY_FLAGS |= ECHO;
  /external/bison/src/
scan-skel.c 715 #ifndef ECHO
720 #define ECHO (void) fwrite( skel_text, skel_leng, 1, skel_out )
1041 lineno++; ECHO;
1046 ECHO;
    [all...]
  /external/bluetooth/bluez/rfcomm/
lexer.c 506 #define ECHO {;}
563 #ifndef ECHO
567 #define ECHO (void) fwrite( yytext, yyleng, 1, yyout )
824 ECHO;
    [all...]
  /external/dropbear/
cli-chansession.c 131 tio.c_lflag &= ~(ISIG | ICANON | ECHO | ECHOE | ECHOK | ECHONL);
sshpty.c 223 tio.c_lflag |= (ECHO | ISIG | ICANON);
  /external/e2fsprogs/ext2ed/
win.c 66 termioCurrent.c_lflag |= ECHO; /* set echo on */
158 // echo ();
  /external/webkit/WebKitTools/android/flex-2.5.4a/
flex.skl 379 #ifndef ECHO
384 #define ECHO (void) fwrite( yytext, yyleng, 1, yyout )
386 #define ECHO LexerOutput( yytext, yyleng )
    [all...]
  /external/openssl/crypto/des/
read_pwd.c 338 tty_new.TTY_FLAGS &= ~ECHO;
344 ; /* MPE lies -- echo really has been disabled */
  /external/qemu/distrib/sdl-1.2.12/src/video/ipod/
SDL_ipodvideo.c 233 // cur_termios.c_lflag &= ~(ICANON | ECHO | ISIG | IEXTEN);
236 cur_termios.c_lflag &= ~(ICANON | ECHO | ISIG);
  /system/bluetooth/brcm_patchram_plus/
brcm_patchram_plus.c 334 termios.c_lflag &= ~(ECHO | ECHONL | ICANON | ISIG | IEXTEN);

Completed in 1402 milliseconds

12 3