Home | History | Annotate | Download | only in tzcode

Lines Matching defs:time1

174 static time_t       time1(struct tm * tmp,
1901 time1(struct tm * const tmp,
1984 time_t result = time1(tmp, localsub, 0L, NULL); // android-changed: extra parameter.
2007 result = time1(tmp, gmtsub, 0L, NULL); // android-changed: extra parameter.
2253 return time1(tmp, localsub, 0L, &st);