Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/binutils/binutils/
H A Ddlltool.c349 static char *tmp_prefix; variable
729 *buf = malloc (strlen (tmp_prefix) + 64); in dlltmp()
730 sprintf (*buf, fmt, tmp_prefix); in dlltmp()
3240 tmp_prefix = optarg; in main()
3320 if (!tmp_prefix) in main()
3321 tmp_prefix = prefix_encode ("d", getpid ()); in main()
/openbsd/gnu/usr.bin/binutils-2.17/binutils/
H A Ddlltool.c345 static char *tmp_prefix; variable
728 *buf = malloc (strlen (tmp_prefix) + 64); in dlltmp()
729 sprintf (*buf, fmt, tmp_prefix); in dlltmp()
3176 tmp_prefix = optarg; in main()
3262 if (!tmp_prefix) in main()
3263 tmp_prefix = prefix_encode ("d", getpid ()); in main()
/openbsd/gnu/gcc/gcc/
H A Dgcc.c3382 char *tmp_prefix = concat (gcc_exec_prefix, "gcc", NULL); in process_command() local
3383 gcc_libexec_prefix = make_relative_prefix (tmp_prefix, in process_command()
3386 free (tmp_prefix); in process_command()
4010 char *tmp_prefix = make_relative_prefix (argv[0], in process_command() local
4013 if (tmp_prefix && access_check (tmp_prefix, F_OK) == 0) in process_command()
4015 target_system_root = tmp_prefix; in process_command()
/openbsd/gnu/usr.bin/gcc/gcc/
H A Dgcc.c3755 char *tmp_prefix = make_relative_prefix (argv[0], local
3758 if (tmp_prefix && access_check (tmp_prefix, F_OK) == 0)
3760 target_system_root = tmp_prefix;