MCPcopy Create free account
hub / github.com/eggert/tz / gmtcheck

Function gmtcheck

localtime.c:2000–2005  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1998}
1999
2000static void
2001gmtcheck(void)
2002{
2003 static once_t gmt_once = ONCE_INIT;
2004 once(&gmt_once, gmtcheck1);
2005}
2006
2007#if NETBSD_INSPIRED && !USE_TIMEX_T
2008

Callers 4

gmtime_rFunction · 0.85
offtime_rFunction · 0.85
mktime_tznameFunction · 0.85
timeoffFunction · 0.85

Calls 1

onceFunction · 0.85

Tested by

no test coverage detected