Searched refs:fputc (Results 1 – 6 of 6) sorted by relevance
/system/extras/ext4_utils/ |
D | blk_alloc_to_base_fs.cpp | 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 | 137 fputc('\n', log); in log_processes()
|
/system/extras/tests/lib/testUtil/ |
D | testUtil.c | 156 fputc('\n', stream); in testPrint()
|
/system/extras/simpleperf/ |
D | SampleDisplayer.h | 269 fputc((i + 1 == display_v_.size()) ? '\n' : ',', fp); in PrintSample()
|
/system/core/adb/ |
D | adb.cpp | 171 fputc(*x, stderr); in print_packet() 173 fputc('.', stderr); in print_packet()
|
D | sysdeps.h | 263 #define fputc adb_fputc macro
|