Searched refs:tm_res (Results 1 – 1 of 1) sorted by relevance
| /freebsd/tests/sys/net/routing/ |
| H A D | rtsock_print.h | 265 struct tm tm_res; in rtsock_print_rtm() local 269 localtime_r(&tv.tv_sec, &tm_res); in rtsock_print_rtm() 270 strftime(buf, sizeof(buf), "%F %T", &tm_res); in rtsock_print_rtm() 314 struct tm tm_res; in rtsock_print_ifa() local 318 localtime_r(&tv.tv_sec, &tm_res); in rtsock_print_ifa() 319 strftime(buf, sizeof(buf), "%F %T", &tm_res); in rtsock_print_ifa() 350 struct tm tm_res; in rtsock_print_message_hd() local 355 localtime_r(&tv.tv_sec, &tm_res); in rtsock_print_message_hd() 356 strftime(buf, sizeof(buf), "%F %T", &tm_res); in rtsock_print_message_hd()
|