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

/systemd/src/systemctl/
H A Dsystemctl.c116 static char **arg_wall = NULL; variable
2808 m = strv_join(arg_wall, " ");
6822 if (strv_extend(&arg_wall, optarg) < 0)
7078 arg_wall = strv_copy(wall);
7079 if (!arg_wall)
7695 strv_free(arg_wall);

Completed in 30 milliseconds