/bionic/libc/upstream-freebsd/lib/libc/stdio/ |
putc.c | 46 #undef putc_unlocked macro 61 putc_unlocked(int ch, FILE *fp) function
|
/external/bison/m4/ |
unlocked-io.m4 | 39 AC_CHECK_DECLS_ONCE([putc_unlocked])
|
/external/elfutils/tests/ |
showptable.c | 122 putc_unlocked ((phdr->p_flags & PF_X) ? 'X' : ' ', stdout); 123 putc_unlocked ((phdr->p_flags & PF_W) ? 'W' : ' ', stdout); 124 putc_unlocked ((phdr->p_flags & PF_R) ? 'R' : ' ', stdout); 126 putc_unlocked ('\n', stdout);
|
/ndk/sources/host-tools/sed-4.2.1/m4/ |
unlocked-io.m4 | 39 AC_CHECK_DECLS_ONCE([putc_unlocked])
|
/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
|
/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 | 318 int putc_unlocked(int, FILE *); 414 * The macro implementations of putc and putc_unlocked are not 424 * The macro implementations of putc and putc_unlocked are not 428 #define putc_unlocked(x, fp) __sputc(x, fp) macro 436 #define putchar_unlocked(c) putc_unlocked(c, stdout)
|
/development/ndk/platforms/android-3/include/ |
stdio.h | 305 int putc_unlocked(int, FILE *); 405 * The macro implementations of putc and putc_unlocked are not 412 #define putc_unlocked(x, fp) __sputc(x, fp) macro 419 #define putchar_unlocked(c) putc_unlocked(c, stdout)
|
/development/ndk/platforms/android-8/include/ |
stdio.h | 305 int putc_unlocked(int, FILE *); 405 * The macro implementations of putc and putc_unlocked are not 412 #define putc_unlocked(x, fp) __sputc(x, fp) macro 419 #define putchar_unlocked(c) putc_unlocked(c, stdout)
|
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.7/lib/gcc/arm-eabi/4.7/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/arm/arm-linux-androideabi-4.7/lib/gcc/arm-linux-androideabi/4.7/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/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/mips/mipsel-linux-android-4.7/lib/gcc/mipsel-linux-android/4.7/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/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/darwin-x86/x86/i686-linux-android-4.7/lib/gcc/i686-linux-android/4.7/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.7/lib/gcc/arm-eabi/4.7/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/arm/arm-linux-androideabi-4.7/lib/gcc/arm-linux-androideabi/4.7/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/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/mips/mipsel-linux-android-4.7/lib/gcc/mipsel-linux-android/4.7/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/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/x86/i686-linux-android-4.7/lib/gcc/i686-linux-android/4.7/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/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)
|