Searched defs:_tm (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/gen/
H A Dlocaltime.c683 struct tm _tm; local
757 -altzone, &_tm);
758 _tm.tm_isdst = 1;
761 -timezone, &_tm);
765 &_tm);
775 -altzone, &_tm);
776 _tm.tm_isdst = 1;
779 -timezone, &_tm);
791 -altzone, &_tm);
792 _tm
[all...]

Completed in 62 milliseconds