Home
last modified time | relevance | path

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

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

Completed in 1 milliseconds