Searched refs:temp_base (Results 1 - 14 of 14) sorted by relevance

/haiku-buildtools/binutils/libiberty/
H A Dpex-msdos.c163 char *temp_base; local
180 temp_base = obj->temp_base;
181 if (temp_base != NULL)
185 temp_base = choose_temp_base ();
189 rf = concat (temp_base, ".gp", NULL);
192 free (temp_base);
H A Dpexecute.c40 const char *temp_base, char **errmsg_fmt, char **errmsg_arg,
54 pex = pex_init (PEX_USE_PIPES, pname, temp_base);
39 pexecute(const char *program, char * const *argv, const char *pname, const char *temp_base, char **errmsg_fmt, char **errmsg_arg, int flags) argument
/haiku-buildtools/legacy/binutils/libiberty/
H A Dpex-msdos.c161 char *temp_base; local
178 temp_base = obj->temp_base;
179 if (temp_base != NULL)
183 temp_base = choose_temp_base ();
187 rf = concat (temp_base, ".gp", NULL);
190 free (temp_base);
H A Dpexecute.c40 const char *temp_base, char **errmsg_fmt, char **errmsg_arg,
54 pex = pex_init (PEX_USE_PIPES, pname, temp_base);
39 pexecute(const char *program, char * const *argv, const char *pname, const char *temp_base, char **errmsg_fmt, char **errmsg_arg, int flags) argument
/haiku-buildtools/gcc/libiberty/
H A Dpex-msdos.c163 char *temp_base; local
180 temp_base = obj->temp_base;
181 if (temp_base != NULL)
185 temp_base = choose_temp_base ();
189 rf = concat (temp_base, ".gp", NULL);
192 free (temp_base);
H A Dpexecute.c40 const char *temp_base, char **errmsg_fmt, char **errmsg_arg,
54 pex = pex_init (PEX_USE_PIPES, pname, temp_base);
39 pexecute(const char *program, char * const *argv, const char *pname, const char *temp_base, char **errmsg_fmt, char **errmsg_arg, int flags) argument
/haiku-buildtools/legacy/gcc/libiberty/
H A Dpexecute.c134 pexecute (program, argv, this_pname, temp_base, errmsg_fmt, errmsg_arg, flags)
138 const char *temp_base;
159 scmd = (char *) xmalloc (strlen (program) + strlen (temp_base) + 6 + el);
162 (flags & PEXECUTE_SEARCH ? ".exe" : ""), temp_base);
170 *errmsg_arg = temp_base;
303 pexecute (program, argv, this_pname, temp_base, errmsg_fmt, errmsg_arg, flags)
307 const char *temp_base;
431 pexecute (program, argv, this_pname, temp_base, errmsg_fmt, errmsg_arg, flags)
435 const char *temp_base;
488 pexecute (program, argv, this_pname, temp_base, errmsg_fm
[all...]
/haiku-buildtools/legacy/binutils/binutils/
H A Ddllwrap.c352 char *temp_base = choose_temp_base (); local
391 pid = pexecute (argv[0], (char * const *) argv, prog_name, temp_base,
H A Dresrc.c187 char *temp_base = choose_temp_base ();
250 pid = pexecute (argv[0], (char * const *) argv, program_name, temp_base,
186 char *temp_base = choose_temp_base (); local
H A Ddlltool.c1146 char *temp_base = choose_temp_base (); local
1173 pid = pexecute (argv[0], (char * const *) argv, program_name, temp_base,
/haiku-buildtools/binutils/binutils/
H A Ddllwrap.c354 char *temp_base = choose_temp_base (); local
393 pid = pexecute (argv[0], (char * const *) argv, prog_name, temp_base,
H A Ddlltool.c1325 char *temp_base = choose_temp_base (); local
1352 pid = pexecute (argv[0], (char * const *) argv, program_name, temp_base,
H A Dresrc.c205 char *temp_base = choose_temp_base ();
268 pid = pexecute (argv[0], (char * const *) argv, program_name, temp_base,
204 char *temp_base = choose_temp_base (); local
/haiku-buildtools/legacy/gcc/gcc/
H A Dprotoize.c2094 char *temp_base = choose_temp_base ();
2097 pname, temp_base, &errmsg_fmt, &errmsg_arg,
2078 char *temp_base = choose_temp_base (); local

Completed in 812 milliseconds