Symbol: noreturn
lib/libcrypto/crypto.h
367
__declspec(noreturn)
lib/libcurses/ncurses_cfg.h
141
#define GCC_NORETURN __attribute__((noreturn))
lib/libexpat/tests/minicheck.h
133
# if __has_attribute(noreturn)
lib/libexpat/tests/minicheck.h
134
__attribute__((noreturn))
regress/sys/kern/ptrace/xstate/xstate.c
237
static void __attribute__((noreturn))
sys/arch/amd64/stand/efiboot/efiboot.c
71
__attribute__((noreturn));
sys/arch/amd64/stand/efiboot/efiboot.h
46
__attribute__ ((noreturn));
sys/arch/amd64/stand/efiboot/exec_i386.c
57
__attribute__ ((noreturn));
sys/arch/amd64/stand/efiboot/run_i386.h
20
int, int) __attribute__ ((noreturn));
sys/arch/amd64/stand/libsa/exec_i386.c
61
__attribute__ ((noreturn));
sys/arch/arm64/stand/efiboot/exec.c
36
typedef void (*startfuncp)(void *, void *, void *) __attribute__ ((noreturn));
sys/arch/armv7/stand/efiboot/exec.c
35
typedef void (*startfuncp)(void *, void *, void *) __attribute__ ((noreturn));
sys/arch/hppa/stand/boot/exec.c
38
__attribute__ ((noreturn));
sys/arch/hppa/stand/cdboot/cdboot.c
65
__attribute__ ((noreturn));
sys/arch/i386/stand/libsa/exec_i386.c
55
__attribute__ ((noreturn));
sys/arch/riscv64/stand/efiboot/exec.c
34
typedef void (*startfuncp)(void *, void *, void *) __attribute__ ((noreturn));
sys/lib/libsa/stand.h
144
__dead void panic(const char *, ...) __attribute__((noreturn));
sys/lib/libsa/stand.h
145
__dead void _rtt(void) __attribute__((noreturn));
usr.bin/awk/main.c
61
static noreturn void fpecatch(int n
usr.bin/awk/proto.h
139
extern noreturn void FATAL(const char *, ...)
usr.bin/awk/proto.h
46
extern noreturn void overflo(const char *);
usr.bin/nc/netcat.c
125
void help(void) __attribute__((noreturn));
usr.bin/nc/netcat.c
128
void fdpass(int nfd) __attribute__((noreturn));
usr.bin/patch/util.h
47
void my_exit(int) __attribute__((noreturn));
usr.bin/patch/util.h
48
void my_sigexit(int) __attribute__((noreturn));
usr.bin/ssh/auth.h
156
void auth_maxtries_exceeded(struct ssh *) __attribute__((noreturn));
usr.bin/ssh/log.h
65
void cleanup_exit(int) __attribute__((noreturn));
usr.bin/ssh/log.h
73
LogLevel, const char *, const char *, ...) __attribute__((noreturn))
usr.bin/ssh/log.h
76
LogLevel, const char *, const char *, ...) __attribute__((noreturn))
usr.bin/ssh/packet.h
132
__attribute__((noreturn));
usr.bin/ssh/packet.h
179
__attribute__((noreturn));
usr.bin/ssh/sftp.h
101
void sftp_server_cleanup_exit(int) __attribute__((noreturn));
usr.sbin/rpki-client/extern.h
857
void proc_parser(int, int) __attribute__((noreturn));
usr.sbin/rpki-client/extern.h
858
void proc_filemode(int) __attribute__((noreturn));
usr.sbin/rpki-client/extern.h
863
void proc_rsync(char *, char *, int) __attribute__((noreturn));
usr.sbin/rpki-client/extern.h
867
void proc_http(char *, int) __attribute__((noreturn));
usr.sbin/rpki-client/extern.h
868
void proc_rrdp(int) __attribute__((noreturn));