Searched refs:tmp_prefix (Results 1 – 2 of 2) sorted by relevance
349 static char *tmp_prefix; variable757 *buf = malloc (strlen (tmp_prefix) + 64); in dlltmp()758 sprintf (*buf, fmt, tmp_prefix); in dlltmp()3274 tmp_prefix = optarg; in main()3360 if (!tmp_prefix) in main()3361 tmp_prefix = prefix_encode ("d", getpid ()); in main()
3416 char *tmp_prefix = concat (gcc_exec_prefix, "gcc", NULL); in process_command() local3417 gcc_libexec_prefix = make_relative_prefix (tmp_prefix, in process_command()3420 free (tmp_prefix); in process_command()4090 char *tmp_prefix = make_relative_prefix (argv[0], in process_command() local4093 if (tmp_prefix && access_check (tmp_prefix, F_OK) == 0) in process_command()4095 target_system_root = tmp_prefix; in process_command()