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

1 23

  /system/wlan/ti/sta_dk_4_0_4_32/CUDK/CLI/
wipp_ctrl.c 301 result = system("echo b > /dev/debug_msg_dev");
317 result = system("echo c > /dev/debug_msg_dev");
572 term.c_lflag &= ~(ECHO);
576 console_printf_terminal("wipp control, Echo is disabled!\n");
  /external/elfutils/src/
ldlex.c     [all...]
  /system/core/sh/
arith_lex.c 579 #ifndef ECHO
583 #define ECHO (void) fwrite( yytext, yyleng, 1, yyout )
912 ECHO;
    [all...]
  /external/libpcap/
scanner.c     [all...]
  /external/webkit/WebKitTools/android/flex-2.5.4a/
initscan.c     [all...]
  /external/e2fsprogs/e2fsck/
util.c 139 tmp.c_lflag &= ~(ICANON | ECHO);
  /external/kernel-headers/original/linux/
tty.h 147 #define L_ECHO(tty) _L_FLAG((tty),ECHO)
  /external/qemu/
qemu-char-android.c 753 tty.c_lflag &= ~(ECHO|ECHONL|ICANON|IEXTEN);
841 termios_p->c_lflag &= ~(ECHO|ECHONL|ICANON|ISIG|IEXTEN);
1064 tty.c_lflag &= ~(ECHO|ECHONL|ICANON|IEXTEN|ISIG);
    [all...]
qemu-char.c 721 tty.c_lflag &= ~(ECHO|ECHONL|ICANON|IEXTEN);
809 termios_p->c_lflag &= ~(ECHO|ECHONL|ICANON|ISIG|IEXTEN);
1031 tty.c_lflag &= ~(ECHO|ECHONL|ICANON|IEXTEN|ISIG);
    [all...]
  /external/bison/src/
scan-gram.c     [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/fbcon/
SDL_fbevents.c 192 keyboard_termios.c_lflag &= ~(ICANON | ECHO | ISIG);
  /external/qemu/distrib/sdl-1.2.12/src/video/ps2gs/
SDL_gsevents.c 185 keyboard_termios.c_lflag &= ~(ICANON | ECHO | ISIG);
  /external/libpng/
CHANGES     [all...]
  /external/stlport/
configure.bat 1 @ECHO OFF
13 echo STLport Configuration Tool for Windows
14 echo.
19 echo Please specify at least the compiler you are going to use,
20 echo use "configure --help" to see the available ones.
26 echo # STLport Configuration Tool for Windows > build\Makefiles\nmake\config.mak
27 echo # >> build\Makefiles\nmake\config.mak
28 echo # config.mak generated with command line: >> build\Makefiles\nmake\config.mak
29 echo # configure %1 %2 %3 %4 %5 %6 %7 %8 %9 >> build\Makefiles\nmake\config.mak
30 echo # >> build\Makefiles\nmake\config.ma
    [all...]
  /external/iproute2/ip/
ipaddress.c 110 _PF(ECHO);
  /external/expat/
configure 73 echo X/"$0" |
90 echo "#! /bin/sh" >conf$$.sh
91 echo "exit 0" >>conf$$.sh
127 { echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2
177 { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
189 case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
203 echo >conf$$.fil
    [all...]
  /external/libffi/
configure 44 echo "#! /bin/sh" >conf$$.sh
45 echo "exit 0" >>conf$$.sh
92 echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
137 echo X/"$0" |
185 echo as_func_success failed.
190 echo as_func_failure succeeded.
197 echo as_func_ret_success failed.
202 echo as_func_ret_failure succeeded.
209 echo positional parameters were not saved.
300 echo as_func_success failed
    [all...]
  /external/ppp/pppd/
sys-linux.c 999 inittermios.c_lflag &= ~(ECHO | ECHONL);
    [all...]
sys-solaris.c 1286 inittermios.c_lflag &= ~(ECHO | ECHONL);
    [all...]
  /external/dbus/
configure 71 echo X/"$0" |
88 echo "#! /bin/sh" >conf$$.sh
89 echo "exit 0" >>conf$$.sh
125 { echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2
175 { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
187 case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
201 echo >conf$$.fil
    [all...]
  /external/webkit/WebCore/css/
CSSParser.cpp     [all...]

Completed in 1227 milliseconds

1 23