HomeSort by relevance Sort by last modified time
    Searched refs:putc_unlocked (Results 1 - 19 of 19) sorted by null

  /bionic/libc/stdio/
putc.c 39 * A subroutine version of the macro putc_unlocked.
41 #undef putc_unlocked macro
44 putc_unlocked(int c, FILE *fp) function
64 ret = putc_unlocked(c, fp);
putchar.c 45 return (putc_unlocked(c, so));
  /external/elfutils/tests/
showptable.c 104 putc_unlocked ((phdr->p_flags & PF_X) ? 'X' : ' ', stdout);
105 putc_unlocked ((phdr->p_flags & PF_W) ? 'W' : ' ', stdout);
106 putc_unlocked ((phdr->p_flags & PF_R) ? 'R' : ' ', stdout);
108 putc_unlocked ('\n', stdout);
  /external/bison/lib/
unlocked-io.h 116 # define putc(x,y) putc_unlocked (x,y)
118 # define putc_unlocked(x,y) putc (x,y) macro
  /bionic/libc/include/
stdio.h 326 int putc_unlocked(int, FILE *);
426 * The macro implementations of putc and putc_unlocked are not
433 #define putc_unlocked(x, fp) __sputc(x, fp) macro
440 #define putchar_unlocked(c) putc_unlocked(c, stdout)
  /development/ndk/platforms/android-3/include/
stdio.h 326 int putc_unlocked(int, FILE *);
426 * The macro implementations of putc and putc_unlocked are not
433 #define putc_unlocked(x, fp) __sputc(x, fp) macro
440 #define putchar_unlocked(c) putc_unlocked(c, stdout)
  /development/ndk/platforms/android-8/include/
stdio.h 326 int putc_unlocked(int, FILE *);
426 * The macro implementations of putc and putc_unlocked are not
433 #define putc_unlocked(x, fp) __sputc(x, fp) macro
440 #define putchar_unlocked(c) putc_unlocked(c, stdout)
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/
stdio.h 324 int putc_unlocked(int, FILE *);
424 * The macro implementations of putc and putc_unlocked are not
431 #define putc_unlocked(x, fp) __sputc(x, fp) macro
438 #define putchar_unlocked(c) putc_unlocked(c, stdout)
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/
stdio.h 324 int putc_unlocked(int, FILE *);
424 * The macro implementations of putc and putc_unlocked are not
431 #define putc_unlocked(x, fp) __sputc(x, fp) macro
438 #define putchar_unlocked(c) putc_unlocked(c, stdout)
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/
stdio.h 324 int putc_unlocked(int, FILE *);
424 * The macro implementations of putc and putc_unlocked are not
431 #define putc_unlocked(x, fp) __sputc(x, fp) macro
438 #define putchar_unlocked(c) putc_unlocked(c, stdout)
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/
stdio.h 324 int putc_unlocked(int, FILE *);
424 * The macro implementations of putc and putc_unlocked are not
431 #define putc_unlocked(x, fp) __sputc(x, fp) macro
438 #define putchar_unlocked(c) putc_unlocked(c, stdout)
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/
stdio.h 324 int putc_unlocked(int, FILE *);
424 * The macro implementations of putc and putc_unlocked are not
431 #define putc_unlocked(x, fp) __sputc(x, fp) macro
438 #define putchar_unlocked(c) putc_unlocked(c, stdout)
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/
stdio.h 324 int putc_unlocked(int, FILE *);
424 * The macro implementations of putc and putc_unlocked are not
431 #define putc_unlocked(x, fp) __sputc(x, fp) macro
438 #define putchar_unlocked(c) putc_unlocked(c, stdout)
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
stdio.h 99 putc_unlocked (int __c, FILE *__stream) function
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
system.h 70 # define putc(C, Stream) putc_unlocked (C, Stream)
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
system.h 70 # define putc(C, Stream) putc_unlocked (C, Stream)
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
stdio.h 580 extern int putc_unlocked (int __c, FILE *__stream);
  /external/elfutils/src/
readelf.c     [all...]
  /external/bison/
configure     [all...]

Completed in 382 milliseconds