Searched refs:preprocargs (Results 1 – 2 of 2) sorted by relevance
/toolchain/binutils/binutils-2.25/binutils/ |
D | windres.c | 793 char *preprocargs; in main() local 824 preprocargs = NULL; in main() 888 if (preprocargs == NULL) in main() 891 preprocargs = xstrdup (quotedarg); in main() 898 n = xmalloc (strlen (preprocargs) + strlen (quotedarg) + 2); in main() 899 sprintf (n, "%s %s", preprocargs, quotedarg); in main() 900 free (preprocargs); in main() 901 preprocargs = n; in main() 907 if (preprocargs == NULL) in main() 910 preprocargs = xmalloc (strlen (quotedarg) + 3); in main() [all …]
|
D | resrc.c | 378 const char *preprocargs, const char *filename) in look_for_default() argument 415 DEFAULT_PREPROCESSOR, preprocargs, fnquotes, filename, fnquotes); in look_for_default() 428 const char *preprocargs, int language, int use_temp_file) in read_rc_file() argument 473 if (preprocargs == NULL) in read_rc_file() 474 preprocargs = ""; in read_rc_file() 479 + strlen (preprocargs) in read_rc_file() 483 sprintf (cmd, "%s %s %s%s%s", preprocessor, preprocargs, in read_rc_file() 496 + strlen (preprocargs) in read_rc_file() 529 preprocargs, filename); in read_rc_file() 538 preprocargs, filename); in read_rc_file() [all …]
|