Searched refs:preprocargs (Results 1 – 2 of 2) sorted by relevance
/toolchain/binutils/binutils-2.27/binutils/ |
D | windres.c | 794 char *preprocargs; in main() local 826 preprocargs = NULL; in main() 890 if (preprocargs == NULL) in main() 893 preprocargs = xstrdup (quotedarg); in main() 900 n = xmalloc (strlen (preprocargs) + strlen (quotedarg) + 2); in main() 901 sprintf (n, "%s %s", preprocargs, quotedarg); in main() 902 free (preprocargs); in main() 903 preprocargs = n; in main() 909 if (preprocargs == NULL) in main() 912 preprocargs = xmalloc (strlen (quotedarg) + 3); in main() [all …]
|
D | resrc.c | 379 const char *preprocargs, const char *filename) in look_for_default() argument 416 DEFAULT_PREPROCESSOR, preprocargs, fnquotes, filename, fnquotes); in look_for_default() 429 const char *preprocargs, int language, int use_temp_file) in read_rc_file() argument 474 if (preprocargs == NULL) in read_rc_file() 475 preprocargs = ""; in read_rc_file() 480 + strlen (preprocargs) in read_rc_file() 484 sprintf (cmd, "%s %s %s%s%s", preprocessor, preprocargs, in read_rc_file() 497 + strlen (preprocargs) in read_rc_file() 530 preprocargs, filename); in read_rc_file() 539 preprocargs, filename); in read_rc_file() [all …]
|