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.c309 static int offtime_key_error; variable
2021 offtime_key_error = pthread_key_create(&offtime_key, free); in offtime_key_init()
2035 if (offtime_key_error != 0) { in offtime()
2036 errno = offtime_key_error; in offtime()