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

/macosx-10.10.1/ppp-786.1.1/Helpers/vpnd/
H A Dmain.c405 struct tm *tmTime; local
410 tmTime = localtime(&inNow);
413 tmTime->tm_year + 1900, tmTime->tm_mon + 1, tmTime->tm_mday,
414 tmTime->tm_hour, tmTime->tm_min, tmTime->tm_sec,
415 tmTime->tm_zone);
485 struct tm *tmTime; local
[all...]
/macosx-10.10.1/mDNSResponder-561.1.1/Clients/
H A Ddns-sd.c473 struct tm tmTime; local
476 _gmtime32_s(&tmTime, &t);
481 gmtime_r(&t, &tmTime);
483 strftime((char *)buf, bufsize, "%Y%m%d%H%M%S", &tmTime);
/macosx-10.10.1/mDNSResponder-561.1.1/mDNSMacOSX/
H A DmDNSMacOSX.c10366 struct tm tmTime; local
10370 gmtime_r(&t, &tmTime);
10371 strftime((char *)buf, bufsize, "%Y%m%d%H%M%S", &tmTime);

Completed in 224 milliseconds