HomeSort by relevance Sort by last modified time
    Searched refs:putchar (Results 151 - 175 of 269) sorted by null

1 2 3 4 5 67 8 91011

  /bionic/tests/headers/posix/
stdio_h.c 120 FUNCTION(putchar, int (*f)(int));
  /external/icu/icu4c/source/extra/uconv/
uconv.cpp 292 putchar('\t');
306 putchar('\t');
393 putchar(sepchar);
402 putchar('\n');
    [all...]
  /external/iptables/extensions/
libxt_hashlimit.c 678 putchar(' ');
685 putchar(separator);
691 putchar(separator);
697 putchar(separator);
libxt_u32.c 85 putchar('\"');
  /external/libcxx/test/std/depr/depr.c.headers/
stdio_h.pass.cpp 155 static_assert((std::is_same<decltype(putchar(0)), int>::value), "");
  /external/libcxx/test/std/input.output/file.streams/c.files/
cstdio.pass.cpp 154 static_assert((std::is_same<decltype(std::putchar(0)), int>::value), "");
  /external/libpcap/tests/
capturetest.c 236 putchar('\n');
selpolltest.c 309 putchar('\n');
  /external/ltp/testcases/kernel/security/tomoyo/
include.h 267 putchar('\n');
  /external/strace/tests/
sock_filter-v.c 75 putchar(']');
  /external/strace/tests-m32/
sock_filter-v.c 75 putchar(']');
  /external/strace/tests-mx32/
sock_filter-v.c 75 putchar(']');
  /external/syslinux/com32/libupload/
upload_ymodem.c 114 putchar('\n');
  /external/syslinux/gpxe/src/core/
vsprintf.c 390 putchar ( c );
  /external/toybox/toys/other/
stat.c 202 if (*f != '%') putchar(*f);
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/depr/depr.c.headers/
stdio_h.pass.cpp 155 static_assert((std::is_same<decltype(putchar(0)), int>::value), "");
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/input.output/file.streams/c.files/
cstdio.pass.cpp 154 static_assert((std::is_same<decltype(std::putchar(0)), int>::value), "");
  /toolchain/binutils/binutils-2.27/binutils/
readelf.c 525 putchar (c);
    [all...]
dwarf.c     [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/support/genmk/
genmk_old.c 659 if ( !first ) putchar(' ');
692 if ( !first ) putchar(' ');
  /external/elfutils/src/
addr2line.c 730 putchar ('\n');
812 putchar ('\n');
objdump.c 408 putchar ('\n');
553 putchar ('\n');
  /external/toybox/toys/posix/
ls.c 447 putchar(' ');
456 putchar(' ');
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
system.h 80 # undef putchar macro
81 # define putchar(C) putchar_unlocked (C) macro
    [all...]
  /bionic/libc/include/
stdio.h 127 int putchar(int __ch);

Completed in 583 milliseconds

1 2 3 4 5 67 8 91011