/freebsd/crypto/krb5/src/util/support/ |
H A D | fake-addrinfo.c | 177 #define GET_HOST_BY_NAME(NAME, HP, ERR, TMP) \ argument 179 #define GET_HOST_BY_ADDR(ADDR, ADDRLEN, FAMILY, HP, ERR, TMP) \ argument 187 #define GET_HOST_BY_NAME(NAME, HP, ERR, TMP) \ argument 212 #define GET_HOST_BY_NAME(NAME, HP, ERR, TMP) \ argument 224 #define GET_HOST_BY_ADDR(ADDR, ADDRLEN, FAMILY, HP, ERR, TMP) \ argument 241 #define GET_HOST_BY_NAME(NAME, HP, ERR, TMP) \ argument 248 #define GET_HOST_BY_ADDR(ADDR, ADDRLEN, FAMILY, HP, ERR, TMP) \ argument 262 #define GET_SERV_BY_NAME(NAME, PROTO, SP, ERR, TMP) \ argument 264 #define GET_SERV_BY_PORT(PORT, PROTO, SP, ERR, TMP) \ argument 272 #define GET_SERV_BY_NAME(NAME, PROTO, SP, ERR, TMP) \ argument [all …]
|
/freebsd/contrib/netbsd-tests/net/net/ |
H A D | t_pktinfo.c | 48 #define ERR(msg) err(EXIT_FAILURE, msg) macro 53 #define ERR(msg) ATF_REQUIRE_MSG(0, "%s: %s", msg, strerror(errno)) macro
|
/freebsd/contrib/arm-optimized-routines/string/test/ |
H A D | stringtest.h | 14 #define ERR(...) (err_count++, printf (__VA_ARGS__)) macro
|
/freebsd/crypto/krb5/src/kadmin/dbutil/ |
H A D | kadm5_create.c | 51 #define ERR 1 macro
|
/freebsd/contrib/ofed/librdmacm/ |
H A D | cma.h | 85 static inline int ERR(int err) in ERR() function
|
/freebsd/lib/libc/gmon/ |
H A D | gmon.c | 56 #define ERR(s) _write(2, s, sizeof(s)) macro
|
/freebsd/sys/cddl/dev/dtrace/x86/ |
H A D | regset.h | 99 #define ERR 12 macro
|
/freebsd/sys/contrib/openzfs/cmd/raidz_test/ |
H A D | raidz_test.h | 108 #define ERR(...) (void) fprintf(stderr, __VA_ARGS__) macro
|
/freebsd/usr.sbin/cron/cron/ |
H A D | macros.h | 32 #define ERR (-1) macro
|
/freebsd/bin/ed/ |
H A D | ed.h | 38 #define ERR (-2) macro
|
/freebsd/crypto/krb5/src/plugins/kdb/db2/libdb2/hash/ |
H A D | hash.c | 81 #define RETURN_ERROR(ERR, LOC) { save_errno = ERR; goto LOC; } argument
|
/freebsd/lib/libc/db/hash/ |
H A D | hash.c | 77 #define RETURN_ERROR(ERR, LOC) { save_errno = ERR; goto LOC; } argument
|
/freebsd/crypto/openssl/util/ |
H A D | check-format-test-negatives.c | 439 #define DEFINE_SET_GET_BASE_TEST(PREFIX, SETN, GETN, DUP, FIELD, TYPE, ERR, \ argument
|
/freebsd/contrib/bsnmp/snmpd/ |
H A D | config.c | 163 # define ERR() (longjmp(errjmp[--errstk], 1)) macro
|
/freebsd/contrib/ofed/libibcm/ |
H A D | cm.c | 64 static inline int ERR(int err) in ERR() function
|
/freebsd/crypto/openssl/test/ |
H A D | cmp_ctx_test.c | 350 #define DEFINE_SET_GET_BASE_TEST(PREFIX, SETN, GETN, DUP, FIELD, TYPE, ERR, \ argument
|
/freebsd/crypto/krb5/src/lib/krb5/asn.1/ |
H A D | asn1_encode.h | 297 #define DEFINT_IMMEDIATE(DESCNAME, VAL, ERR) \ argument
|
/freebsd/contrib/ntp/sntp/libevent/ |
H A D | evutil.c | 223 #define ERR(e) WSA##e in evutil_ersatz_socketpair_() macro
|
/freebsd/contrib/libevent/ |
H A D | evutil.c | 223 #define ERR(e) WSA##e in evutil_ersatz_socketpair_() macro
|
/freebsd/lib/libc/net/ |
H A D | getaddrinfo.c | 343 #define ERR(err) \ macro
|
/freebsd/sbin/pfctl/ |
H A D | pfctl.c | 2283 #define ERR(...) do { warn(__VA_ARGS__); goto _error; } while(0) in pfctl_rules() macro
|
/freebsd/contrib/ncurses/include/ |
H A D | curses.h.in | 422 #define ERR (-1) macro
|
/freebsd/contrib/ntp/ntpd/ |
H A D | refclock_parse.c | 305 #define ERR(_X_) if (list_err(parse, (_X_))) macro
|