Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/format/
H A Dio.c428 char shell_argv[MAXPATHLEN]; in input() local
604 (void) memset(shell_argv, 0, sizeof (shell_argv)); in input()
622 if ((strlcat(shell_argv, arg, sizeof (shell_argv)) >= in input()
623 sizeof (shell_argv)) || in input()
624 (strlcat(shell_argv, " ", sizeof (shell_argv)) >= in input()
625 sizeof (shell_argv))) { in input()
632 (void) execute_shell(shell_argv, sizeof (shell_argv)); in input()