Searched refs:attrlist (Results 1 - 22 of 22) sorted by relevance

/netbsd-current/usr.bin/config/
H A Dsem.h49 int defattr0(const char *, struct loclist *, struct attrlist *, int);
50 int defattr(const char *, struct loclist *, struct attrlist *, int);
51 int defiattr(const char *, struct loclist *, struct attrlist *, int);
52 int defdevclass(const char *, struct loclist *, struct attrlist *, int);
53 void defdev(struct devbase *, struct loclist *, struct attrlist *, int);
55 struct attrlist *);
86 int has_attr(struct attrlist *, const char *);
H A Ddefs.h165 struct attrlist *m_deps;
167 struct attrlist *m_attrs;
217 struct attrlist { struct
218 struct attrlist *al_next;
283 struct attrlist *d_attrs; /* attributes, if any */
300 struct attrlist *d_attrs; /* attributes, if any */
677 struct attrlist *attrlist_create(void);
678 struct attrlist *attrlist_cons(struct attrlist *, struct attr *);
679 void attrlist_destroy(struct attrlist *);
[all...]
H A Dutil.c334 struct attrlist *
337 struct attrlist *al;
345 struct attrlist *
346 attrlist_cons(struct attrlist *next, struct attr *a)
348 struct attrlist *al;
357 attrlist_destroy(struct attrlist *al)
365 attrlist_destroyall(struct attrlist *al)
367 struct attrlist *next;
H A Dgram.y90 DECL_ALLOCWRAP(attrlist);
135 static struct attrlist *mk_attrlist(struct attrlist *, struct attr *);
162 struct attrlist *attrlist;
210 %type <attrlist> depend_list depends
614 depend { $$ = MK2(attrlist, NULL, $1); }
615 | depends ',' depend { $$ = MK2(attrlist, $1, $3); }
1195 struct attrlist *al = wrapstack[i].ptr;
1238 DEF_ALLOCWRAP(attrlist);
[all...]
H A Dsem.c78 static int has_errobj(struct attrlist *, struct attr *);
178 struct attrlist *al;
206 struct attrlist *al;
328 defattr0(const char *name, struct loclist *locs, struct attrlist *deps,
341 defattr(const char *name, struct loclist *locs, struct attrlist *deps,
345 struct attrlist *al;
401 defiattr(const char *name, struct loclist *locs, struct attrlist *deps,
431 defdevclass(const char *name, struct loclist *locs, struct attrlist *deps,
467 has_errobj(struct attrlist *al, struct attr *obj)
481 has_attr(struct attrlist *a
[all...]
H A Dlint.c132 struct attrlist *al;
H A Dmkmakefile.c438 struct attrlist *al;
H A Dmkioconf.c217 struct attrlist *al;
H A Dmain.c2010 struct attrlist *al;
/netbsd-current/external/gpl2/xcvs/dist/src/
H A Dfileattr.c26 static List *attrlist; variable
52 assert (attrlist == NULL);
96 attrlist = getlist ();
125 if (addnode (attrlist, newnode) != 0)
177 if (attrlist == NULL)
179 if (attrlist == NULL)
188 node = findnode (attrlist, filename);
342 if (attrlist == NULL)
344 if (attrlist == NULL)
349 attrlist
[all...]
/netbsd-current/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/darwin/sys/
H A Dattr.d29 void getattrlist(scope const char* path, scope attrlist* attrList, scope void* attrBuf,
32 void setattrlist(scope const char* path, scope attrlist* attrList, scope void* attrBuf,
55 struct attrlist
295 attrlist* returnattrs;
304 attrlist searchattrs;
329 attrlist al;
/netbsd-current/external/gpl3/gcc.old/dist/gcc/cp/
H A Dfriend.c480 tree attrlist, enum overload_flags flags,
509 cplus_decl_attributes (&decl, attrlist, 0);
479 do_friend(tree scope, tree declarator, tree decl, tree attrlist, enum overload_flags flags, bool funcdef_flag) argument
H A Ddecl2.c830 tree attrlist)
842 value = grokdeclarator (declarator, declspecs, FIELD, init != 0, &attrlist);
875 if (attrlist)
885 cplus_decl_attributes (&value, attrlist, attrflags);
990 if (attrlist)
991 cplus_decl_attributes (&value, attrlist, 0);
1047 tree attrlist)
1050 init != NULL_TREE, &attrlist);
1135 if (attrlist)
1136 cplus_decl_attributes (&value, attrlist, /*flag
825 grokfield(const cp_declarator *declarator, cp_decl_specifier_seq *declspecs, tree init, bool init_const_expr_p, tree asmspec_tree, tree attrlist) argument
1044 grokbitfield(const cp_declarator *declarator, cp_decl_specifier_seq *declspecs, tree width, tree init, tree attrlist) argument
[all...]
H A Ddecl.c9478 tree* attrlist,
9851 tree ods = lookup_attribute ("omp declare simd", *attrlist);
9894 *attrlist);
9901 if (attrlist)
9903 cplus_decl_attributes (&decl, *attrlist, 0);
9904 *attrlist = NULL_TREE;
11039 tree* attrlist)
12785 if (attrlist)
12786 *attrlist = chainon (returned_attrs, *attrlist);
9440 grokfndecl(tree ctype, tree type, tree declarator, tree parms, tree orig_declarator, const cp_decl_specifier_seq *declspecs, tree decl_reqs, int virtualp, enum overload_flags flags, cp_cv_quals quals, cp_ref_qualifier rqual, tree raises, int check, int friendp, int publicp, int inlinep, bool deletedp, special_function_kind sfk, bool funcdef_flag, bool late_return_type_p, int initialized, int template_count, tree in_namespace, tree* attrlist, location_t location) argument
11020 grokdeclarator(const cp_declarator *declarator, cp_decl_specifier_seq *declspecs, enum decl_context decl_context, int initialized, tree* attrlist) argument
17351 grokmethod(cp_decl_specifier_seq *declspecs, const cp_declarator *declarator, tree attrlist) argument
[all...]
H A Dpt.c2727 warn_spec_missing_attributes (tree tmpl, tree spec, tree attrlist) argument
2743 unsigned nattrs = decls_mismatched_attributes (tmpl, spec, attrlist,
2802 tree attrlist)
3264 warn_spec_missing_attributes (gen_tmpl, decl, attrlist);
2798 check_explicit_specialization(tree declarator, tree decl, int template_count, int flags, tree attrlist) argument
/netbsd-current/external/gpl3/gcc/dist/gcc/cp/
H A Ddecl2.cc829 /* attrlist */NULL_TREE);
962 tree attrlist)
984 value = grokdeclarator (declarator, declspecs, FIELD, initialized, &attrlist);
1017 if (attrlist)
1027 cplus_decl_attributes (&value, attrlist, attrflags);
1113 if (attrlist)
1114 cplus_decl_attributes (&value, attrlist, 0);
1129 if (attrlist)
1130 cplus_decl_attributes (&value, attrlist, 0);
1183 tree attrlist)
957 grokfield(const cp_declarator *declarator, cp_decl_specifier_seq *declspecs, tree init, bool init_const_expr_p, tree asmspec_tree, tree attrlist) argument
1180 grokbitfield(const cp_declarator *declarator, cp_decl_specifier_seq *declspecs, tree width, tree init, tree attrlist) argument
[all...]
H A Ddecl.cc10105 tree* attrlist,
10480 tree ods = lookup_attribute ("omp declare simd", *attrlist);
10525 *attrlist);
10532 if (attrlist)
10534 cplus_decl_attributes (&decl, *attrlist, 0);
10535 *attrlist = NULL_TREE;
11709 tree* attrlist)
12128 if (attrlist && *attrlist == error_mark_node)
12129 *attrlist
10068 grokfndecl(tree ctype, tree type, tree declarator, tree parms, tree orig_declarator, const cp_decl_specifier_seq *declspecs, tree decl_reqs, int virtualp, enum overload_flags flags, cp_cv_quals quals, cp_ref_qualifier rqual, tree raises, int check, int friendp, int publicp, int inlinep, bool deletedp, special_function_kind sfk, bool funcdef_flag, bool late_return_type_p, int template_count, tree in_namespace, tree* attrlist, location_t location) argument
11690 grokdeclarator(const cp_declarator *declarator, cp_decl_specifier_seq *declspecs, enum decl_context decl_context, int initialized, tree* attrlist) argument
18182 grokmethod(cp_decl_specifier_seq *declspecs, const cp_declarator *declarator, tree attrlist) argument
[all...]
H A Dpt.cc2765 warn_spec_missing_attributes (tree tmpl, tree spec, tree attrlist) argument
2781 unsigned nattrs = decls_mismatched_attributes (tmpl, spec, attrlist,
2840 tree attrlist)
3309 warn_spec_missing_attributes (gen_tmpl, decl, attrlist);
2836 check_explicit_specialization(tree declarator, tree decl, int template_count, int flags, tree attrlist) argument
/netbsd-current/crypto/dist/ipsec-tools/src/racoon/
H A Disakmp_cfg.c1723 int attrlist[] = { local
1736 attrcount = sizeof(attrlist) / sizeof(*attrlist);
1752 attr->type = htons(attrlist[i]);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dattribs.c1870 decls_mismatched_attributes (tree tmpl, tree decl, tree attrlist,
1895 decl_attrs[0] = attrlist;
1897 decl_attrs[1] = attrlist;
1868 decls_mismatched_attributes(tree tmpl, tree decl, tree attrlist, const char* const blacklist[], pretty_printer *attrstr) argument
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dattribs.cc2069 decls_mismatched_attributes (tree tmpl, tree decl, tree attrlist,
2094 decl_attrs[0] = attrlist;
2096 decl_attrs[1] = attrlist;
2067 decls_mismatched_attributes(tree tmpl, tree decl, tree attrlist, const char* const blacklist[], pretty_printer *attrstr) argument
/netbsd-current/external/gpl3/gcc/dist/libphobos/src/std/
H A Dfile.d1481 static struct attrlist
1486 extern(C) int setattrlist(in char* path, scope ref attrlist attrs,
1582 attrlist attrs = { bitmapcount: 5, reserved: 0,

Completed in 374 milliseconds