NetBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
sh_exit
bin/sh/bltin/bltin.h
88
#define exit sh_exit
bin/sh/error.c
237
sh_exit(status);
bin/sh/error.c
244
sh_exit(status);
bin/sh/error.c
255
sh_exit(status);
bin/sh/error.c
262
sh_exit(status);
bin/sh/error.h
112
void sh_exit(int) __dead;
bin/sh/options.c
250
sh_exit(0);