HomeSort by relevance Sort by last modified time
    Searched full:noecho (Results 1 - 25 of 51) sorted by null

1 2 3

  /external/curl/src/
tool_getpass.c 188 static struct_term noecho; local
195 noecho = withecho;
196 noecho.c_lflag &= ~ECHO;
197 tcsetattr(fd, TCSANOW, &noecho);
200 noecho = withecho;
201 noecho.c_lflag &= ~ECHO;
202 ioctl(fd, TCSETA, &noecho);
  /external/e2fsprogs/lib/ss/
test_ss.c 41 int noecho; local
61 noecho = 0;
63 noecho = 1;
72 if (!noecho)
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/cloudformation/
template.py 46 elif name == "NoEcho":
  /prebuilts/gdb/darwin-x86/lib/python2.7/curses/
wrapper.py 26 curses.noecho()
  /prebuilts/gdb/linux-x86/lib/python2.7/curses/
wrapper.py 26 curses.noecho()
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/curses/
wrapper.py 26 curses.noecho()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/curses/
wrapper.py 26 curses.noecho()
  /external/e2fsprogs/tests/progs/
test_icount.c 253 int noecho; local
273 noecho = 0;
275 noecho = 1;
284 if (!noecho)
test_rel.c 669 int noecho; local
689 noecho = 0;
691 noecho = 1;
700 if (!noecho)
  /external/gptfdisk/
gptcurses.cc 45 noecho();
365 noecho();
391 noecho();
406 noecho();
442 noecho();
453 noecho();
487 noecho();
507 noecho();
520 noecho();
  /external/e2fsprogs/lib/ext2fs/
tst_bitmaps.c 43 int noecho; local
63 noecho = 0;
65 noecho = 1;
74 if (!noecho)
  /external/libvncserver/libvncclient/
vncviewer.c 70 struct termios save,noecho;
73 noecho=save; noecho.c_lflag &= ~ECHO;
74 if(tcsetattr(fileno(stdin),TCSAFLUSH,&noecho)!=0) return p;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/lib32/
libncurses.so.5 
libncurses.so.5.9 
  /external/e2fsprogs/ext2ed/
main.c 202 noecho();
234 /* noecho (); */
302 noecho();
win.c 14 noecho.
  /external/bzip2/
bzmore.1 138 .I noecho
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/cloudformation/
test_connection.py 580 <NoEcho>false</NoEcho>
586 <NoEcho>false</NoEcho>
  /external/autotest/client/profilers/powertop/src/
display.c 122 noecho(); /* dont echo input */
  /external/tinyxml/
xmltest.cpp 29 bool XmlTest (const char* testString, const char* expected, const char* found, bool noEcho = false)
37 if ( noEcho )
50 bool XmlTest( const char* testString, int expected, int found, bool noEcho = false )
58 if ( noEcho )
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_curses.py 158 curses.nocbreak, curses.noecho, curses.nonl,
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_curses.py 158 curses.nocbreak, curses.noecho, curses.nonl,
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_curses.py 158 curses.nocbreak, curses.noecho, curses.nonl,
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_curses.py 158 curses.nocbreak, curses.noecho, curses.nonl,
  /external/toybox/kconfig/lxdialog/
util.c 282 noecho();

Completed in 1481 milliseconds

1 2 3