Home
last modified time | relevance | path

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

/systemd-251/src/shared/
Dhostname-setup.c22 static int sethostname_idempotent_full(const char *s, bool really) { in sethostname_idempotent_full() function
40 return sethostname_idempotent_full(s, true); in sethostname_idempotent()
200 r = sethostname_idempotent_full(hn, really); in hostname_setup()