HomeSort by relevance Sort by last modified time
    Searched refs:local_tm (Results 1 - 3 of 3) sorted by null

  /bionic/libc/bionic/
time64.c 643 struct TM *localtime64_r (const Time64_T *time, struct TM *local_tm)
651 assert(local_tm != NULL);
661 copy_tm_to_TM(&safe_date, local_tm);
662 assert(check_tm(local_tm));
664 return local_tm;
688 copy_tm_to_TM(&safe_date, local_tm);
690 local_tm->tm_year = orig_year;
691 if( local_tm->tm_year != orig_year ) {
693 (Year)local_tm->tm_year, (Year)orig_year);
702 month_diff = local_tm->tm_mon - gm_tm.tm_mon
    [all...]
  /external/chromium_org/third_party/libxslt/libxslt/
extra.c 180 struct tm *local_tm; local
240 local_tm = localtime(&gmt);
252 local_tm = localtime(&lmt);
255 * Now convert local_tm back into a string. This doesn't introduce
259 str = asctime(local_tm); /* "Tue Jun 26 05:02:16 2001" */
  /external/tcpdump/
tcpdump.c 611 struct tm *local_tm; local
614 if ((local_tm = localtime(&Gflag_time)) == NULL) {
621 strftime(filename, PATH_MAX, orig_name, local_tm);
    [all...]

Completed in 461 milliseconds