Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/format/
H A Dio.c466 char shell_argv[MAXPATHLEN]; local
642 (void) memset(shell_argv, 0, sizeof (shell_argv));
660 if ((strlcat(shell_argv, arg, sizeof (shell_argv)) >=
661 sizeof (shell_argv)) ||
662 (strlcat(shell_argv, " ", sizeof (shell_argv)) >=
663 sizeof (shell_argv))) {
670 (void) execute_shell(shell_argv, sizeof (shell_argv));