/prebuilts/ndk/current/platforms/android-18/arch-arm/usr/include/ |
stdio.h | 89 * This ensures that the getc and putc macros (or inline functions) never 109 int _w; /* write space left for putc() */ 113 int _lbfsize; /* 0 or -_bf._size, for inline putc */ 243 int putc(int, FILE *); 379 #define putchar(x) putc(x, stdout)
|
/prebuilts/ndk/current/platforms/android-18/arch-mips/usr/include/ |
stdio.h | 89 * This ensures that the getc and putc macros (or inline functions) never 109 int _w; /* write space left for putc() */ 113 int _lbfsize; /* 0 or -_bf._size, for inline putc */ 243 int putc(int, FILE *); 379 #define putchar(x) putc(x, stdout)
|
/prebuilts/ndk/current/platforms/android-18/arch-x86/usr/include/ |
stdio.h | 89 * This ensures that the getc and putc macros (or inline functions) never 109 int _w; /* write space left for putc() */ 113 int _lbfsize; /* 0 or -_bf._size, for inline putc */ 243 int putc(int, FILE *); 379 #define putchar(x) putc(x, stdout)
|
/prebuilts/ndk/current/platforms/android-19/arch-arm/usr/include/ |
stdio.h | 89 * This ensures that the getc and putc macros (or inline functions) never 109 int _w; /* write space left for putc() */ 113 int _lbfsize; /* 0 or -_bf._size, for inline putc */ 243 int putc(int, FILE *); 379 #define putchar(x) putc(x, stdout)
|
/prebuilts/ndk/current/platforms/android-19/arch-mips/usr/include/ |
stdio.h | 89 * This ensures that the getc and putc macros (or inline functions) never 109 int _w; /* write space left for putc() */ 113 int _lbfsize; /* 0 or -_bf._size, for inline putc */ 243 int putc(int, FILE *); 379 #define putchar(x) putc(x, stdout)
|
/prebuilts/ndk/current/platforms/android-19/arch-x86/usr/include/ |
stdio.h | 89 * This ensures that the getc and putc macros (or inline functions) never 109 int _w; /* write space left for putc() */ 113 int _lbfsize; /* 0 or -_bf._size, for inline putc */ 243 int putc(int, FILE *); 379 #define putchar(x) putc(x, stdout)
|
/prebuilts/ndk/current/platforms/android-3/arch-arm/usr/include/ |
stdio.h | 89 * This ensures that the getc and putc macros (or inline functions) never 109 int _w; /* write space left for putc() */ 113 int _lbfsize; /* 0 or -_bf._size, for inline putc */ 243 int putc(int, FILE *); 379 #define putchar(x) putc(x, stdout)
|
/prebuilts/ndk/current/platforms/android-4/arch-arm/usr/include/ |
stdio.h | 89 * This ensures that the getc and putc macros (or inline functions) never 109 int _w; /* write space left for putc() */ 113 int _lbfsize; /* 0 or -_bf._size, for inline putc */ 243 int putc(int, FILE *); 379 #define putchar(x) putc(x, stdout)
|
/prebuilts/ndk/current/platforms/android-5/arch-arm/usr/include/ |
stdio.h | 89 * This ensures that the getc and putc macros (or inline functions) never 109 int _w; /* write space left for putc() */ 113 int _lbfsize; /* 0 or -_bf._size, for inline putc */ 243 int putc(int, FILE *); 379 #define putchar(x) putc(x, stdout)
|
/prebuilts/ndk/current/platforms/android-8/arch-arm/usr/include/ |
stdio.h | 89 * This ensures that the getc and putc macros (or inline functions) never 109 int _w; /* write space left for putc() */ 113 int _lbfsize; /* 0 or -_bf._size, for inline putc */ 243 int putc(int, FILE *); 379 #define putchar(x) putc(x, stdout)
|
/prebuilts/ndk/current/platforms/android-9/arch-arm/usr/include/ |
stdio.h | 89 * This ensures that the getc and putc macros (or inline functions) never 109 int _w; /* write space left for putc() */ 113 int _lbfsize; /* 0 or -_bf._size, for inline putc */ 243 int putc(int, FILE *); 379 #define putchar(x) putc(x, stdout)
|
/prebuilts/ndk/current/platforms/android-9/arch-mips/usr/include/ |
stdio.h | 89 * This ensures that the getc and putc macros (or inline functions) never 109 int _w; /* write space left for putc() */ 113 int _lbfsize; /* 0 or -_bf._size, for inline putc */ 243 int putc(int, FILE *); 379 #define putchar(x) putc(x, stdout)
|
/prebuilts/ndk/current/platforms/android-9/arch-x86/usr/include/ |
stdio.h | 89 * This ensures that the getc and putc macros (or inline functions) never 109 int _w; /* write space left for putc() */ 113 int _lbfsize; /* 0 or -_bf._size, for inline putc */ 243 int putc(int, FILE *); 379 #define putchar(x) putc(x, stdout)
|
/external/bison/src/ |
getargs.c | 342 putc ('\n', stdout); 359 putc ('\n', stdout); 374 putc ('\n', stdout); 385 putc ('\n', stdout); 394 putc ('\n', stdout); 429 putc ('\n', stdout); 431 putc ('\n', stdout);
|
/bionic/libc/stdio/ |
local.h | 62 int _w; /* write space left for putc() */ 71 int _lbfsize; /* 0 or -_bf._size, for inline putc */ 179 * Android <= KitKat had getc/putc macros in <stdio.h> that referred
|
/external/bison/lib/ |
error.c | 81 # undef putc macro 82 # define putc(c, fp) INTUSE(_IO_putc) (c, fp) macro 277 putc ('\n', stderr);
|
/bionic/libc/upstream-openbsd/lib/libc/stdio/ |
wsetup.c | 78 * for the putc() macro. We will change _lbfsize back
|
/development/ndk/platforms/android-21/include/ |
stdio.h | 91 * This ensures that the getc and putc macros (or inline functions) never 111 int _w; /* write space left for putc() */ 120 int _lbfsize; /* 0 or -_bf._size, for inline putc */ 249 int putc(int, FILE *);
|
/external/icu/icu4c/source/tools/toolutil/ |
filestrm.c | 186 putc is used on a file opened as readonly)
|
/external/toybox/toys/posix/ |
expand.c | 65 if (EOF == putc(c, stdout)) perror_exit(0);
|
/hardware/intel/bootstub/ |
spi-uart.c | 105 /* early putc need make sure the TX FIFO is not full*/
|
/prebuilts/ndk/current/platforms/android-21/arch-arm/usr/include/ |
stdio.h | 91 * This ensures that the getc and putc macros (or inline functions) never 111 int _w; /* write space left for putc() */ 120 int _lbfsize; /* 0 or -_bf._size, for inline putc */ 249 int putc(int, FILE *);
|
/prebuilts/ndk/current/platforms/android-21/arch-arm64/usr/include/ |
stdio.h | 91 * This ensures that the getc and putc macros (or inline functions) never 111 int _w; /* write space left for putc() */ 120 int _lbfsize; /* 0 or -_bf._size, for inline putc */ 249 int putc(int, FILE *);
|
/prebuilts/ndk/current/platforms/android-21/arch-mips/usr/include/ |
stdio.h | 91 * This ensures that the getc and putc macros (or inline functions) never 111 int _w; /* write space left for putc() */ 120 int _lbfsize; /* 0 or -_bf._size, for inline putc */ 249 int putc(int, FILE *);
|
/prebuilts/ndk/current/platforms/android-21/arch-mips64/usr/include/ |
stdio.h | 91 * This ensures that the getc and putc macros (or inline functions) never 111 int _w; /* write space left for putc() */ 120 int _lbfsize; /* 0 or -_bf._size, for inline putc */ 249 int putc(int, FILE *);
|