/src/bin/dd/ |
extern.h | 64 __dead void terminate(int);
|
misc.c | 150 terminate(int signo) function in typeref:typename:void
|
dd.c | 140 (void)signal(SIGINT, terminate);
|
/src/usr.bin/xlint/xlint/ |
xlint.c | 188 terminate(int signo) function in typeref:typename:__dead void 242 terminate(-1); 309 terminate(-1); 333 terminate(-1); 342 terminate(-1); 345 terminate(-1); 375 terminate(-1); 379 terminate(-1); 445 terminate(-1); 531 terminate(-1) [all...] |
/src/usr.sbin/rpcbind/ |
rpcbind.c | 139 __dead static void terminate(int); 218 (void) signal(SIGINT, terminate); 219 (void) signal(SIGTERM, terminate); 220 (void) signal(SIGQUIT, terminate); 845 terminate(int signum __unused) function in typeref:typename:void
|
/src/lib/libc/citrus/modules/ |
citrus_iso2022.c | 531 goto terminate; 537 goto terminate; 540 goto terminate; 546 goto terminate; 551 goto terminate; 554 goto terminate; 562 terminate:
|
/src/lib/libc/regex/ |
regcomp.c | 98 bool terminate; member in struct:branchc 437 - return whether we should terminate or not 814 if (bc->terminate) { 847 bc.terminate = false; 851 bc.terminate = p->parse_expr(p, &bc);
|
/src/usr.bin/pr/ |
pr.c | 131 __dead static void terminate(int); 141 (void)signal(SIGINT, terminate); 568 * terminate line 1570 * terminate(): when a SIGINT is recvd 1573 terminate(int which_sig) function in typeref:typename:void
|
/src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/ti/ |
k3-am65-iot2050-common.dtsi | 400 "UART0-enable", "UART0-terminate", "", "WIFI-disable",
|
/src/sys/arch/news68k/news68k/ |
locore.s | 122 movl #0x0, %a6 | clear %fp to terminate debug trace
|
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/scripts/ |
cpplint.py | 910 """Does line terminate so, that the next symbol is in string constant. 1457 # namespaces, so that code that terminate namespaces inside 2090 # We could also check all other operators and terminate the search
|