Home
last modified time | relevance | path

Searched refs:sigpipe (Results 1 – 9 of 9) sorted by relevance

/external/libvncserver/x11vnc/
Dcleanup.c701 if (!sigpipe || *sigpipe == '\0' || !strcmp(sigpipe, "skip")) { in initialize_signals()
703 } else if (strstr(sigpipe, "ignore:") == sigpipe) { in initialize_signals()
704 ignore_sigs(sigpipe); in initialize_signals()
705 } else if (strstr(sigpipe, "exit:") == sigpipe) { in initialize_signals()
706 ignore_sigs(sigpipe); in initialize_signals()
707 } else if (!strcmp(sigpipe, "ignore")) { in initialize_signals()
711 } else if (!strcmp(sigpipe, "exit")) { in initialize_signals()
Doptions.h367 extern char *sigpipe;
Doptions.c473 char *sigpipe = NULL; /* skip, ignore, exit */ variable
Dx11vnc.c1612 fprintf(stderr, " sigpipe: %s\n", sigpipe in print_settings()
1613 ? sigpipe : "null"); in print_settings()
3792 sigpipe = strdup(argv[i]); in main()
DChangeLog1149 * option for SIGPIPE handling -sigpipe
Dremote.c6056 snprintf(buf, bufn, "aro=%s:%s", p, NONUL(sigpipe)); in process_remote_cmd()
DREADME12447 -xd_mem f -sigpipe string -threads
16672 -sigpipe string Broken pipe (SIGPIPE) handling. "string" can be
16681 signals, e.g. "-sigpipe ignore:HUP,INT,TERM" in case
18088 lastmod bg sigpipe threads readrate netrate netlatency
/external/valgrind/coregrind/
Dvgdb.c660 static int sigpipe = 0; variable
687 sigpipe++; in received_signal()
763 sigint, sigterm, sighup, sigpipe); in close_connection()
/external/libvncserver/
DChangeLog6361 …trib/ChangeLog, contrib/x11vnc.c: x11vnc: add -cursorpos for Cursor Position Updates, and -sigpipe