Searched defs:arg_pretty (Results 1 - 1 of 1) sorted by relevance

/systemd/src/hostname/
H A Dhostnamectl.c41 static bool arg_pretty = false; variable
217 if (arg_pretty || arg_static || arg_transient) {
220 if (!!arg_static + !!arg_pretty + !!arg_transient > 1) {
225 attr = arg_pretty ? "PrettyHostname" :
260 if (!arg_pretty && !arg_static && !arg_transient)
261 arg_pretty = arg_static = arg_transient = true;
263 if (arg_pretty) {
406 arg_pretty = true;

Completed in 11 milliseconds