Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
2000
static void
2001
gmtcheck(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_r
Function · 0.85
offtime_r
Function · 0.85
mktime_tzname
Function · 0.85
timeoff
Function · 0.85
Calls
1
once
Function · 0.85
Tested by
no test coverage detected