Home
last modified time | relevance | path

Searched refs:time_str (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/ntp/sntp/libopts/
H A Dsave.c626 char * time_str = ctime(&cur_time); in open_sv_file() local
628 fprintf(fp, zPresetFile, time_str); in open_sv_file()
635 AGFREE(time_str); in open_sv_file()
/freebsd/sbin/savecore/
H A Dsavecore.c168 char time_str[64]; in printheader() local
202 if (strftime(time_str, sizeof(time_str), "%F %T %z", &tm) == 0) in printheader()
203 time_str[0] = '\0'; in printheader()
204 xo_emit_h(xo, "{P: }{Lwc:Dumptime}{:dumptime/%s}\n", time_str); in printheader()