HomeSort by relevance Sort by last modified time
    Searched full:putc (Results 101 - 125 of 550) sorted by null

1 2 3 45 6 7 8 91011>>

  /prebuilts/ndk/current/platforms/android-21/arch-x86/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-x86_64/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-23/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-23/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-23/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-23/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 *);
  /prebuilts/ndk/current/platforms/android-23/arch-x86/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-23/arch-x86_64/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-24/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-24/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-24/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-24/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 *);
  /prebuilts/ndk/current/platforms/android-24/arch-x86/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-24/arch-x86_64/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 *);
  /toolchain/binutils/binutils-2.25/libiberty/testsuite/
test-pexecute.c 480 putc (' ', (i & 1) == 0 ? stdout : stderr);
483 putc ('\n', stdout);
484 putc ('\n', stderr);
508 putc (c, e);
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/tools/ftrandom/
ftrandom.c 452 putc( getRandom( 0, 0xFF ), new );
454 putc( getRandom( 0x20, 0x7E ), new );
465 putc( hex, new );
  /external/valgrind/perf/
ffbench.c 363 putc(':', fp);
364 putc(1, fp);
366 putc(6, fp);
  /bionic/libc/dns/resolv/
res_debug.c 144 putc('\n', file);
181 putc('\n', file);
304 putc(';', file);
336 putc('\n',file);
347 putc('\n', file);
358 putc('.', file);
    [all...]
  /external/iputils/
tftpsubs.c 218 goto skipit; /* just skip over the putc */
221 putc(c, file);
  /toolchain/binutils/binutils-2.25/gas/
messages.c 137 (void) putc ('\n', stderr);
280 (void) putc ('\n', stderr);
  /external/libpng/contrib/tools/
pngfix.c 923 putc(*str, out);
926 putc('_', out);
    [all...]
  /development/ndk/platforms/android-12/arch-arm/symbols/
libc.so.functions.txt 541 putc
  /development/ndk/platforms/android-12/arch-mips/symbols/
libc.so.functions.txt 524 putc
  /development/ndk/platforms/android-12/arch-x86/symbols/
libc.so.functions.txt 521 putc
  /development/ndk/platforms/android-14/arch-arm/symbols/
libc.so.functions.txt 541 putc

Completed in 3830 milliseconds

1 2 3 45 6 7 8 91011>>