Home
last modified time | relevance | path

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

/aosp12/packages/modules/adb/
H A Dsysdeps.h300 #define puts adb_puts macro
/aosp12/bionic/libc/stdio/
H A Dstdio.cpp921 int puts(const char* s) { in puts() function
/aosp12/bionic/tests/
H A Dstdio_test.cpp2565 TEST(STDIO_TEST, puts) { in TEST() argument