Searched refs:MAXLINESIZE (Results 1 – 2 of 2) sorted by relevance
78 char line[MAXLINESIZE]; in update_event_count_file()257 char line[MAXLINESIZE]; in hist_raise_event()294 if (append_file(history_file, line, strnlen(line, MAXLINESIZE)) <= 0) { in hist_raise_event()303 char firstline[MAXLINESIZE]; in hist_raise_uptime()376 char lasttime[MAXLINESIZE]; in get_time_from_firstline()380 len = file_read_key_value(lasttime, MAXLINESIZE, history_file, prefix, in get_time_from_firstline()400 char linebuf[MAXLINESIZE]; in prepare_history()418 ret = get_time_from_firstline(linebuf, MAXLINESIZE); in prepare_history()
35 #define MAXLINESIZE (PATH_MAX + 128) macro102 int readline(int fd, char buffer[MAXLINESIZE]);
Completed in 14 milliseconds