Searched refs:SIGTSTP (Results 1 – 17 of 17) sorted by relevance
/external/chromium_org/native_client_sdk/src/libraries/third_party/newlib-extras/sys/ |
D | signal.h | 208 #define SIGTSTP 8 macro 242 #define SIGTSTP 18 /* stop signal from tty */ macro 274 #define SIGTSTP 24 /* stop signal from tty */ macro 282 #define SIGTSTP 18 /* stop signal from tty */ macro
|
/external/openssh/openbsd-compat/ |
D | readpassphrase.c | 104 (void)sigaction(SIGTSTP, &sa, &savetstp); in readpassphrase() 162 (void)sigaction(SIGTSTP, &savetstp, NULL); in readpassphrase() 176 case SIGTSTP: in readpassphrase()
|
/external/linux-tools-perf/util/ui/ |
D | setup.c | 16 raise(SIGTSTP); in newt_suspend()
|
/external/dropbear/ |
D | netbsd_getpass.c | 90 sigaddset(&nset, SIGTSTP);
|
/external/kernel-headers/original/asm-mips/ |
D | signal.h | 51 #define SIGTSTP 24 /* Keyboard stop (POSIX). */ macro
|
/external/kernel-headers/original/asm-arm/ |
D | signal.h | 51 #define SIGTSTP 20 macro
|
/external/kernel-headers/original/asm-x86/ |
D | signal.h | 63 #define SIGTSTP 20 macro
|
/external/openssh/ |
D | roaming_client.c | 257 kill(getpid(), SIGTSTP); in wait_for_roaming_reconnect()
|
D | scp.c | 256 signal(SIGTSTP, suspchild); in do_cmd()
|
D | clientloop.c | 674 kill(getpid(), SIGTSTP); in client_suspend_self()
|
/external/qemu/ |
D | os-posix.c | 283 signal(SIGTSTP, SIG_IGN); in os_daemonize()
|
/external/e2fsprogs/ext2ed/ |
D | main.c | 149 kill(getpid(), SIGTSTP); in command_read_key()
|
/external/libppp/src/ |
D | main.c | 409 sig_signal(SIGTSTP, TerminalStop); in main()
|
/external/valgrind/main/include/vki/ |
D | vki-darwin.h | 469 #define VKI_SIGTSTP SIGTSTP
|
/external/bison/ |
D | maint.mk | 628 SIGTERM SIGTHAW SIGTRAP SIGTSTP SIGTTIN SIGTTOU SIGURG SIGUSR1 \
|
/external/mksh/src/ |
D | jobs.c | 139 static int const tt_sigs[] = { SIGTSTP, SIGTTIN, SIGTTOU };
|
/external/strace/ |
D | signal.c | 883 case SIGTSTP:
|