Home
last modified time | relevance | path

Searched defs:strerror_r (Results 1 – 2 of 2) sorted by relevance

/freebsd/lib/libc/string/
H A Dstrerror.c117 strerror_r(int errnum, char *strerrbuf, size_t buflen) in strerror_r() function
/freebsd/contrib/libfido2/openbsd-compat/
H A Dopenbsd-compat.h108 #define strerror_r(e, b, l) strerror_s((b), (l), (e)) macro