Lines Matching refs:buffer
46 void init(const char* buffer) { in BM_logcat_sorted_order() argument
48 if (buffer != NULL) { in BM_logcat_sorted_order()
49 ok = sscanf(buffer, "%d-%d %d:%d:%d.%d ", &month, &day, &hour, in BM_logcat_sorted_order()
54 explicit timestamp(const char* buffer) { in BM_logcat_sorted_order() argument
55 init(buffer); in BM_logcat_sorted_order()
78 char buffer[5120]; in BM_logcat_sorted_order() local
83 while (fgets(buffer, sizeof(buffer), fp)) { in BM_logcat_sorted_order()
84 if (!strncmp(begin, buffer, sizeof(begin) - 1)) { in BM_logcat_sorted_order()
89 last_buffer = strdup(buffer); in BM_logcat_sorted_order()
90 last.init(buffer); in BM_logcat_sorted_order()
92 timestamp next(buffer); in BM_logcat_sorted_order()
97 fprintf(stderr, ">%s", buffer); in BM_logcat_sorted_order()
102 last_buffer = strdup(buffer); in BM_logcat_sorted_order()
103 last.init(buffer); in BM_logcat_sorted_order()