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

/freebsd-10.0-release/contrib/diff/lib/
H A Dexclude.h38 struct exclude *new_exclude (void);
H A Dexclude.c94 new_exclude (void) function
96 return xzalloc (sizeof *new_exclude ());
/freebsd-10.0-release/gnu/usr.bin/grep/
H A Dexclude.h31 struct exclude *new_exclude PARAMS ((void));
H A Dexclude.c47 new_exclude (void) function
H A Dgrep.c1690 excluded_patterns = new_exclude ();
1696 excluded_patterns = new_exclude ();
1706 included_patterns = new_exclude ();
/freebsd-10.0-release/contrib/binutils/ld/
H A Dpe-dll.c437 struct exclude_list_struct *new_exclude; local
439 new_exclude = xmalloc (sizeof (struct exclude_list_struct));
440 new_exclude->string = xmalloc (strlen (exclude_string) + 1);
441 strcpy (new_exclude->string, exclude_string);
442 new_exclude->type = type;
443 new_exclude->next = excludes;
444 excludes = new_exclude;
/freebsd-10.0-release/contrib/binutils/binutils/
H A Ddlltool.c1372 struct string_list *new_exclude; local
1374 new_exclude = ((struct string_list *)
1376 new_exclude->string = (char *) xmalloc (strlen (exclude_string) + 2);
1379 sprintf (new_exclude->string, "%s", exclude_string);
1381 sprintf (new_exclude->string, "_%s", exclude_string);
1382 new_exclude->next = excludes;
1383 excludes = new_exclude;
/freebsd-10.0-release/contrib/diff/src/
H A Ddiff.c274 excluded = new_exclude ();

Completed in 100 milliseconds