HomeSort by: relevance | last modified time | path
    Searched defs:preprocargs (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/binutils/dist/binutils/
windres.c 781 char *preprocargs;
812 preprocargs = NULL;
879 if (preprocargs == NULL)
882 preprocargs = xstrdup (quotedarg);
889 n = xmalloc (strlen (preprocargs) + strlen (quotedarg) + 2);
890 sprintf (n, "%s %s", preprocargs, quotedarg);
891 free (preprocargs);
892 preprocargs = n;
898 if (preprocargs == NULL)
901 preprocargs = xmalloc (strlen (quotedarg) + 3)
776 char *preprocargs; local
    [all...]
  /src/external/gpl3/binutils.old/dist/binutils/
windres.c 781 char *preprocargs;
812 preprocargs = NULL;
879 if (preprocargs == NULL)
882 preprocargs = xstrdup (quotedarg);
889 n = xmalloc (strlen (preprocargs) + strlen (quotedarg) + 2);
890 sprintf (n, "%s %s", preprocargs, quotedarg);
891 free (preprocargs);
892 preprocargs = n;
898 if (preprocargs == NULL)
901 preprocargs = xmalloc (strlen (quotedarg) + 3)
776 char *preprocargs; local
    [all...]

Completed in 42 milliseconds