MCPcopy Create free account
hub / github.com/git/git / localtime_r

Function localtime_r

compat/mingw.c:1516–1521  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1514}
1515
1516struct tm *localtime_r(const time_t *timep, struct tm *result)
1517{
1518 if (localtime_s(result, timep) == 0)
1519 return result;
1520 return NULL;
1521}
1522#endif
1523
1524char *mingw_getcwd(char *pointer, int len)

Callers 12

dos_timeFunction · 0.85
time_to_tm_localFunction · 0.85
local_time_tzoffsetFunction · 0.85
datestampFunction · 0.85
update_tmFunction · 0.85
date_neverFunction · 0.85
approxidate_strFunction · 0.85
prepare_trace_lineFunction · 0.85
tr2_tbuf_local_timeFunction · 0.85
clar_summary_testsuiteFunction · 0.85
cmd_bugreportFunction · 0.85
cmd_diagnoseFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected