Home
last modified time | relevance | path

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

/trueos/contrib/binutils/binutils/
HDdllwrap.c173 look_for_prog (const char *prog_name, const char *prefix, int end_prefix) in look_for_prog() argument
186 sprintf (cmd + end_prefix, "%s", prog_name); in look_for_prog()
HDresrc.c383 look_for_default (char *cmd, const char *prefix, int end_prefix, in look_for_default() argument
393 sprintf (cmd + end_prefix, "%s", DEFAULT_PREPROCESSOR); in look_for_default()
394 space = strchr (cmd + end_prefix, ' '); in look_for_default()
420 sprintf (cmd + end_prefix, "%s %s %s%s%s", in look_for_default()
HDdlltool.c3445 look_for_prog (const char *prog_name, const char *prefix, int end_prefix) in look_for_prog() argument
3458 sprintf (cmd + end_prefix, "%s", prog_name); in look_for_prog()