HomeSort by: relevance | last modified time | path
    Searched defs:strerror_once (Results 1 - 3 of 3) 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);
strerror.c 61 static once_t strerror_once = ONCE_INITIALIZER; variable in typeref:typename:once_t
78 thr_once(&strerror_once, strerror_setup);
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 51 milliseconds