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

  /src/usr.bin/diff/
diff.h 96 struct excludes { struct
98 struct excludes *next;
110 extern struct excludes *excludes_list;
  /src/lib/libc/citrus/modules/
citrus_big5.c 106 _BIG5ExcludeList excludes; member in struct:__anon244
187 TAILQ_FOREACH(exclude, &ei->excludes, entry) {
227 exclude = TAILQ_LAST(&ei->excludes, _BIG5ExcludeList);
235 TAILQ_INSERT_TAIL(&ei->excludes, exclude, entry);
243 _CITRUS_PROP_HINT_NUM("excludes", &_citrus_BIG5_fill_excludes),
255 while ((exclude = TAILQ_FIRST(&ei->excludes)) != NULL) {
256 TAILQ_REMOVE(&ei->excludes, exclude, entry);
272 TAILQ_INIT(&ei->excludes);
284 TAILQ_INIT(&ei->excludes);
  /src/external/gpl3/binutils/dist/ld/
pe-dll.c 582 static struct exclude_list_struct *excludes = 0; variable in typeref:struct:exclude_list_struct
601 new_exclude->next = excludes;
602 excludes = new_exclude;
711 for (ex = excludes; ex; ex = ex->next)
2946 for (ex = excludes, found = 0; ex && !found; ex = ex->next)
  /src/external/gpl3/binutils.old/dist/ld/
pe-dll.c 555 static struct exclude_list_struct *excludes = 0; variable in typeref:struct:exclude_list_struct
574 new_exclude->next = excludes;
575 excludes = new_exclude;
684 for (ex = excludes; ex; ex = ex->next)
2944 for (ex = excludes, found = 0; ex && !found; ex = ex->next)
  /src/external/gpl3/binutils/dist/binutils/
dlltool.c 795 static struct string_list *excludes; variable in typeref:struct:string_list
1470 new_exclude->next = excludes;
1471 excludes = new_exclude;
1487 for (excl_item = excludes; excl_item; excl_item = excl_item->next)
3743 fprintf (file, _(" --no-default-excludes Clear default exclude symbols\n"));
3816 {"no-default-excludes", no_argument, NULL, OPTION_NO_DEFAULT_EXCLUDES},
4049 symbols in the .drectve section. The default excludes are meant
  /src/external/gpl3/binutils.old/dist/binutils/
dlltool.c 795 static struct string_list *excludes; variable in typeref:struct:string_list
1469 new_exclude->next = excludes;
1470 excludes = new_exclude;
1486 for (excl_item = excludes; excl_item; excl_item = excl_item->next)
3742 fprintf (file, _(" --no-default-excludes Clear default exclude symbols\n"));
3815 {"no-default-excludes", no_argument, NULL, OPTION_NO_DEFAULT_EXCLUDES},
4048 symbols in the .drectve section. The default excludes are meant

Completed in 39 milliseconds