Home
last modified time | relevance | path

Searched refs:arg_pretty (Results 1 – 3 of 3) sorted by relevance

/systemd-251/src/hostname/
Dhostnamectl.c33 static bool arg_pretty = false; variable
353 if (!!arg_static + !!arg_pretty + !!arg_transient > 1) in get_hostname_based_on_flag()
357 attr = arg_pretty ? "PrettyHostname" : in get_hostname_based_on_flag()
397 if (arg_pretty || arg_static || arg_transient) in show_status()
438 if (!arg_pretty && !arg_static && !arg_transient) in set_hostname()
439 arg_pretty = arg_static = arg_transient = implicit = true; in set_hostname()
452 if (arg_pretty) { in set_hostname()
637 arg_pretty = true; in parse_argv()
/systemd-251/src/creds/
Dcreds.c50 static bool arg_pretty = false; variable
498 base64_size = base64mem_full(output, output_size, arg_pretty ? 69 : 79, &base64_buf); in verb_encrypt()
502 if (arg_pretty) { in verb_encrypt()
799 arg_pretty = true; in parse_argv()
/systemd-251/src/partition/
Drepart.c104 static int arg_pretty = -1; variable
3456 if (arg_pretty > 0 || in context_write_partition_table()
3457 (arg_pretty < 0 && isatty(STDOUT_FILENO) > 0) || in context_write_partition_table()
4250 arg_pretty = r; in parse_argv()