HomeSort by: relevance | last modified time | path
    Searched defs:strerror_once (Results 1 - 1 of 1) sorted by relevancy

  /src/lib/libc/string/
strerror.c 61 static once_t strerror_once = ONCE_INITIALIZER; variable in typeref:typename:once_t
78 thr_once(&strerror_once, strerror_setup);

Completed in 13 milliseconds