Home
last modified time | relevance | path

Searched refs:tmp_prefix (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/binutils/binutils/
H A Ddlltool.c349 static char *tmp_prefix; variable
757 *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()
/freebsd-12.1/contrib/gcc/
H A Dgcc.c3416 char *tmp_prefix = concat (gcc_exec_prefix, "gcc", NULL); in process_command() local
3417 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() local
4093 if (tmp_prefix && access_check (tmp_prefix, F_OK) == 0) in process_command()
4095 target_system_root = tmp_prefix; in process_command()