Home
last modified time | relevance | path

Searched defs:STRERROR (Results 1 – 25 of 31) sorted by relevance

12

/dports/net/openldap24-client/openldap-2.4.59/include/ac/
H A Derrno.h41 # define STRERROR(e) ( (e) > -1 && (e) < sys_nerr \ macro
47 # define STRERROR(e) ( strerror(e) \ macro
52 # define STRERROR(e) ( _AC_ERRNO_UNKNOWN ) macro
/dports/net/openldap24-server/openldap-2.4.59/include/ac/
H A Derrno.h41 # define STRERROR(e) ( (e) > -1 && (e) < sys_nerr \ macro
47 # define STRERROR(e) ( strerror(e) \ macro
52 # define STRERROR(e) ( _AC_ERRNO_UNKNOWN ) macro
/dports/security/nettle/nettle-3.7.3/
H A Dconfig.h.in235 #define STRERROR strerror macro
237 #define STRERROR(x) (sys_errlist[x]) macro
/dports/security/sequoia/sequoia-383133f6be990237044900a4df676488bf8dd71e/cargo-crates/nettle-src-3.5.1-2/nettle/
H A Dconfig.h.in220 #define STRERROR strerror macro
222 #define STRERROR(x) (sys_errlist[x]) macro
/dports/security/vlock/vlock-2.2.3/src/
H A Dutil.h31 #define STRERROR (errno ? strerror(errno) : "Unknown error") macro
/dports/astro/stellarium/stellarium-0.21.3/plugins/TelescopeControl/src/common/
H A DSocket.hpp57 #define STRERROR(x) x macro
76 #define STRERROR(x) strerror(x) macro
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/test/Transforms/CorrelatedValuePropagation/
H A Dsub.ll54 ; CHECK-NEXT: br i1 [[CMP]], label [[BB:%.*]], label [[EXIT:%.*]]
62 %cmp = icmp ugt i32 %a, -1
/dports/dns/knot3/knot-3.1.5/python/libknot/
H A D__init__.py.in27 STRERROR = None variable in Knot
/dports/dns/knot3-lib/knot-3.1.5/python/libknot/
H A D__init__.py.in27 STRERROR = None variable in Knot
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/erts/etc/unix/
H A Dto_erl.c80 # define STRERROR(x) strerror(x) macro
82 # define STRERROR(x) "" macro
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/erts/etc/unix/
H A Dto_erl.c74 # define STRERROR(x) strerror(x) macro
76 # define STRERROR(x) "" macro
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/erts/etc/unix/
H A Dto_erl.c74 # define STRERROR(x) strerror(x) macro
76 # define STRERROR(x) "" macro
/dports/lang/erlang-wx/otp-OTP-24.1.7/erts/etc/unix/
H A Dto_erl.c80 # define STRERROR(x) strerror(x) macro
82 # define STRERROR(x) "" macro
/dports/lang/erlang/otp-OTP-24.1.7/erts/etc/unix/
H A Dto_erl.c80 # define STRERROR(x) strerror(x) macro
82 # define STRERROR(x) "" macro
/dports/lang/erlang-java/otp-OTP-24.1.7/erts/etc/unix/
H A Dto_erl.c80 # define STRERROR(x) strerror(x) macro
82 # define STRERROR(x) "" macro
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/erts/etc/unix/
H A Dto_erl.c74 # define STRERROR(x) strerror(x) macro
76 # define STRERROR(x) "" macro
/dports/devel/py-pythran/pythran-0.11.0/pythran/pythonic/include/types/
H A Dattr.hpp16 struct STRERROR { struct
/dports/net-mgmt/collectd5/collectd-5.12.0/src/utils/common/
H A Dcommon.h85 #define STRERROR(e) sstrerror((e), (char[ERRBUF_SIZE]){0}, ERRBUF_SIZE) macro
/dports/irc/unreal/Unreal3.2.10.7/include/
H A Dsys.h245 #define STRERROR(x) strerror(x) macro
274 #define STRERROR(x) sock_strerror(x) macro
/dports/net/eternalterminal/EternalTerminal-et-v5.1.9/external/
H A Deasylogging++.h239 # define STRERROR(a, b, c) strerror_s(a, b, c) macro
244 # define STRERROR(a, b, c) strerror(c) macro
/dports/devel/easyloggingpp/easyloggingpp-9.97.0/src/
H A Deasylogging++.h248 # define STRERROR(a, b, c) strerror_s(a, b, c) macro
253 # define STRERROR(a, b, c) strerror(c) macro
/dports/devel/argp-standalone/argp-standalone-1.3/
H A Dargp-help.c81 # define STRERROR strerror macro
83 # define STRERROR(x) (sys_errlist[x]) macro
89 # define STRERROR strerror macro
/dports/net-im/freetalk/freetalk-4.1/contrib/argp-standalone/
H A Dargp-help.c72 # define STRERROR strerror macro
74 # define STRERROR(x) (sys_errlist[x]) macro
80 # define STRERROR strerror macro
/dports/sysutils/freeipmi/freeipmi-1.6.8/common/portability/
H A Dfreeipmi-argp-help.c81 # define STRERROR strerror macro
83 # define STRERROR(x) (sys_errlist[x]) macro
89 # define STRERROR strerror macro
/dports/devel/cdecl/cdecl-cdecl-11.9/src/
H A Dutil.h452 #define STRERROR() strerror( errno ) macro

12