Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/mDNSResponder/Clients/
H A Ddns-sd.c513 struct tm tmTime; in FormatTime() local
516 _gmtime32_s(&tmTime, &t); in FormatTime()
521 gmtime_r(&t, &tmTime); in FormatTime()
523 strftime((char *)buf, bufsize, "%Y%m%d%H%M%S", &tmTime); in FormatTime()