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

1 2 3

  /bionic/libc/upstream-openbsd/lib/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
65 ret = putc_unlocked(c, fp);
putchar.c 45 return (putc_unlocked(c,so));
  /external/elfutils/tests/
showptable.c 114 putc_unlocked ((phdr->p_flags & PF_X) ? 'X' : ' ', stdout);
115 putc_unlocked ((phdr->p_flags & PF_W) ? 'W' : ' ', stdout);
116 putc_unlocked ((phdr->p_flags & PF_R) ? 'R' : ' ', stdout);
118 putc_unlocked ('\n', stdout);
  /external/bison/lib/
unlocked-io.h 115 # define putc(x,y) putc_unlocked (x,y)
117 # define putc_unlocked(x,y) putc (x,y) macro
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.8/lib/gcc/arm-eabi/4.8/include-fixed/
stdio.h 314 int putc_unlocked(int, FILE *);
414 * The macro implementations of putc and putc_unlocked are not
421 #define putc_unlocked(x, fp) __sputc(x, fp) macro
428 #define putchar_unlocked(c) putc_unlocked(c, stdout)
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.8/lib/gcc/arm-eabi/4.8/include-fixed/
stdio.h 314 int putc_unlocked(int, FILE *);
414 * The macro implementations of putc and putc_unlocked are not
421 #define putc_unlocked(x, fp) __sputc(x, fp) macro
428 #define putchar_unlocked(c) putc_unlocked(c, stdout)
  /development/ndk/platforms/android-3/include/
stdio.h 313 int putc_unlocked(int, FILE *);
381 #define putchar_unlocked(c) putc_unlocked(c, stdout)
  /development/ndk/platforms/android-8/include/
stdio.h 313 int putc_unlocked(int, FILE *);
381 #define putchar_unlocked(c) putc_unlocked(c, stdout)
  /prebuilts/ndk/current/platforms/android-12/arch-arm/usr/include/
stdio.h 313 int putc_unlocked(int, FILE *);
381 #define putchar_unlocked(c) putc_unlocked(c, stdout)
  /prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/
stdio.h 313 int putc_unlocked(int, FILE *);
381 #define putchar_unlocked(c) putc_unlocked(c, stdout)
  /prebuilts/ndk/current/platforms/android-12/arch-x86/usr/include/
stdio.h 313 int putc_unlocked(int, FILE *);
381 #define putchar_unlocked(c) putc_unlocked(c, stdout)
  /prebuilts/ndk/current/platforms/android-13/arch-arm/usr/include/
stdio.h 313 int putc_unlocked(int, FILE *);
381 #define putchar_unlocked(c) putc_unlocked(c, stdout)
  /prebuilts/ndk/current/platforms/android-13/arch-mips/usr/include/
stdio.h 313 int putc_unlocked(int, FILE *);
381 #define putchar_unlocked(c) putc_unlocked(c, stdout)
  /prebuilts/ndk/current/platforms/android-13/arch-x86/usr/include/
stdio.h 313 int putc_unlocked(int, FILE *);
381 #define putchar_unlocked(c) putc_unlocked(c, stdout)
  /prebuilts/ndk/current/platforms/android-14/arch-arm/usr/include/
stdio.h 313 int putc_unlocked(int, FILE *);
381 #define putchar_unlocked(c) putc_unlocked(c, stdout)
  /prebuilts/ndk/current/platforms/android-14/arch-mips/usr/include/
stdio.h 313 int putc_unlocked(int, FILE *);
381 #define putchar_unlocked(c) putc_unlocked(c, stdout)
  /prebuilts/ndk/current/platforms/android-14/arch-x86/usr/include/
stdio.h 313 int putc_unlocked(int, FILE *);
381 #define putchar_unlocked(c) putc_unlocked(c, stdout)
  /prebuilts/ndk/current/platforms/android-15/arch-arm/usr/include/
stdio.h 313 int putc_unlocked(int, FILE *);
381 #define putchar_unlocked(c) putc_unlocked(c, stdout)
  /prebuilts/ndk/current/platforms/android-15/arch-mips/usr/include/
stdio.h 313 int putc_unlocked(int, FILE *);
381 #define putchar_unlocked(c) putc_unlocked(c, stdout)
  /prebuilts/ndk/current/platforms/android-15/arch-x86/usr/include/
stdio.h 313 int putc_unlocked(int, FILE *);
381 #define putchar_unlocked(c) putc_unlocked(c, stdout)
  /prebuilts/ndk/current/platforms/android-16/arch-arm/usr/include/
stdio.h 313 int putc_unlocked(int, FILE *);
381 #define putchar_unlocked(c) putc_unlocked(c, stdout)
  /prebuilts/ndk/current/platforms/android-16/arch-mips/usr/include/
stdio.h 313 int putc_unlocked(int, FILE *);
381 #define putchar_unlocked(c) putc_unlocked(c, stdout)
  /prebuilts/ndk/current/platforms/android-16/arch-x86/usr/include/
stdio.h 313 int putc_unlocked(int, FILE *);
381 #define putchar_unlocked(c) putc_unlocked(c, stdout)
  /prebuilts/ndk/current/platforms/android-17/arch-arm/usr/include/
stdio.h 313 int putc_unlocked(int, FILE *);
381 #define putchar_unlocked(c) putc_unlocked(c, stdout)
  /prebuilts/ndk/current/platforms/android-17/arch-mips/usr/include/
stdio.h 313 int putc_unlocked(int, FILE *);
381 #define putchar_unlocked(c) putc_unlocked(c, stdout)

Completed in 716 milliseconds

1 2 3