HomeSort by: relevance | last modified time | path
    Searched defs:my_gmtime_r (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/libc/time/
zdump.c 334 my_gmtime_r(time_t *tp, struct tm *tmp) function in typeref:struct:tm *
808 my_gmtime_r and use its result instead of B. Otherwise, B is the
809 possibly nonnull result of an earlier call to my_gmtime_r. */
819 b = my_gmtime_r(t, &tm);
843 gmtmp = my_gmtime_r(&t, &gmtm);
896 if (! my_gmtime_r(&lo, &gmtm[old]))
907 if (! my_gmtime_r(&t, &gmtm[new]))
zdump.c 334 my_gmtime_r(time_t *tp, struct tm *tmp) function in typeref:struct:tm *
808 my_gmtime_r and use its result instead of B. Otherwise, B is the
809 possibly nonnull result of an earlier call to my_gmtime_r. */
819 b = my_gmtime_r(t, &tm);
843 gmtmp = my_gmtime_r(&t, &gmtm);
896 if (! my_gmtime_r(&lo, &gmtm[old]))
907 if (! my_gmtime_r(&t, &gmtm[new]))

Completed in 22 milliseconds