Home
last modified time | relevance | path

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

/systemd-251/src/basic/
Dhostname-util.h30 static inline char* gethostname_short_malloc(void) { in gethostname_short_malloc() function
/systemd-251/src/shared/
Dspecifier.c220 n = gethostname_short_malloc(); in specifier_short_hostname()
234 n = gethostname_short_malloc(); in specifier_pretty_hostname()
/systemd-251/src/test/
Dtest-hostname-util.c100 assert_se(l = gethostname_short_malloc()); in TEST()