Home
last modified time | relevance | path

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 */ in getxdr_date() local
589 (void) memcpy(&my_time, tmp, sizeof (struct tm)); in getxdr_date()
590 strftime(buff, sizeof (buff), "%d-%h-%y %T.", &my_time); in getxdr_date()
630 struct tm my_time; /* private buffer to avoid collision */ in format_time() local
647 memcpy(&my_time, tmp, sizeof (struct tm)); in format_time()
648 strftime(buff, sizeof (buff), "%d-%h-%y %T.", &my_time); in format_time()
672 struct tm my_time; /* private buffer to avoid collision */ in getxdr_time() local
684 memcpy(&my_time, tmp, sizeof (struct tm)); in getxdr_time()
685 strftime(buff, sizeof (buff), "%d-%h-%y %T", &my_time); in getxdr_time()