Searched refs:new_exclude (Results 1 - 12 of 12) sorted by relevance

/netbsd-current/external/gpl2/diffutils/dist/lib/
H A Dexclude.h46 struct exclude *new_exclude PARAMS ((void));
H A Dexclude.c99 new_exclude (void) function
/netbsd-current/external/gpl2/grep/dist/lib/
H A Dexclude.h33 struct exclude *new_exclude PARAMS ((void));
H A Dexclude.c49 new_exclude (void) function
/netbsd-current/external/gpl3/binutils/dist/ld/
H A Dpe-dll.c533 struct exclude_list_struct *new_exclude; local
535 new_exclude = xmalloc (sizeof (struct exclude_list_struct));
536 new_exclude->string = xmalloc (strlen (exclude_string) + 1);
537 strcpy (new_exclude->string, exclude_string);
538 new_exclude->type = type;
539 new_exclude->next = excludes;
540 excludes = new_exclude;
/netbsd-current/external/gpl3/gdb.old/dist/ld/
H A Dpe-dll.c532 struct exclude_list_struct *new_exclude; local
534 new_exclude = xmalloc (sizeof (struct exclude_list_struct));
535 new_exclude->string = xmalloc (strlen (exclude_string) + 1);
536 strcpy (new_exclude->string, exclude_string);
537 new_exclude->type = type;
538 new_exclude->next = excludes;
539 excludes = new_exclude;
/netbsd-current/external/gpl3/binutils.old/dist/ld/
H A Dpe-dll.c533 struct exclude_list_struct *new_exclude; local
535 new_exclude = xmalloc (sizeof (struct exclude_list_struct));
536 new_exclude->string = xmalloc (strlen (exclude_string) + 1);
537 strcpy (new_exclude->string, exclude_string);
538 new_exclude->type = type;
539 new_exclude->next = excludes;
540 excludes = new_exclude;
/netbsd-current/external/gpl2/grep/dist/src/
H A Dgrep.c1621 excluded_patterns = new_exclude ();
1627 excluded_patterns = new_exclude ();
1637 included_patterns = new_exclude ();
/netbsd-current/external/gpl3/binutils/dist/binutils/
H A Ddlltool.c1482 struct string_list *new_exclude; local
1484 new_exclude = ((struct string_list *)
1486 new_exclude->string = (char *) xmalloc (strlen (exclude_string) + 2);
1489 sprintf (new_exclude->string, "%s", exclude_string);
1491 sprintf (new_exclude->string, "%s%s", (!leading_underscore ? "" : "_"),
1493 new_exclude->next = excludes;
1494 excludes = new_exclude;
/netbsd-current/external/gpl3/gdb.old/dist/binutils/
H A Ddlltool.c1480 struct string_list *new_exclude; local
1482 new_exclude = ((struct string_list *)
1484 new_exclude->string = (char *) xmalloc (strlen (exclude_string) + 2);
1487 sprintf (new_exclude->string, "%s", exclude_string);
1489 sprintf (new_exclude->string, "%s%s", (!leading_underscore ? "" : "_"),
1491 new_exclude->next = excludes;
1492 excludes = new_exclude;
/netbsd-current/external/gpl3/binutils.old/dist/binutils/
H A Ddlltool.c1482 struct string_list *new_exclude; local
1484 new_exclude = ((struct string_list *)
1486 new_exclude->string = (char *) xmalloc (strlen (exclude_string) + 2);
1489 sprintf (new_exclude->string, "%s", exclude_string);
1491 sprintf (new_exclude->string, "%s%s", (!leading_underscore ? "" : "_"),
1493 new_exclude->next = excludes;
1494 excludes = new_exclude;
/netbsd-current/external/gpl2/diffutils/dist/src/
H A Ddiff.c278 excluded = new_exclude ();

Completed in 312 milliseconds