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

  /external/dropbear/
svr-session.c 184 struct tm * local_tm = NULL; local
186 local_tm = localtime(&timesec);
187 if (local_tm == NULL
  /bionic/libc/bionic/
time64.c 648 struct TM *localtime64_r (const Time64_T *time, struct TM *local_tm)
656 assert(local_tm != NULL);
666 copy_tm_to_TM(&safe_date, local_tm);
667 assert(check_tm(local_tm));
669 return local_tm;
693 copy_tm_to_TM(&safe_date, local_tm);
695 local_tm->tm_year = orig_year;
696 if( local_tm->tm_year != orig_year ) {
698 (Year)local_tm->tm_year, (Year)orig_year);
707 month_diff = local_tm->tm_mon - gm_tm.tm_mon
    [all...]

Completed in 140 milliseconds