Home
last modified time | relevance | path

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

/netbsd-src/lib/libc/string/
H A Dstrerror.c61 static once_t strerror_once = ONCE_INITIALIZER; variable
78 thr_once(&strerror_once, strerror_setup); in strerror_l()