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

  /device/linaro/bootloader/arm-trusted-firmware/lib/stdlib/
putchar.c 10 /* Putchar() should either return the character printed or EOF in case of error.
12 * character. Write all other printing functions in terms of putchar(), if
15 int putchar(int c) function
  /external/syslinux/com32/lib/
putchar.c 2 * putchar.c
9 #undef putchar macro
11 int putchar(int c) function
  /device/linaro/bootloader/edk2/StdLib/LibC/Stdio/
putchar.c 2 Implementation of a subroutine version of the macro putchar,
44 NetBSD: putchar.c,v 1.9 2003/08/07 16:43:29 agc Exp
45 putchar.c 8.1 (Berkeley) 6/4/93
53 #undef putchar macro
57 * putchar
60 putchar(int c) function
  /external/syslinux/dos/
conio.c 22 int putchar(int ch) function
25 putchar('\r');
36 putchar(*s);
  /external/syslinux/gpxe/src/core/
console.c 18 * each device's console_driver::putchar() method.
21 void putchar ( int character ) { function
26 putchar ( '\r' );
29 if ( ( ! console->disabled ) && console->putchar )
30 console->putchar ( character );
  /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()
50 void ( *putchar ) ( int character ); member in struct:console_driver
102 * .putchar = my_putchar,
114 extern void putchar ( int character );
cmdlinelib.h 55 cmdl_putchar_t putchar; 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 80 putchar (int __c) function
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
stdio.h 80 putchar (int __c) function
  /external/syslinux/com32/include/
stdio.h 64 #define putchar(c) fputc((c),stdout) macro
  /external/syslinux/com32/gplinclude/zzjson/
zzjson.h 44 int (*putchar)(int c, void *handle); // pr member in struct:ZZJSON_CONFIG
  /external/syslinux/memdisk/
conio.c 23 int putchar(int ch) function
30 putchar('\r');
44 putchar(*s);
  /system/core/adb/
sysdeps.h 267 #define putchar adb_putchar macro
  /device/linaro/bootloader/edk2/StdLib/Include/
stdio.h 47 int putchar (int);
1610 #define putchar macro
    [all...]
  /bionic/libc/stdio/
stdio.cpp 865 int putchar(int c) { 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 80 # undef putchar macro
81 # define putchar(C) putchar_unlocked (C) macro
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
pthread.h 631 #define putchar(...) (pthread_testcancel(), putchar(__VA_ARGS__)) macro
    [all...]

Completed in 300 milliseconds