Home
last modified time | relevance | path

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

/external/tcpdump/
Dtcpdump.c684 struct tm *local_tm; in MakeFilename() local
687 if ((local_tm = localtime(&Gflag_time)) == NULL) { in MakeFilename()
694 strftime(filename, PATH_MAX, orig_name, local_tm); in MakeFilename()