Home
last modified time | relevance | path

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

/external/toybox/toys/other/
Dwatch.c68 char *cmdv[] = {"/bin/sh", "-c", 0, 0}, *cmd, *ss; in watch_main() local
81 cmdv[2] = cmd+cmdlen; in watch_main()
129 TT.pid = xpopen_both(FLAG(x) ? toys.optargs : cmdv, fds); in watch_main()