Lines Matching refs:g_argv
86 static char **g_argv; variable
809 arg0 = g_argv[0]; in compile_file()
810 g_argv[0] = dcp->dc_arg; in compile_file()
813 g_cflags, g_argc, g_argv)) == NULL) in compile_file()
816 g_argv[0] = arg0; in compile_file()
829 dcp->dc_spec, g_cflags | DTRACE_C_PSPEC, g_argc, g_argv)) == NULL) in compile_str()
1345 if ((g_argv = malloc(sizeof (char *) * argc)) == NULL ||
1359 g_argv[g_argc++] = argv[0]; /* propagate argv[0] to D as $0/$$0 */
1445 g_argv[g_argc++] = argv[optind];
1470 if ((fd = open64(g_argv[i], O_RDONLY)) == -1)
1545 g_objv = g_argv + 1;