Home
last modified time | relevance | path

Searched refs:gmtime_r (Results 1 – 17 of 17) sorted by relevance

/external/bison/lib/
Dtime.in.h61 # undef gmtime_r
168 # undef gmtime_r
169 # define gmtime_r rpl_gmtime_r
171 _GL_FUNCDECL_RPL (gmtime_r, struct tm *, (time_t const *restrict __timer,
174 _GL_CXXALIAS_RPL (gmtime_r, struct tm *, (time_t const *restrict __timer,
178 _GL_FUNCDECL_SYS (gmtime_r, struct tm *, (time_t const *restrict __timer,
182 _GL_CXXALIAS_SYS (gmtime_r, struct tm *, (time_t const *restrict __timer,
186 _GL_CXXALIASWARN (gmtime_r);
/external/bison/linux-lib/
Dtime.h373 # undef gmtime_r
480 # undef gmtime_r
481 # define gmtime_r rpl_gmtime_r
483 _GL_FUNCDECL_RPL (gmtime_r, struct tm *, (time_t const *restrict __timer,
486 _GL_CXXALIAS_RPL (gmtime_r, struct tm *, (time_t const *restrict __timer,
490 _GL_FUNCDECL_SYS (gmtime_r, struct tm *, (time_t const *restrict __timer,
494 _GL_CXXALIAS_SYS (gmtime_r, struct tm *, (time_t const *restrict __timer,
498 _GL_CXXALIASWARN (gmtime_r);
/external/bison/darwin-lib/
Dtime.h373 # undef gmtime_r
480 # undef gmtime_r
481 # define gmtime_r rpl_gmtime_r
483 _GL_FUNCDECL_RPL (gmtime_r, struct tm *, (time_t const *restrict __timer,
486 _GL_CXXALIAS_RPL (gmtime_r, struct tm *, (time_t const *restrict __timer,
490 _GL_FUNCDECL_SYS (gmtime_r, struct tm *, (time_t const *restrict __timer,
494 _GL_CXXALIAS_SYS (gmtime_r, struct tm *, (time_t const *restrict __timer,
498 _GL_CXXALIASWARN (gmtime_r);
/external/icu/icu4c/source/tools/tzcode/
Dprivate.h266 # undef gmtime_r
267 # define gmtime_r tz_gmtime_r macro
285 struct tm *gmtime_r(time_t const *restrict, struct tm *restrict);
Dlocaltime.c1389 gmtime_r(const time_t *const timep, struct tm *tmp) in gmtime_r() function
/external/toybox/toys/pending/
Dhwclock.c103 || (TT.utc ? gmtime_r : localtime_r)(&timeval.tv_sec, &tm)) goto bad; in hwclock_main()
/external/toybox/toys/posix/
Ddate.c125 ((toys.optflags & FLAG_u) ? gmtime_r : localtime_r)(&now, &tm); in date_main()
/external/boringssl/src/crypto/
Dtime_support.c82 return gmtime_r(time, result); in OPENSSL_gmtime()
/external/llvm/test/CodeGen/X86/
D2008-04-17-CoalescerBug.ll92 %tmp156.i85398700 = invoke %struct.tm* @gmtime_r( i32* null, %struct.tm* null )
167 declare %struct.tm* @gmtime_r(i32*, %struct.tm*)
/external/e2fsprogs/e2fsck/
Dlogfile.c78 tm = (*flags & FLAG_UTC) ? gmtime_r(&ctx->now, &tm_struct) : in expand_percent_expression()
/external/google-breakpad/src/tools/mac/crash_report/
Dcrash_report.mm255 gmtime_r(reinterpret_cast<time_t*>(&time_date_stamp), &timestruct);
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_common_interceptors.inc638 INTERCEPTOR(__sanitizer_tm *, gmtime_r, unsigned long *timep, void *result) {
640 COMMON_INTERCEPTOR_ENTER(ctx, gmtime_r, timep, result);
641 __sanitizer_tm *res = REAL(gmtime_r)(timep, result);
718 COMMON_INTERCEPT_FUNCTION(gmtime_r); \
/external/wpa_supplicant_8/hs20/server/
Dspp_server.c559 gmtime_r(&now, &tm); in add_creation_date()
/external/google-breakpad/src/processor/
Dminidump.cc375 gmtime_r(&tt, &timestruct); in TimeTToUTCString()
/external/compiler-rt/lib/dfsan/
Dlibc_ubuntu1404_abilist.txt1989 fun:gmtime_r=uninstrumented
/external/sqlite/dist/
Dsqlite3.c16420 pTm = gmtime_r(&t, &sNow); in currentTimeFunc()
/external/sqlite/dist/orig/
Dsqlite3.c16420 pTm = gmtime_r(&t, &sNow); in currentTimeFunc()