Lines Matching refs:a_argv
371 * a_argv[] - Pointer to array of character strings representing
374 * NOTE: a_argv[0] is the "command name" passed to the command
384 _zexec(const char *a_zoneName, const char *a_path, char *a_argv[])
505 (void) execve(a_path, &a_argv[0], new_env);
643 * NOTE: a_argv[0] is the "command name" passed to the
673 char *a_path, char *a_argv[], const char *a_zoneName, int *a_fds)
697 assert(a_argv != (char **)NULL);
698 assert(a_argv[0] != (char *)NULL);
699 assert(*a_argv[0] != '\0');
713 for (n = 0; a_argv[n]; n++) {
714 _z_echoDebug(DBG_ARG, n, a_argv[n]);
721 a_path, a_argv));
856 _exit(_zexec(a_zoneName, a_path, a_argv));