Searched defs:sigpipe (Results 1 - 2 of 2) sorted by relevance
/ast/src/cmd/mailx/ | ||
H A D | proc.c | 391 sigpipe(int sig) function 393 longjmp(state.jump.sigpipe, sig); 447 signal(SIGPIPE, sigpipe); |
H A D | mailx.h | 689 jmp_buf sigpipe; /* SIGPIPE longjmp buffer */ member in struct:__anon136::__anon138 |
Completed in 17 milliseconds