Home
last modified time | relevance | path

Searched refs:atlist (Results 1 – 6 of 6) sorted by relevance

/netbsd/crypto/dist/ipsec-tools/src/racoon/
H A Disakmp_xauth.c889 char *atlist[3]; local
896 atlist[0] = NULL;
897 atlist[1] = NULL;
898 atlist[2] = NULL;
1019 atlist[0] = racoon_malloc(tmplen);
1022 if ((atlist[0] == NULL)||(atlist[1] == NULL)) {
1038 filter, atlist, 0, NULL, NULL,
1140 if (atlist[0] != NULL)
1141 racoon_free(atlist[0]);
1142 if (atlist[1] != NULL)
[all …]
/netbsd/usr.bin/config/
H A Dgram.y203 %type <list> atlist
426 ATTACH devbase AT atlist devattach_opt depend_list
636 atlist:
638 | atlist ',' atname { $$ = new_nx($3, $1); }
H A Dsem.c653 defdevattach(struct deva *deva, struct devbase *dev, struct nvlist *atlist, in defdevattach() argument
693 deva->d_atlist = atlist; in defdevattach()
709 for (nv = atlist; nv != NULL; nv = nv->nv_next) { in defdevattach()
744 nvfreel(atlist); in defdevattach()
/netbsd/external/gpl3/gcc/dist/gcc/c-family/
H A Dc-attribs.c4702 tree atlist; in has_attribute() local
4719 atlist = TYPE_ATTRIBUTES (type); in has_attribute()
4727 atlist = DECL_ATTRIBUTES (expr); in has_attribute()
4733 atlist = TYPE_ATTRIBUTES (type); in has_attribute()
4749 for (; (atlist = lookup_attribute (namestr, atlist)); in has_attribute()
4750 found_attr = true, atlist = TREE_CHAIN (atlist)) in has_attribute()
4755 return attr_nonnull ? !TREE_VALUE (atlist) : true; in has_attribute()
4761 if (!TREE_VALUE (atlist) && attr_nonnull) in has_attribute()
4765 for (tree val = TREE_VALUE (atlist); val; val = TREE_CHAIN (val)) in has_attribute()
H A Dc-attribs.cc5992 tree atlist; in has_attribute() local
6009 atlist = TYPE_ATTRIBUTES (type); in has_attribute()
6017 atlist = DECL_ATTRIBUTES (expr); in has_attribute()
6023 atlist = TYPE_ATTRIBUTES (type); in has_attribute()
6039 for (; (atlist = lookup_attribute (namestr, atlist)); in has_attribute()
6040 found_attr = true, atlist = TREE_CHAIN (atlist)) in has_attribute()
6045 return attr_nonnull ? !TREE_VALUE (atlist) : true; in has_attribute()
6051 if (!TREE_VALUE (atlist) && attr_nonnull) in has_attribute()
6055 for (tree val = TREE_VALUE (atlist); val; val = TREE_CHAIN (val)) in has_attribute()
/netbsd/external/gpl3/gcc.old/dist/gcc/c-family/
H A Dc-attribs.c4702 tree atlist; in has_attribute() local
4719 atlist = TYPE_ATTRIBUTES (type); in has_attribute()
4727 atlist = DECL_ATTRIBUTES (expr); in has_attribute()
4733 atlist = TYPE_ATTRIBUTES (type); in has_attribute()
4749 for (; (atlist = lookup_attribute (namestr, atlist)); in has_attribute()
4750 found_attr = true, atlist = TREE_CHAIN (atlist)) in has_attribute()
4755 return attr_nonnull ? !TREE_VALUE (atlist) : true; in has_attribute()
4761 if (!TREE_VALUE (atlist) && attr_nonnull) in has_attribute()
4765 for (tree val = TREE_VALUE (atlist); val; val = TREE_CHAIN (val)) in has_attribute()