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

  /device/linaro/bootloader/edk2/StdLib/LibC/Stdio/
putc.c 59 #undef putc_unlocked macro
79 putc_unlocked(int c, FILE *fp) function
  /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);
  /device/linaro/bootloader/edk2/StdLib/Include/
stdio.h 78 int putc_unlocked (int, FILE *);
1615 #define putc_unlocked macro
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
stdio.h 99 putc_unlocked (int __c, FILE *__stream) function
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
stdio.h 99 putc_unlocked (int __c, FILE *__stream) function
  /bionic/libc/stdio/
stdio.cpp 774 return putc_unlocked(c, fp);
849 return putc_unlocked(c, fp);
852 int putc_unlocked(int c, FILE* fp) { function
870 return putc_unlocked(c, stdout);
877 putc_unlocked('\n', stdout) != EOF) ? 0 : EOF;
  /bionic/tests/headers/posix/
stdio_h.c 121 FUNCTION(putc_unlocked, int (*f)(int, FILE*));
  /external/elfutils/src/
strings.c 387 putc_unlocked ('\n', stdout);
450 putc_unlocked ('\n', stdout);
readelf.c     [all...]
  /bionic/libc/include/
stdio.h 237 int putc_unlocked(int __ch, FILE* __fp);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
pthread.h 630 #define putc_unlocked(...) (pthread_testcancel(), putc_unlocked(__VA_ARGS__)) macro
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
stdio.h 608 extern int putc_unlocked (int __c, FILE *__stream);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
system.h 77 # define putc(C, Stream) putc_unlocked (C, Stream)
    [all...]
  /bionic/tests/
stdio_test.cpp     [all...]
  /external/valgrind/perf/
test_input_for_tinycc.c     [all...]

Completed in 392 milliseconds