Home
last modified time | relevance | path

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

/systemd-251/src/shared/ !
Dhostname-setup.c75 int read_etc_hostname_stream(FILE *f, char **ret) { in read_etc_hostname_stream() function
124 return read_etc_hostname_stream(f, ret); in read_etc_hostname()
Dhostname-setup.h21 int read_etc_hostname_stream(FILE *f, char **ret);
Ddissect-image.c2719 r = read_etc_hostname_stream(f, &hostname); in dissected_image_acquire_metadata()
/systemd-251/src/fuzz/ !
Dfuzz-hostname-setup.c20 (void) read_etc_hostname_stream(f, &ret); in LLVMFuzzerTestOneInput()