Home
last modified time | relevance | path

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

/systemd-251/src/journal-remote/
Djournal-remote-main.c75 static int spawn_child(const char* child, char** argv) { in spawn_child() function
122 r = spawn_child("curl", argv); in spawn_curl()
137 r = spawn_child(words[0], words); in spawn_getter()