Searched refs:fputc (Results 1 – 6 of 6) sorted by relevance
/system/core/libcutils/ |
D | open_memstream.c | 327 fputc('a', stream); 328 fputc('b', stream); 329 fputc('c', stream); 330 fputc('d', stream); 331 fputc('e', stream); 332 fputc('f', stream); 346 fputc('x', stream);
|
/system/extras/ext4_utils/ |
D | blk_alloc_to_base_fs.c | 62 fputc(c, base_fs_file); in main() 79 if (!isspace(spaced_allocs[i + 1])) fputc(',', base_fs_file); in main() 80 } else fputc(spaced_allocs[i], base_fs_file); in main()
|
/system/core/init/ |
D | bootchart.cpp | 135 fputc('\n', log); in log_processes()
|
/system/extras/tests/lib/testUtil/ |
D | testUtil.c | 156 fputc('\n', stream); in testPrint()
|
/system/core/adb/ |
D | sysdeps.h | 263 #define fputc adb_fputc macro
|
D | adb.cpp | 179 fputc(*x, stderr); in print_packet() 181 fputc('.', stderr); in print_packet()
|