OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:strerror_s
(Results
1 - 11
of
11
) sorted by relevancy
/src/crypto/external/bsd/heimdal/dist/lib/roken/
strerror_r.c
52
err =
strerror_s
(strerrbuf, buflen, eno);
/src/external/apache2/llvm/dist/llvm/lib/Support/
Errno.cpp
57
strerror_s
(buffer, MaxErrStrLen - 1, errnum);
/src/external/bsd/libfido2/dist/openbsd-compat/
openbsd-compat.h
108
#define strerror_r(e, b, l)
strerror_s
((b), (l), (e))
/src/external/mpl/dhcp/bind/dist/lib/isc/
string.c
147
return (
strerror_s
(buf, buflen, errnum));
/src/crypto/external/bsd/openssl.old/dist/crypto/
o_str.c
224
return !
strerror_s
(buf, buflen, errnum);
/src/external/apache2/llvm/dist/libcxx/src/
system_error.cpp
69
if (::
strerror_s
(buffer, strerror_buff_size, ev) == 0)
/src/external/bsd/ntp/dist/libntp/lib/isc/win32/
strerror.c
165
if (0 !=
strerror_s
(retmsg, LIB_BUFLENGTH, err)) {
/src/crypto/external/bsd/openssl/dist/crypto/
o_str.c
302
return !
strerror_s
(buf, buflen, errnum);
/src/crypto/external/apache2/openssl/dist/crypto/
o_str.c
376
return !
strerror_s
(buf, buflen, errnum);
/src/external/bsd/libpcap/dist/
pcap.c
3798
errno_t err =
strerror_s
(errbuf, PCAP_ERRBUF_SIZE, errnum);
3801
pcapint_strlcpy(errbuf, "
strerror_s
() error", PCAP_ERRBUF_SIZE);
/src/external/apache2/llvm/autoconf/
configure
9280
ac_fn_c_check_decl "$LINENO" "
strerror_s
" "ac_cv_have_decl_strerror_s" "$ac_includes_default"
Completed in 34 milliseconds
Indexes created Thu Jun 18 00:24:58 UTC 2026