Searched refs:end_prefix (Results 1 – 3 of 3) sorted by relevance
/toolchain/binutils/binutils-2.25/binutils/ |
D | dllwrap.c | 178 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()
|
D | resrc.c | 377 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()
|
D | dlltool.c | 4315 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()
|