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

/systemd/src/firstboot/
H A Dfirstboot.c48 static char *arg_hostname = NULL; variable
362 if (arg_hostname)
389 arg_hostname = hostname_cleanup(h);
409 if (isempty(arg_hostname))
413 r = write_string_file(etc_hostname, arg_hostname, WRITE_STRING_FILE_CREATE);
759 r = free_and_strdup(&arg_hostname, optarg);
865 free(arg_hostname);

Completed in 9 milliseconds