OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_strerror_lr
(Results
1 - 3
of
3
) sorted by relevancy
/src/lib/libc/string/
strerror.c
94
error =
_strerror_lr
(num, buf, NL_TEXTMAX, loc);
strerror_r.c
104
_strerror_lr
(int num, char *buf, size_t buflen, locale_t loc)
function in typeref:typename:int
162
return
_strerror_lr
(num, buf, buflen, _current_locale());
164
return
_strerror_lr
(num, buf, buflen, NULL);
/src/lib/libc/include/
extern.h
47
__dso_hidden int
_strerror_lr
(int, char *, size_t, locale_t);
Completed in 29 milliseconds
Indexes created Thu Oct 16 14:10:15 GMT 2025