Home
last modified time | relevance | path

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

/systemd-251/src/resolve/
Dresolved-resolv-conf.c330 _cleanup_fclose_ FILE *f_uplink = NULL, *f_stub = NULL; in manager_write_resolv_conf() local
358 …open_temporary_label(PRIVATE_STUB_RESOLV_CONF, PRIVATE_STUB_RESOLV_CONF, &f_stub, &temp_path_stub); in manager_write_resolv_conf()
362 (void) fchmod(fileno(f_stub), 0644); in manager_write_resolv_conf()
364 r = write_stub_resolv_conf_contents(f_stub, dns, domains); in manager_write_resolv_conf()