Symbol: leave
games/backgammon/teachgammon/teach.c
79
leave();
games/backgammon/teachgammon/tutor.c
121
leave();
games/backgammon/teachgammon/tutor.c
124
leave();
games/backgammon/teachgammon/tutor.c
79
leave();
games/backgammon/teachgammon/tutor.h
67
void leave(void) __dead2;
games/hunt/hunt/hunt.c
204
leave(1, "Need a larger window");
games/hunt/hunt/hunt.c
216
leave(1, "No one playing");
games/hunt/hunt/hunt.c
221
leave(1, "huntd not running");
games/hunt/hunt/hunt.c
234
leave(1, "socket");
games/hunt/hunt/hunt.c
245
leave(1, "connect");
games/hunt/hunt/hunt.c
260
leave(0, NULL);
games/hunt/hunt/hunt.c
417
leave(1, "lost connection to huntd");
games/hunt/hunt/hunt.c
428
leave(1, "Version number mismatch. No go.");
games/hunt/hunt/hunt.c
438
leave(0, NULL);
games/hunt/hunt/hunt.c
482
leave(0, NULL);
games/hunt/hunt/hunt.c
87
static void leave(int, const char *) __attribute__((__noreturn__));
games/sail/dr_main.c
140
leave(LEAVE_FORK);
games/sail/dr_main.c
154
leave(LEAVE_FORK);
games/sail/extern.h
316
void leave(int) __dead2;
games/sail/pl_1.c
124
leave(LEAVE_QUIT);
games/sail/pl_2.c
165
leave(LEAVE_QUIT);
games/sail/pl_2.c
72
leave(LEAVE_SYNC);
games/sail/pl_2.c
74
leave(LEAVE_DRIVER);
games/sail/pl_2.c
85
leave(LEAVE_QUIT);
games/sail/pl_2.c
87
leave(LEAVE_CAPTURED);
games/sail/pl_2.c
89
leave(LEAVE_HURRICAN);
games/sail/pl_7.c
1086
leave(LEAVE_SYNC);
games/sail/pl_7.c
341
leave(LEAVE_MALLOC);
games/sail/pl_7.c
994
leave(LEAVE_SYNC);
games/sail/pl_main.c
112
leave(LEAVE_SYNC);
games/worm/worm.c
277
leave(0);
games/worm/worm.c
71
static void leave(int) __dead2;
games/worm/worm.c
96
signal(SIGINT, leave);
games/worm/worm.c
97
signal(SIGQUIT, leave);
libexec/rpc.rstatd/rstat_proc.c
398
goto leave;
libexec/rpc.rstatd/rstat_proc.c
415
goto leave;
libexec/rpc.rstatd/rstat_proc.c
435
goto leave;
libexec/rpc.rstatd/rstat_proc.c
442
goto leave;
libexec/rpc.rstatd/rstat_proc.c
447
goto leave;
libexec/rpc.rstatd/rstat_proc.c
456
leave:
libexec/rpc.rusersd/rusers_proc.c
264
goto leave;
libexec/rpc.rusersd/rusers_proc.c
284
goto leave;
libexec/rpc.rusersd/rusers_proc.c
301
goto leave;
libexec/rpc.rusersd/rusers_proc.c
308
goto leave;
libexec/rpc.rusersd/rusers_proc.c
313
goto leave;
libexec/rpc.rusersd/rusers_proc.c
324
leave:
libexec/rpc.rwalld/rwalld.c
172
goto leave;
libexec/rpc.rwalld/rwalld.c
182
goto leave;
libexec/rpc.rwalld/rwalld.c
187
goto leave;
libexec/rpc.rwalld/rwalld.c
198
leave:
libexec/ypxfr/ypxfr_main.c
424
goto leave;
libexec/ypxfr/ypxfr_main.c
528
leave:
sbin/route/route.c
1477
struct ieee80211_leave_event leave;
sbin/route/route.c
1537
evlen = sizeof(ev.leave);
test/stress/stress2/tools/fstool.c
138
int c, levels = 1, leave = 0;
test/stress/stress2/tools/fstool.c
147
leave = 1;
test/stress/stress2/tools/fstool.c
190
if (leave == 0) rmDir(path, 1);