Searched refs:timegm (Results 1 – 11 of 11) sorted by relevance
/external/bison/lib/ |
D | time.in.h | 210 # undef timegm 211 # define timegm rpl_timegm 213 _GL_FUNCDECL_RPL (timegm, time_t, (struct tm *__tm) _GL_ARG_NONNULL ((1))); 214 _GL_CXXALIAS_RPL (timegm, time_t, (struct tm *__tm)); 217 _GL_FUNCDECL_SYS (timegm, time_t, (struct tm *__tm) _GL_ARG_NONNULL ((1))); 219 _GL_CXXALIAS_SYS (timegm, time_t, (struct tm *__tm)); 221 _GL_CXXALIASWARN (timegm);
|
/external/bison/linux-lib/ |
D | time.h | 522 # undef timegm 523 # define timegm rpl_timegm 525 _GL_FUNCDECL_RPL (timegm, time_t, (struct tm *__tm) _GL_ARG_NONNULL ((1))); 526 _GL_CXXALIAS_RPL (timegm, time_t, (struct tm *__tm)); 529 _GL_FUNCDECL_SYS (timegm, time_t, (struct tm *__tm) _GL_ARG_NONNULL ((1))); 531 _GL_CXXALIAS_SYS (timegm, time_t, (struct tm *__tm)); 533 _GL_CXXALIASWARN (timegm);
|
/external/bison/darwin-lib/ |
D | time.h | 522 # undef timegm 523 # define timegm rpl_timegm 525 _GL_FUNCDECL_RPL (timegm, time_t, (struct tm *__tm) _GL_ARG_NONNULL ((1))); 526 _GL_CXXALIAS_RPL (timegm, time_t, (struct tm *__tm)); 529 _GL_FUNCDECL_SYS (timegm, time_t, (struct tm *__tm) _GL_ARG_NONNULL ((1))); 531 _GL_CXXALIAS_SYS (timegm, time_t, (struct tm *__tm)); 533 _GL_CXXALIASWARN (timegm);
|
/external/fonttools/Lib/fontTools/ttLib/tables/ |
D | _h_e_a_d.py | 72 value = calendar.timegm(time.strptime(value)) - mac_epoch_diff 81 mac_epoch_diff = calendar.timegm((1904, 1, 1, 0, 0, 0, 0, 0, 0))
|
D | F_F_T_M_.py | 43 value = calendar.timegm(time.strptime(value)) - mac_epoch_diff
|
/external/chromium-trace/trace-viewer/third_party/WebOb/webob/ |
D | datetime_utils.py | 89 dt = calendar.timegm(dt)
|
/external/chromium-trace/trace-viewer/perf_insights/third_party/cloudstorage/ |
D | common.py | 368 return calendar.timegm(dt.utctimetuple())
|
/external/lldb/source/DataFormatters/ |
D | CXXFormatterFunctions.cpp | 1251 epoch = timegm(&tm_epoch); in GetOSXEpoch()
|
/external/icu/icu4c/source/tools/tzcode/ |
D | localtime.c | 1949 timegm(struct tm *const tmp) in timegm() function
|
/external/compiler-rt/lib/dfsan/ |
D | libc_ubuntu1404_abilist.txt | 3134 fun:timegm=uninstrumented
|
/external/google-breakpad/src/processor/testdata/symbols/libc-2.13.so/F4F8DFCD5A5FB5A7CE64717E9E6AE3890/ |
D | libc-2.13.so.sym | 663 PUBLIC 9fa30 0 timegm
|