Home
last modified time | relevance | path

Searched defs:putc (Results 1 – 3 of 3) sorted by relevance

/aosp12/packages/modules/adb/
H A Dsysdeps.h298 #define putc(c, s) adb_fputc(c, s) macro
/aosp12/bionic/libc/stdio/
H A Dstdio.cpp894 int putc(int c, FILE* fp) { in putc() function
/aosp12/bionic/tests/
H A Dstdio_test.cpp1020 TEST(STDIO_TEST, putc) { in TEST() argument