OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gmtime_s
(Results
1 - 5
of
5
) sorted by null
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/sec_api/
time_s.h
47
__CRT_INLINE errno_t __cdecl
gmtime_s
(struct tm *_Tm, const time_t *_Time) { return _gmtime32_s(_Tm, _Time); }
function
51
__CRT_INLINE errno_t __cdecl
gmtime_s
(struct tm *_Tm, const time_t *_Time) { return _gmtime64_s(_Tm, _Time); }
function
/external/boringssl/src/crypto/
time_support.c
71
if (
gmtime_s
(result, time)) {
/external/libmicrohttpd/src/microhttpd/
connection.c
572
if (0 ==
gmtime_s
(&now, &t))
[
all
...]
/external/google-breakpad/src/processor/
minidump.cc
373
gmtime_s
(×truct, &tt);
[
all
...]
/external/libmicrohttpd/
configure
[
all
...]
Completed in 3137 milliseconds