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

/systemd/src/journal-remote/
H A Djournal-remote.c153 _cleanup_strv_free_ char **words = NULL; local
156 r = strv_split_extract(&words, getter, WHITESPACE, EXTRACT_QUOTES);
160 r = spawn_child(words[0], words);

Completed in 1043 milliseconds