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

  /src/external/gpl2/grep/dist/lib/
exclude.c 49 new_exclude (void) function
  /src/external/gpl2/diffutils/dist/lib/
exclude.c 99 new_exclude (void) function
  /src/external/gpl3/binutils/dist/ld/
pe-dll.c 595 struct exclude_list_struct *new_exclude; local
597 new_exclude = xmalloc (sizeof (struct exclude_list_struct));
598 new_exclude->string = xmalloc (strlen (exclude_string) + 1);
599 strcpy (new_exclude->string, exclude_string);
600 new_exclude->type = type;
601 new_exclude->next = excludes;
602 excludes = new_exclude;
  /src/external/gpl3/binutils.old/dist/ld/
pe-dll.c 568 struct exclude_list_struct *new_exclude; local
570 new_exclude = xmalloc (sizeof (struct exclude_list_struct));
571 new_exclude->string = xmalloc (strlen (exclude_string) + 1);
572 strcpy (new_exclude->string, exclude_string);
573 new_exclude->type = type;
574 new_exclude->next = excludes;
575 excludes = new_exclude;
  /src/external/gpl3/binutils/dist/binutils/
dlltool.c 1463 struct string_list *new_exclude = xmalloc (sizeof (*new_exclude)); local
1466 new_exclude->string = xstrdup (exclude_string);
1468 new_exclude->string = xasprintf ("%s%s", leading_underscore,
1470 new_exclude->next = excludes;
1471 excludes = new_exclude;
  /src/external/gpl3/binutils.old/dist/binutils/
dlltool.c 1462 struct string_list *new_exclude = xmalloc (sizeof (*new_exclude)); local
1465 new_exclude->string = xstrdup (exclude_string);
1467 new_exclude->string = xasprintf ("%s%s", leading_underscore,
1469 new_exclude->next = excludes;
1470 excludes = new_exclude;

Completed in 61 milliseconds