Home
last modified time | relevance | path

Searched refs:offtime_key_error (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/tzcode/
H A Dlocaltime.c311 static int offtime_key_error; variable
2016 offtime_key_error = _pthread_key_create(&offtime_key, free); in offtime_key_init()
2030 if (offtime_key_error != 0) { in offtime()
2031 errno = offtime_key_error; in offtime()