/src/usr.sbin/timed/timedc/ |
timedc-extern.h | 44 void quit(int, char *[]) __dead;
|
cmdtab.c | 55 { "quit", quithelp, quit },
|
/src/tests/fs/nfs/ |
t_mountd.c | 55 static volatile int quit; variable in typeref:typename:volatile int 65 while (!quit) { 82 quit = 1; 99 for (attempts = 100; attempts && !quit; attempts--) { 103 quit = 1;
|
/src/tests/fs/vfs/ |
t_rmdirrace.c | 68 int res, fd, quit; local in function:race 81 quit = 0; 83 res = pthread_create(&th1, NULL, func1, &quit); 86 res = pthread_create(&th2, NULL, func2, &quit); 92 quit = 1;
|
/src/usr.sbin/lpr/lpc/ |
extern.h | 46 void quit(int, char **) __dead;
|
cmdtab.c | 67 { "exit", quithelp, quit, 0 }, 71 { "quit", quithelp, quit, 0 },
|
/src/common/dist/zlib/examples/ |
fitblk.c | 62 local void quit(char *why) function in typeref:typename:local void 138 quit("need one argument: size of output block"); 141 quit("argument must be a number"); 143 quit("need positive size of 8 or greater"); 153 quit("out of memory"); 160 quit("error reading input"); 167 quit("error writing output"); 188 quit("out of memory"); 199 quit("out of memory"); 214 quit("out of memory") [all...] |
/src/distrib/utils/more/ |
ttyin.c | 83 quit();
|
main.c | 202 quit(); 321 quit(); 338 quit(); 347 quit() function in typeref:typename:void
|
/src/lib/libc/citrus/ |
citrus_mapper.c | 89 goto quit; 96 goto quit; 101 goto quit; 107 goto quit; 113 quit: 158 goto quit; 162 goto quit; 179 quit: 339 goto quit; 346 goto quit; [all...] |
citrus_pivot_factory.c | 179 goto quit; 184 goto quit; 187 goto quit; 193 goto quit; 199 quit:
|
/src/tests/kernel/ |
t_filedesc.c | 54 static volatile bool quit; variable in typeref:typename:volatile bool 61 while (!quit) 99 quit = true;
|
/src/tests/net/if_vlan/ |
bpfopen.c | 68 static sig_atomic_t quit; variable in typeref:typename:sig_atomic_t 149 quit = 1; 230 quit = 0; 238 while (quit == 0) { 245 quit = 1; 253 quit = 1;
|
/src/usr.bin/talk/ |
io.c | 85 quit(); 92 quit(); 124 quit();
|
talk.h | 81 void quit(void) __dead;
|
/src/tests/rump/rumpkern/h_client/ |
h_reconcli.c | 16 static volatile int quit, riseandwhine; variable in typeref:typename:volatile int 26 while (!quit) { 58 while (!quit) { 112 quit = 1;
|
/src/games/hunt/hunt/ |
hunt_private.h | 90 int quit(int);
|
/src/bin/ed/ |
main.c | 181 quit(2); 190 quit(2); 213 quit(2); 220 quit(0); 240 quit(0); 251 quit(2); 264 quit(3); 272 quit(2); 1379 quit(1); 1391 quit(2) [all...] |
/src/usr.sbin/timed/timed/ |
measure.c | 101 goto quit; 118 goto quit; 168 goto quit; 193 goto quit; 235 goto quit; 254 goto quit; 271 quit:
|
/src/games/robots/ |
main.c | 156 signal(SIGINT, quit); 194 quit(0); 200 * quit: 204 quit(int dummy __unused) function in typeref:typename:void
|
/src/usr.bin/systat/ |
keyboard.c | 61 static char quit[] = "quit"; local in function:keyboard 115 command(quit);
|
/src/usr.bin/lock/ |
lock.c | 85 static void quit(int) __dead; 186 if (signal(SIGINT, quit) == SIG_ERR) 188 if (signal(SIGQUIT, quit) == SIG_ERR) 198 quit(0); 296 quit(0); 347 quit(int dummy) function in typeref:typename:void
|
/src/sys/netinet6/ |
in6_offload.c | 80 goto quit; 91 goto quit; 104 goto quit; 120 goto quit; 129 goto quit; 157 quit:
|
/src/lib/libcurses/EXAMPLES/ |
ex1.c | 54 void quit( int ); 126 signal(SIGINT, quit); /* Make sure wou have a 'cleanup' fn */ 141 case 'q': /* Quit on 'q' */ 142 quit( 0 ); 305 quit( 0 ); 332 void quit( int sig ) function in typeref:typename:void
|
/src/sys/netinet/ |
in_offload.c | 76 goto quit; 89 goto quit; 102 goto quit; 118 goto quit; 127 goto quit; 161 quit:
|