Searched refs:user_abort (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/xz/src/xz/
H A Dsignals.h16 extern volatile sig_atomic_t user_abort;
19 /// Initialize the signal handler, which will set user_abort to true when
29 /// user_abort to true. This is handy when we don't want to handle EINTR
H A Dsignals.c16 volatile sig_atomic_t user_abort = false; variable
27 /// user_abort to true.
43 user_abort = true;
94 // for user_abort and cleanup before exiting. We block the signals
195 user_abort = true;
H A Dmain.c80 while (!user_abort) {
236 for (unsigned i = 0; i < args.arg_count && !user_abort; ++i) {
275 // read_name() checks for user_abort so we don't need to
294 // enabled in --list mode, so we don't need to check user_abort.
296 assert(!user_abort);
H A Dcoder.c691 while (!user_abort) {
849 if (user_abort)
901 if (init_ret != CODER_INIT_ERROR && !user_abort) {
H A Dfile_io.c61 IO_WAIT_ERROR, // Error or user_abort
85 /// Self-pipe used together with the user_abort variable to avoid
233 /// if a signal is caught after user_abort has been checked but before e.g.
259 if (user_abort)
1134 if (user_abort)
1232 if (user_abort)
1258 // user_abort, and get EPIPE here.

Completed in 118 milliseconds