Searched refs:arg_output (Results 1 - 6 of 6) sorted by relevance

/systemd/src/coredump/
H A Dcoredumpctl.c60 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 Djournal-remote.c74 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 Djournalctl.c83 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 Dloginctl.c60 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 Dmachinectl.c76 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 Dsystemctl.c148 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