HomeSort by relevance Sort by last modified time
    Searched refs:putchar_unlocked (Results 1 - 25 of 68) sorted by null

1 2 3

  /bionic/libc/stdio/
putchar.c 36 #undef putchar_unlocked macro
38 * A subrouting version of the macro putchar_unlocked
41 putchar_unlocked(int c) function
  /external/elfutils/libebl/
eblobjnote.c 133 putchar_unlocked ('.');
136 putchar_unlocked ('\n');
  /external/bison/lib/
unlocked-io.h 123 # define putchar(x) putchar_unlocked (x)
125 # define putchar_unlocked(x) putchar (x) macro
  /ndk/sources/host-tools/sed-4.2.1/lib/
unlocked-io.h 122 # define putchar(x) putchar_unlocked (x)
124 # define putchar_unlocked(x) putchar (x) macro
  /development/ndk/platforms/android-3/include/
stdio.h 327 int putchar_unlocked(int);
440 #define putchar_unlocked(c) putc_unlocked(c, stdout) macro
  /development/ndk/platforms/android-8/include/
stdio.h 327 int putchar_unlocked(int);
440 #define putchar_unlocked(c) putc_unlocked(c, stdout) macro
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.6/lib/gcc/mipsel-linux-android/4.6/include-fixed/
stdio.h 336 int putchar_unlocked(int);
449 #define putchar_unlocked(c) putc_unlocked(c, stdout) macro
  /prebuilts/gcc/darwin-x86/x86/i686-linux-android-4.6/lib/gcc/i686-linux-android/4.6/include-fixed/
stdio.h 336 int putchar_unlocked(int);
449 #define putchar_unlocked(c) putc_unlocked(c, stdout) macro
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.6/lib/gcc/mipsel-linux-android/4.6/include-fixed/
stdio.h 336 int putchar_unlocked(int);
449 #define putchar_unlocked(c) putc_unlocked(c, stdout) macro
  /prebuilts/gcc/linux-x86/x86/i686-linux-android-4.6/lib/gcc/i686-linux-android/4.6/include-fixed/
stdio.h 336 int putchar_unlocked(int);
449 #define putchar_unlocked(c) putc_unlocked(c, stdout) macro
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/
stdio.h 325 int putchar_unlocked(int);
438 #define putchar_unlocked(c) putc_unlocked(c, stdout) macro
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/
stdio.h 325 int putchar_unlocked(int);
438 #define putchar_unlocked(c) putc_unlocked(c, stdout) macro
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/
stdio.h 325 int putchar_unlocked(int);
438 #define putchar_unlocked(c) putc_unlocked(c, stdout) macro
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/
stdio.h 325 int putchar_unlocked(int);
438 #define putchar_unlocked(c) putc_unlocked(c, stdout) macro
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/
stdio.h 325 int putchar_unlocked(int);
438 #define putchar_unlocked(c) putc_unlocked(c, stdout) macro
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/
stdio.h 325 int putchar_unlocked(int);
438 #define putchar_unlocked(c) putc_unlocked(c, stdout) macro
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/
stdio.h 327 int putchar_unlocked(int);
440 #define putchar_unlocked(c) putc_unlocked(c, stdout) macro
  /prebuilts/ndk/5/platforms/android-8/arch-arm/usr/include/
stdio.h 327 int putchar_unlocked(int);
440 #define putchar_unlocked(c) putc_unlocked(c, stdout) macro
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/
stdio.h 327 int putchar_unlocked(int);
440 #define putchar_unlocked(c) putc_unlocked(c, stdout) macro
  /prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/
stdio.h 327 int putchar_unlocked(int);
440 #define putchar_unlocked(c) putc_unlocked(c, stdout) macro
  /prebuilts/ndk/6/platforms/android-8/arch-arm/usr/include/
stdio.h 327 int putchar_unlocked(int);
440 #define putchar_unlocked(c) putc_unlocked(c, stdout) macro
  /prebuilts/ndk/6/platforms/android-8/arch-x86/usr/include/
stdio.h 327 int putchar_unlocked(int);
440 #define putchar_unlocked(c) putc_unlocked(c, stdout) macro
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/
stdio.h 327 int putchar_unlocked(int);
440 #define putchar_unlocked(c) putc_unlocked(c, stdout) macro
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/
stdio.h 327 int putchar_unlocked(int);
440 #define putchar_unlocked(c) putc_unlocked(c, stdout) macro
  /prebuilts/ndk/7/platforms/android-3/arch-arm/usr/include/
stdio.h 327 int putchar_unlocked(int);
440 #define putchar_unlocked(c) putc_unlocked(c, stdout) macro

Completed in 797 milliseconds

1 2 3