MCPcopy Create free account
hub / github.com/cgsecurity/testdisk / localtime_r

Function localtime_r

src/common.c:183–186  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

181
182#if ! defined(HAVE_LOCALTIME_R) && ! defined(__MINGW32__) && !defined(DISABLED_FOR_FRAMAC)
183struct tm *localtime_r(const time_t *timep, struct tm *result)
184{
185 return localtime(timep);
186}
187#endif
188
189void set_part_name(partition_t *partition, const char *src, const unsigned int max_size)

Callers 4

xml_add_DFXML_creatorFunction · 0.85
set_secwestFunction · 0.85
set_datestrFunction · 0.85
fidentify.cFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected