Searched refs:DATE_BUFSIZE (Results 1 – 1 of 1) sorted by relevance
536 const int DATE_BUFSIZE = 29; in compose() local537 char tmp[DATE_BUFSIZE+1]; in compose()541 if (max_len < DATE_BUFSIZE + 8) in compose()546 current_time.get_rfc822_gmtime_str(DATE_BUFSIZE + 1, tmp); in compose()