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

  /src/lib/libc/string/
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);
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);

Completed in 36 milliseconds