Searched refs:linebuf (Results 1 – 1 of 1) sorted by relevance
400 char linebuf[MAXLINESIZE]; in prepare_history() local418 ret = get_time_from_firstline(linebuf, MAXLINESIZE); in prepare_history()421 hist_raise_uptime(linebuf); in prepare_history()425 llen = snprintf(linebuf, sizeof(linebuf), in prepare_history()427 if (s_not_expect(llen, sizeof(linebuf))) { in prepare_history()431 ret = overwrite_file(history_file, linebuf); in prepare_history()434 history_file, linebuf, in prepare_history()
Completed in 11 milliseconds