HomeSort by: relevance | last modified time | path
    Searched refs:attrlist (Results 1 - 21 of 21) sorted by relevancy

  /src/usr.bin/config/
sem.h 49 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 *);
defs.h 165 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 */
301 struct attrlist *d_attrs; /* attributes, if any */
678 struct attrlist *attrlist_create(void);
679 struct attrlist *attrlist_cons(struct attrlist *, struct attr *);
680 void attrlist_destroy(struct attrlist *);
    [all...]
util.c 334 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;
gram.y 90 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...]
sem.c 78 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 *al, const char *attr
    [all...]
lint.c 131 struct attrlist *al;
mkioconf.c 217 struct attrlist *al;
285 struct attrlist *al;
mkmakefile.c 438 struct attrlist *al;
main.c 2010 struct attrlist *al;
  /src/external/gpl2/xcvs/dist/src/
fileattr.c 26 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 = getlist ()
    [all...]
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/darwin/sys/
attr.d 29 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;
  /src/external/gpl3/gcc/dist/gcc/cp/
decl2.cc 1033 tree attrlist)
1055 value = grokdeclarator (declarator, declspecs, FIELD, initialized, &attrlist);
1088 if (attrlist)
1098 cplus_decl_attributes (&value, attrlist, attrflags);
1184 if (attrlist)
1185 cplus_decl_attributes (&value, attrlist, 0);
1200 if (attrlist)
1201 cplus_decl_attributes (&value, attrlist, 0);
1254 tree attrlist)
1257 init != NULL_TREE, &attrlist);
    [all...]
decl.cc 10559 tree* attrlist,
10959 tree ods = lookup_attribute ("omp declare simd", *attrlist);
11004 *attrlist);
11011 if (attrlist)
11013 cplus_decl_attributes (&decl, *attrlist, 0);
11014 *attrlist = NULL_TREE;
12168 ATTRLIST is a pointer to the list of attributes, which may be NULL
12169 if there are none; *ATTRLIST may be modified if attributes from inside
12191 tree* attrlist)
12605 if (attrlist && *attrlist == error_mark_node
    [all...]
pt.cc 1523 is actually just a friend declaration. ATTRLIST is the list of
2742 ATTRLIST is a list of additional attributes that SPEC should be taken
2746 warn_spec_missing_attributes (tree tmpl, tree spec, tree attrlist)
2762 unsigned nattrs = decls_mismatched_attributes (tmpl, spec, attrlist,
2821 tree attrlist)
3292 warn_spec_missing_attributes (gen_tmpl, decl, attrlist);
  /src/external/gpl3/gcc.old/dist/gcc/cp/
decl2.cc 829 /* 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)
    [all...]
decl.cc 10105 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;
11686 ATTRLIST is a pointer to the list of attributes, which may be NULL
11687 if there are none; *ATTRLIST may be modified if attributes from inside
11709 tree* attrlist)
12128 if (attrlist && *attrlist == error_mark_node
    [all...]
pt.cc 1555 is actually just a friend declaration. ATTRLIST is the list of
2761 ATTRLIST is a list of additional attributes that SPEC should be taken
2765 warn_spec_missing_attributes (tree tmpl, tree spec, tree attrlist)
2781 unsigned nattrs = decls_mismatched_attributes (tmpl, spec, attrlist,
2840 tree attrlist)
3309 warn_spec_missing_attributes (gen_tmpl, decl, attrlist);
  /src/crypto/dist/ipsec-tools/src/racoon/
isakmp_cfg.c 1662 int attrlist[] = { local
1675 attrcount = sizeof(attrlist) / sizeof(*attrlist);
1691 attr->type = htons(attrlist[i]);
  /src/external/gpl3/gcc/dist/gcc/
attribs.cc 2203 ATTRLIST is a list of additional attributes that SPEC should be
2207 decls_mismatched_attributes (tree tmpl, tree decl, tree attrlist,
2232 decl_attrs[0] = attrlist;
2234 decl_attrs[1] = attrlist;
  /src/external/gpl3/gcc.old/dist/gcc/
attribs.cc 2065 ATTRLIST is a list of additional attributes that SPEC should be
2069 decls_mismatched_attributes (tree tmpl, tree decl, tree attrlist,
2094 decl_attrs[0] = attrlist;
2096 decl_attrs[1] = attrlist;
  /src/external/gpl3/gcc.old/dist/libphobos/src/std/
file.d 1481 static struct attrlist
1486 extern(C) int setattrlist(in char* path, scope ref attrlist attrs,
1582 attrlist attrs = { bitmapcount: 5, reserved: 0,

Completed in 184 milliseconds