Searched refs:output (Results 1 - 7 of 7) sorted by relevance

/systemd/src/journal/
H A Djournal-qrcode.c32 static void print_border(FILE *output, unsigned width) { argument
37 fputs(WHITE_ON_BLACK, output);
40 fputs("\342\226\210", output);
42 fputs(NORMAL "\n", output);
47 FILE *output,
98 print_border(output, qr->width);
106 fputs(WHITE_ON_BLACK, output);
108 fputs("\342\226\210", output);
117 fputc(' ', output);
119 fputs("\342\226\204", output);
46 print_qr_code( FILE *output, const void *seed, size_t seed_size, uint64_t start, uint64_t interval, const char *hn, sd_id128_t machine) argument
[all...]
/systemd/test/TEST-04-JOURNAL/
H A Dtest-journal.sh14 journalctl -b -o cat -t "$ID" >/output
15 cmp /expected /output
21 journalctl -b -o cat -t "$ID" >/output
22 cmp /expected /output
29 journalctl -b -o cat -t "$ID" >/output
30 cmp /expected /output
36 journalctl -b -o cat -t "$ID" >/output
37 cmp /expected /output
44 journalctl -b -o cat -t "$ID" >/output
45 cmp /expected /output
[all...]
/systemd/src/test/
H A Dtest-calendarspec.c27 static void test_one(const char *input, const char *output) { argument
39 assert_se(streq(p, output));
/systemd/src/bootchart/
H A Dbootchart.c99 char *init = NULL, *output = NULL; local
105 { "Bootchart", "Output", config_parse_path, 0, &output },
122 if (output != NULL)
123 strscpy(arg_output_path, sizeof(arg_output_path), output);
136 " -o --output=PATH Path to output files [%s]\n"
164 {"output", required_argument, NULL, 'o' },
476 log_error("Error opening output file '%s': %m\n", output_file);
/systemd/src/journal-remote/
H A Djournal-remote.c171 const char *output; local
176 output = arg_output ?: REMOTE_JOURNAL_PATH "/remote.journal";
194 output = _output;
202 r = journal_file_open_reliably(output,
209 log_error_errno(r, "Failed to open output journal %s: %m",
210 output);
212 log_debug("Opened output file %s", w->journal->path);
988 create output as expected. */
1217 " --getter=COMMAND Read events from the output of COMMAND\n"
1221 " -o --output
[all...]
/systemd/src/shared/
H A Ddns-domain.c357 uint32_t *output = NULL; local
379 output = newa(uint32_t, output_size);
381 idna_to_unicode_44i(input, input_size, output, &output_size, 0);
383 result = stringprep_ucs4_to_utf8(output, output_size, NULL, &w);
881 /* Optionally, output the name in DNSSEC canonical
/systemd/src/core/
H A Dexecute.c291 static int connect_logger_as(const ExecContext *context, ExecOutput output, const char *ident, const char *unit_id, int nfd, uid_t uid, gid_t gid) { argument
295 assert(output < _EXEC_OUTPUT_MAX);
326 output == EXEC_OUTPUT_SYSLOG || output == EXEC_OUTPUT_SYSLOG_AND_CONSOLE,
327 output == EXEC_OUTPUT_KMSG || output == EXEC_OUTPUT_KMSG_AND_CONSOLE,
328 is_terminal_output(output));
481 /* This expects the input and output are already set up */
524 /* We don't reset the terminal if this is just about output */

Completed in 4027 milliseconds