Home
last modified time | relevance | path

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

/dragonfly/contrib/tcpdump/
H A Dtcpdump.c849 struct tm *local_tm; in MakeFilename() local
852 if ((local_tm = localtime(&Gflag_time)) == NULL) { in MakeFilename()
859 strftime(filename, PATH_MAX, orig_name, local_tm); in MakeFilename()