HomeSort by relevance Sort by last modified time
    Searched refs:getchar (Results 1 - 25 of 140) sorted by null

1 2 3 4 5 6

  /external/curl/src/
tool_panykey.c 41 getchar();
  /device/linaro/bootloader/edk2/StdLib/LibC/Stdio/
getchar.c 2 Implementation of a subroutine version of the macro getchar,
44 NetBSD: getchar.c,v 1.9 2003/08/07 16:43:27 agc Exp
45 getchar.c 8.1 (Berkeley) 6/4/93
53 #undef getchar macro
57 getchar( void ) function
  /external/syslinux/gpxe/src/include/
console.h 12 * putchar(), getchar() and iskey() delegate to the individual console
35 * The console's putchar(), putline(), getchar() and iskey()
74 int ( *getchar ) ( void ); member in struct:console_driver
83 * This should return True if a subsequent call to getchar()
103 * .getchar = my_getchar,
115 extern int getchar ( void );
  /external/syslinux/gpxe/src/core/
console.c 67 * has input available using that console's console_driver::getchar()
73 * int key = iskey() ? getchar() : -1;
80 int getchar ( void ) { function
86 if ( console && console->getchar ) {
87 character = console->getchar ();
124 * call returns True, you can then safely call getchar() without
getkey.c 47 return getchar();
59 * constant. This function differs from getchar() in that getchar()
67 character = getchar();
serial_console.c 21 .getchar = serial_getc,
pc_kbd.c 111 .getchar = kbd_getc,
debug.c 9 getchar();
15 getchar();
monojob.c 77 key = getchar();
  /external/ltp/testcases/kernel/fs/mongo/
summ.c 15 while ((c = getchar()) != EOF) {
  /external/syslinux/gpxe/src/hci/
shell_banner.c 52 key = getchar();
  /hardware/invensense/6515/libsensors_iio/software/simple_apps/common/
console_helper.c 52 return getchar();
  /external/syslinux/com32/lib/sys/
rawcon_read.c 65 *bufp = getchar(&hi);
  /external/fsck_msdos/
main.c 156 c = getchar();
157 while (c != '\n' && getchar() != '\n')
  /external/libmicrohttpd/doc/examples/
hellobrowser.c 47 (void) getchar ();
logging.c 51 (void) getchar ();
basicauthentication.c 79 (void) getchar ();
responseheaders.c 81 (void) getchar ();
  /external/swiftshader/third_party/LLVM/examples/Kaleidoscope/Chapter2/
toy.cpp 32 LastChar = getchar();
36 while (isalnum((LastChar = getchar())))
48 LastChar = getchar();
57 do LastChar = getchar();
70 LastChar = getchar();
  /external/jemalloc/msvc/projects/vc2015/test_threads/
test_threads.cpp 38 getchar();
87 getchar();
  /prebuilts/ndk/r16/sources/cxx-stl/system/include/
cstdio 65 using ::getchar;
  /toolchain/binutils/binutils-2.27/binutils/
cxxfilt.c 262 c = getchar ();
269 c = getchar ();
  /external/webrtc/webrtc/system_wrappers/source/spreadsortlib/
spreadsort.hpp 24 #ifdef getchar
25 // This file should not use getchar as a template parameter name.
26 #undef getchar macro
1102 get_char getchar; member in struct:boost::detail::offset_char_lessthan
    [all...]
  /external/syslinux/com32/include/syslinux/
firmware.h 22 char (*getchar)(char *); member in struct:input_ops
  /external/syslinux/gpxe/src/hci/mucurses/
ansi_screen.c 60 return getchar();

Completed in 750 milliseconds

1 2 3 4 5 6