Lines Matching defs:g_argv
73 static char **g_argv;
717 arg0 = g_argv[0];
718 g_argv[0] = dcp->dc_arg;
721 g_cflags, g_argc, g_argv)) == NULL)
724 g_argv[0] = arg0;
737 dcp->dc_spec, g_cflags | DTRACE_C_PSPEC, g_argc, g_argv)) == NULL)
1180 if ((g_argv = malloc(sizeof (char *) * argc)) == NULL ||
1185 g_argv[g_argc++] = argv[0]; /* propagate argv[0] to D as $0/$$0 */
1195 * options into g_argv[], and abort if any invalid options are found.
1271 g_argv[g_argc++] = argv[optind];
1297 if ((fd = open64(g_argv[i], O_RDONLY)) == -1)
1366 g_objv = g_argv + 1;
1369 * We still use g_argv[0], the name of the executable.