Symbol: noreturn
crypto/heimdal/appl/rsh/rshd.c
95
__attribute__ ((noreturn, format (printf, 3, 4)));
crypto/heimdal/lib/hx509/cert.c
3387
__attribute__ ((noreturn, format (printf, 1, 2)))
crypto/heimdal/lib/hx509/hx509-private.h
33
__attribute__ ((noreturn, format (printf, 1, 2)));
crypto/heimdal/lib/krb5/krb5-protos.h
1788
__attribute__ ((noreturn, format (printf, 4, 5)));
crypto/heimdal/lib/krb5/krb5-protos.h
1802
__attribute__ ((noreturn, format (printf, 3, 4)));
crypto/heimdal/lib/krb5/krb5-protos.h
4274
__attribute__ ((noreturn, format (printf, 3, 0)));
crypto/heimdal/lib/krb5/krb5-protos.h
4281
__attribute__ ((noreturn, format (printf, 2, 0)));
crypto/heimdal/lib/krb5/krb5-protos.h
4416
__attribute__ ((noreturn, format (printf, 4, 0)));
crypto/heimdal/lib/krb5/krb5-protos.h
4424
__attribute__ ((noreturn, format (printf, 3, 0)));
crypto/heimdal/lib/krb5/krb5-protos.h
58
__attribute__ ((noreturn, format (printf, 3, 4)));
crypto/heimdal/lib/krb5/krb5-protos.h
65
__attribute__ ((noreturn, format (printf, 2, 3)));
crypto/heimdal/lib/krb5/warn.c
181
__attribute__ ((noreturn, format (printf, 4, 0)))
crypto/heimdal/lib/krb5/warn.c
203
__attribute__ ((noreturn, format (printf, 4, 5)))
crypto/heimdal/lib/krb5/warn.c
223
__attribute__ ((noreturn, format (printf, 3, 0)))
crypto/heimdal/lib/krb5/warn.c
242
__attribute__ ((noreturn, format (printf, 3, 4)))
crypto/heimdal/lib/krb5/warn.c
264
__attribute__ ((noreturn, format (printf, 3, 0)))
crypto/heimdal/lib/krb5/warn.c
284
__attribute__ ((noreturn, format (printf, 3, 4)))
crypto/heimdal/lib/krb5/warn.c
293
__attribute__ ((noreturn, format (printf, 2, 0)))
crypto/heimdal/lib/krb5/warn.c
312
__attribute__ ((noreturn, format (printf, 2, 3)))
crypto/krb5/src/lib/rpc/unit-test/client.c
43
__attribute__((noreturn))
crypto/krb5/src/util/verto/ev.c
888
#define ecb_noreturn [[noreturn]]
crypto/krb5/src/util/verto/ev.c
891
#define ecb_noreturn __declspec (noreturn)
crypto/openssh/auth.h
175
void auth_maxtries_exceeded(struct ssh *) __attribute__((noreturn));
crypto/openssh/log.h
68
void cleanup_exit(int) __attribute__((noreturn));
crypto/openssh/log.h
76
LogLevel, const char *, const char *, ...) __attribute__((noreturn))
crypto/openssh/log.h
79
LogLevel, const char *, const char *, ...) __attribute__((noreturn))
crypto/openssh/packet.h
137
__attribute__((noreturn));
crypto/openssh/packet.h
184
__attribute__((noreturn));
crypto/openssh/regress/netcat.c
131
void fdpass(int nfd) __attribute__((noreturn));
crypto/openssh/sftp.h
101
void sftp_server_cleanup_exit(int) __attribute__((noreturn));
crypto/openssl/include/openssl/e_os2.h
291
#define ossl_noreturn __attribute__((noreturn))
include/stdnoreturn.h
33
#ifndef noreturn
kerberos5/include/krb5-types.h
45
#if __has_extension(noreturn) || KRB5TYPES_REQUIRE_GNUC(3,1,0)
kerberos5/include/krb5-types.h
46
#define HEIMDAL_NORETURN_ATTRIBUTE __attribute__((noreturn))
lib/ncurses/tinfo/ncurses_cfg.h
143
#define GCC_NORETURN __attribute__((noreturn))
stand/libofw/openfirm.h
116
void OF_exit(void) __attribute__((noreturn));
sys/dev/ocs_fc/ocs_os.h
1229
extern void ocs_abort(void) __attribute__((noreturn));
sys/dev/ofw/openfirm.h
172
void OF_exit(void) __attribute__((noreturn));
sys/sys/cdefs.h
190
#define _Noreturn [[noreturn]]
usr.bin/kyua/utils/defs.hpp
39
#define UTILS_NORETURN __attribute__((noreturn))
usr.bin/patch/util.h
47
void my_exit(int) __attribute__((noreturn));
usr.bin/yacc/config.h
5
#define GCC_NORETURN __attribute__((noreturn))