Home
last modified time | relevance | path

Searched refs:end_prefix (Results 1 – 3 of 3) sorted by relevance

/toolchain/binutils/binutils-2.25/binutils/
Ddllwrap.c178 look_for_prog (const char *progname, const char *prefix, int end_prefix) in look_for_prog() argument
191 sprintf (cmd + end_prefix, "%s", progname); in look_for_prog()
Dresrc.c377 look_for_default (char *cmd, const char *prefix, int end_prefix, in look_for_default() argument
387 sprintf (cmd + end_prefix, "%s", DEFAULT_PREPROCESSOR); in look_for_default()
388 space = strchr (cmd + end_prefix, ' '); in look_for_default()
414 sprintf (cmd + end_prefix, "%s %s %s%s%s", in look_for_default()
Ddlltool.c4315 look_for_prog (const char *prog_name, const char *prefix, int end_prefix) in look_for_prog() argument
4328 sprintf (cmd + end_prefix, "%s", prog_name); in look_for_prog()