Home
last modified time | relevance | path

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

/systemd-251/src/nss-myhostname/
Dnss-myhostname.c78 hn = gethostname_malloc(); in _nss_myhostname_gethostbyname4_r()
372 hn = gethostname_malloc(); in _nss_myhostname_gethostbyname3_r()
493 hn = gethostname_malloc(); in _nss_myhostname_gethostbyaddr2_r()
/systemd-251/src/basic/
Dhostname-util.h21 static inline char* gethostname_malloc(void) { in gethostname_malloc() function
/systemd-251/src/test/
Dtest-hostname-util.c97 assert_se(h = gethostname_malloc()); in TEST()
Dtest-nss-hosts.c451 assert_se(hostname = gethostname_malloc()); in parse_argv()
Dtest-unit-name.c258 assert_se(hostname = gethostname_malloc());
Dtest-load-fragment.c523 assert_se(host = gethostname_malloc());
Dtest-condition.c262 hostname = gethostname_malloc(); in TEST()
/systemd-251/src/systemctl/
Dsystemctl-list-machines.c104 hn = gethostname_malloc(); in get_machine_list()
Dsystemctl-show.c2117 hn = gethostname_malloc(); in show_system_status()
/systemd-251/src/shared/
Dutmp-wtmp.c348 hn = gethostname_malloc(); in utmp_wall()
Dspecifier.c207 n = gethostname_malloc(); in specifier_hostname()
Dcondition.c605 h = gethostname_malloc(); in condition_test_host()
/systemd-251/src/journal-remote/
Djournal-gatewayd.c759 hostname = gethostname_malloc(); in request_handler_machine()
/systemd-251/src/journal/
Djournalctl.c1968 hn = gethostname_malloc(); in setup_keys()
Djournald-server.c763 t = gethostname_malloc(); in server_cache_hostname()
/systemd-251/src/nspawn/
Dnspawn.c3032 arg_machine = gethostname_malloc(); in determine_names()