HomeSort by relevance Sort by last modified time
    Searched defs:getchar (Results 1 - 15 of 15) sorted by null

  /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/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
  /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 );
cmdlinelib.h 56 cmdl_getchar_t getchar; member in struct:__anon38199
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
stdio.h 45 getchar (void) function
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
stdio.h 45 getchar (void) function
  /external/syslinux/com32/include/syslinux/
firmware.h 22 char (*getchar)(char *); member in struct:input_ops
  /external/syslinux/core/
conio.c 306 * getchar: Read a character from keyboard or serial port
308 __export char getchar(char *hi) function
310 return firmware->i_ops->getchar(hi);
315 regs->eax.b[0] = getchar((char *)&regs->eax.b[1]);
pxelinux.asm 314 call getchar
520 getchar: label
  /external/syslinux/com32/gplinclude/zzjson/
zzjson.h 34 int (*getchar)(void *ihandle); // pa member in struct:ZZJSON_CONFIG
  /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...]
  /device/linaro/bootloader/edk2/StdLib/Include/
stdio.h 44 int getchar (void);
1609 #define getchar macro
    [all...]
  /bionic/libc/stdio/
stdio.cpp 819 int getchar() { function
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
system.h 88 # undef getchar macro
89 # define getchar() getchar_unlocked () macro
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
pthread.h 548 #define getchar(...) (pthread_testcancel(), getchar(__VA_ARGS__)) macro
    [all...]

Completed in 313 milliseconds