Searched refs:my_time (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_display.c576 struct tm my_time; /* private buffer to avoid collision */ local
589 (void) memcpy(&my_time, tmp, sizeof (struct tm));
590 strftime(buff, sizeof (buff), "%d-%h-%y %T.", &my_time);
630 struct tm my_time; /* private buffer to avoid collision */ local
647 memcpy(&my_time, tmp, sizeof (struct tm));
648 strftime(buff, sizeof (buff), "%d-%h-%y %T.", &my_time);
672 struct tm my_time; /* private buffer to avoid collision */ local
684 memcpy(&my_time, tmp, sizeof (struct tm));
685 strftime(buff, sizeof (buff), "%d-%h-%y %T", &my_time);

Completed in 102 milliseconds