Searched refs:update_line (Results 1 – 1 of 1) sorted by relevance
79 char *update_line; in update_event_count_file() local95 update_line = strstr(all_events_cnt, line); in update_event_count_file()96 if (!update_line) { in update_event_count_file()109 char *s = strstr(update_line, ": "); in update_event_count_file()110 char *e = strchr(update_line, '\n'); in update_event_count_file()
Completed in 11 milliseconds