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.c208 static int offtime_key_error; variable
1855 offtime_key_error = _pthread_key_create(&offtime_key, free); in offtime_key_init()
1868 if (offtime_key_error != 0) { in offtime()
1869 errno = offtime_key_error; in offtime()