Searched refs:ttyname_key (Results 1 – 1 of 1) sorted by relevance
53 static thread_key_t ttyname_key; variable84 ttyname_keycreated = (thr_keycreate(&ttyname_key, free) == 0); in ttyname_keycreate()98 if ((buf = thr_getspecific(ttyname_key)) == NULL) { in ttyname()101 if (thr_setspecific(ttyname_key, buf) != 0) { in ttyname()