/prebuilts/ndk/9/platforms/android-17/arch-arm/usr/include/asm/ |
signal.h | 35 #define SIGPIPE 13
|
/prebuilts/ndk/9/platforms/android-18/arch-arm/usr/include/asm/ |
signal.h | 35 #define SIGPIPE 13
|
/prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/asm/ |
signal.h | 35 #define SIGPIPE 13
|
/prebuilts/ndk/9/platforms/android-3/arch-arm/usr/include/asm/ |
signal.h | 35 #define SIGPIPE 13
|
/prebuilts/ndk/9/platforms/android-4/arch-arm/usr/include/asm/ |
signal.h | 35 #define SIGPIPE 13
|
/prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/asm/ |
signal.h | 35 #define SIGPIPE 13
|
/prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/asm/ |
signal.h | 35 #define SIGPIPE 13
|
/prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/asm/ |
signal.h | 35 #define SIGPIPE 13
|
/external/bison/lib/ |
spawn-pipe.h | 49 and thus get a SIGPIPE signal. 82 * Note: When writing to a child process, it is useful to ignore the SIGPIPE 111 * Note: When writing to a child process, it is useful to ignore the SIGPIPE
|
signal.in.h | 109 # ifndef SIGPIPE 110 /* Define SIGPIPE to a value that does not overlap with other signals. */ 111 # define SIGPIPE 13 113 /* To actually use SIGPIPE, you also need the gnulib modules 'sigprocmask', 311 /* Raise signal SIGPIPE. */
|
wait-process.c | 268 # ifdef SIGPIPE 269 if (info.si_status == SIGPIPE && ignore_sigpipe) 340 # ifdef SIGPIPE 341 if (WTERMSIG (status) == SIGPIPE && ignore_sigpipe)
|
/system/core/debuggerd/ |
crasher.c | 152 } else if (!strcmp(arg, "SIGPIPE")) { 184 fprintf(stderr, " SIGPIPE cause a SIGPIPE\n");
|
/bionic/linker/ |
debugger.cpp | 139 case SIGPIPE: 140 signal_name = "SIGPIPE"; 269 // crashing due to (say) SIGPIPE doesn't work the way you'd expect it 277 case SIGPIPE: 303 sigaction(SIGPIPE, &action, NULL);
|
/bionic/libc/include/sys/ |
_sigdefs.h | 51 __BIONIC_SIGDEF(SIGPIPE, "Broken pipe")
|
/development/ndk/platforms/android-3/include/sys/ |
_sigdefs.h | 45 __BIONIC_SIGDEF(SIGPIPE,13,"Broken pipe")
|
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/ |
subprocess.cc | 355 // Make sure SIGPIPE is disabled so that if the child dies it doesn't kill us. 356 SignalHandler* old_pipe_handler = signal(SIGPIPE, SIG_IGN); 431 // Restore SIGPIPE handling. 432 signal(SIGPIPE, old_pipe_handler);
|
/external/iptables/iptables/ |
iptables-standalone.c | 49 signal(SIGPIPE, SIG_IGN);
|
/external/kernel-headers/original/uapi/asm-arm/asm/ |
signal.h | 30 #define SIGPIPE 13
|
/external/kernel-headers/original/uapi/asm-generic/ |
signal.h | 23 #define SIGPIPE 13
|
/external/kernel-headers/original/uapi/asm-mips/asm/ |
socket.h | 24 SIGPIPE when they die. */
|
/external/kernel-headers/original/uapi/asm-x86/asm/ |
signal.h | 35 #define SIGPIPE 13
|
/external/protobuf/src/google/protobuf/compiler/ |
subprocess.cc | 350 // Make sure SIGPIPE is disabled so that if the child dies it doesn't kill us. 351 SignalHandler* old_pipe_handler = signal(SIGPIPE, SIG_IGN); 426 // Restore SIGPIPE handling. 427 signal(SIGPIPE, old_pipe_handler);
|
/external/qemu/distrib/sdl-1.2.15/src/thread/irix/ |
SDL_systhread.c | 37 SIGHUP, SIGINT, SIGQUIT, SIGPIPE, SIGALRM, SIGTERM, SIGCLD, SIGWINCH,
|
/external/qemu/distrib/sdl-1.2.15/src/thread/pth/ |
SDL_systhread.c | 39 SIGHUP, SIGINT, SIGQUIT, SIGPIPE, SIGALRM, SIGTERM, SIGCHLD, SIGWINCH,
|
/external/qemu/distrib/sdl-1.2.15/src/thread/pthread/ |
SDL_systhread.c | 33 SIGHUP, SIGINT, SIGQUIT, SIGPIPE, SIGALRM, SIGTERM, SIGCHLD, SIGWINCH,
|