Searched refs:g_argv (Results 1 – 3 of 3) sorted by relevance
57 char **g_argv; variable170 g_argv = v + optind - 1; in fsi_get_args()188 if (g_argv[0]) in fsi_get_args()189 fsi_log("g_argv[0] = %s", g_argv[0]); in fsi_get_args()
47 extern char **g_argv;
78 static char **g_argv; variable759 arg0 = g_argv[0]; in compile_file()760 g_argv[0] = dcp->dc_arg; in compile_file()763 g_cflags, g_argc, g_argv)) == NULL) in compile_file()766 g_argv[0] = arg0; in compile_file()779 dcp->dc_spec, g_cflags | DTRACE_C_PSPEC, g_argc, g_argv)) == NULL) in compile_str()1244 if ((g_argv = malloc(sizeof (char *) * argc)) == NULL ||1249 g_argv[g_argc++] = argv[0]; /* propagate argv[0] to D as $0/$$0 */1335 g_argv[g_argc++] = argv[optind];1361 if ((fd = open64(g_argv[i], O_RDONLY)) == -1)[all …]