Lines Matching refs:arg_output
60 static FILE* arg_output = NULL;
191 if (arg_output) {
196 arg_output = fopen(optarg, "we");
197 if (!arg_output)
698 print_info(arg_output ? stdout : stderr, j, false);
700 if (on_tty() && !arg_output) {
705 r = save_core(j, arg_output ? fileno(arg_output) : STDOUT_FILENO, NULL, NULL);
876 if (arg_output)
877 fclose(arg_output);