Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/cmd-inet/usr.bin/dns-sd/
H A Ddns-sd.c473 struct tm tmTime; in FormatTime() local
476 _gmtime32_s(&tmTime, &t); in FormatTime()
481 gmtime_r(&t, &tmTime); in FormatTime()
483 strftime((char *)buf, bufsize, "%Y%m%d%H%M%S", &tmTime); in FormatTime()