HomeSort by relevance Sort by last modified time
    Searched defs:putc_unlocked (Results 1 - 25 of 55) sorted by null

1 2 3

  /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);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
stdio.h 99 putc_unlocked (int __c, FILE *__stream) function
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
stdio.h 99 putc_unlocked (int __c, FILE *__stream) function
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
stdio.h 99 putc_unlocked (int __c, FILE *__stream) function
  /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
  /ndk/sources/host-tools/sed-4.2.1/lib/
unlocked-io.h 115 # define putc(x,y) putc_unlocked (x,y)
117 # define putc_unlocked(x,y) putc (x,y) macro
  /bionic/libc/include/
stdio.h 345 int putc_unlocked(int, FILE *);
442 * The macro implementations of putc and putc_unlocked are not
452 * The macro implementations of putc and putc_unlocked are not
456 #define putc_unlocked(x, fp) __sputc(x, fp) macro
464 #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)
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.6/lib/gcc/mipsel-linux-android/4.6/include-fixed/
stdio.h 335 int putc_unlocked(int, FILE *);
435 * The macro implementations of putc and putc_unlocked are not
442 #define putc_unlocked(x, fp) __sputc(x, fp) macro
449 #define putchar_unlocked(c) putc_unlocked(c, stdout)
  /prebuilts/gcc/darwin-x86/x86/i686-linux-android-4.6/lib/gcc/i686-linux-android/4.6/include-fixed/
stdio.h 335 int putc_unlocked(int, FILE *);
435 * The macro implementations of putc and putc_unlocked are not
442 #define putc_unlocked(x, fp) __sputc(x, fp) macro
449 #define putchar_unlocked(c) putc_unlocked(c, stdout)
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.6/lib/gcc/mipsel-linux-android/4.6/include-fixed/
stdio.h 335 int putc_unlocked(int, FILE *);
435 * The macro implementations of putc and putc_unlocked are not
442 #define putc_unlocked(x, fp) __sputc(x, fp) macro
449 #define putchar_unlocked(c) putc_unlocked(c, stdout)
  /prebuilts/gcc/linux-x86/x86/i686-linux-android-4.6/lib/gcc/i686-linux-android/4.6/include-fixed/
stdio.h 335 int putc_unlocked(int, FILE *);
435 * The macro implementations of putc and putc_unlocked are not
442 #define putc_unlocked(x, fp) __sputc(x, fp) macro
449 #define putchar_unlocked(c) putc_unlocked(c, stdout)
  /prebuilts/ndk/4/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)
  /prebuilts/ndk/4/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)
  /prebuilts/ndk/4/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)
  /prebuilts/ndk/4/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)
  /prebuilts/ndk/4/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)
  /prebuilts/ndk/4/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)
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/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)
  /prebuilts/ndk/5/platforms/android-8/arch-arm/usr/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)
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/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)
  /prebuilts/ndk/6/platforms/android-3/arch-x86/usr/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)
  /prebuilts/ndk/6/platforms/android-8/arch-arm/usr/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)
  /prebuilts/ndk/6/platforms/android-8/arch-x86/usr/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)

Completed in 1546 milliseconds

1 2 3