Searched refs:arg_output (Results 1 - 6 of 6) sorted by relevance
/systemd/src/coredump/ |
H A D | coredumpctl.c | 60 static FILE* arg_output = NULL; variable 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); [all...] |
/systemd/src/journal-remote/ |
H A D | journal-remote.c | 74 static char* arg_output = NULL; variable 176 output = arg_output ?: REMOTE_JOURNAL_PATH "/remote.journal"; 189 arg_output ?: REMOTE_JOURNAL_PATH, 900 r = add_source(s, fd, (char*) arg_output, false); 1389 if (arg_output) { 1394 arg_output = optarg; 1479 if (!arg_output) { 1488 && arg_output && is_dir(arg_output, true) > 0) { 1494 && arg_output [all...] |
/systemd/src/journal/ |
H A D | journalctl.c | 83 static OutputMode arg_output = OUTPUT_SHORT; variable 474 arg_output = output_mode_from_string(optarg); 475 if (arg_output < 0) { 480 if (arg_output == OUTPUT_EXPORT || 481 arg_output == OUTPUT_JSON || 482 arg_output == OUTPUT_JSON_PRETTY || 483 arg_output == OUTPUT_JSON_SSE || 484 arg_output == OUTPUT_CAT) 2457 r = output_journal(stdout, j, arg_output, 0, flags, &ellipsized);
|
/systemd/src/login/ |
H A D | loginctl.c | 60 static OutputMode arg_output = OUTPUT_SHORT; variable 542 arg_output, 622 arg_output, 1450 arg_output = output_mode_from_string(optarg); 1451 if (arg_output < 0) {
|
/systemd/src/machine/ |
H A D | machinectl.c | 76 static OutputMode arg_output = OUTPUT_SHORT; variable 605 arg_output, 2508 arg_output = output_mode_from_string(optarg); 2509 if (arg_output < 0) {
|
/systemd/src/systemctl/ |
H A D | systemctl.c | 148 static OutputMode arg_output = OUTPUT_SHORT; variable 3725 arg_output, 6749 arg_output = output_mode_from_string(optarg); 6750 if (arg_output < 0) {
|
Completed in 2630 milliseconds