Searched refs:atlist (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/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);
1021 atlist[1] = racoon_malloc(tmplen);
1022 if ((atlist[0] == NULL)||(atlist[1] == NULL)) {
1027 strcpy(atlist[0],xauth_ldap_config.attr_addr->v);
1028 strcpy(atlist[
[all...]
/netbsd-current/usr.bin/config/
H A Dgram.y204 %type <list> atlist
432 ATTACH devbase AT atlist devattach_opt depend_list
642 atlist: label
644 | atlist ',' atname { $$ = new_nx($3, $1); }
H A Dsem.c653 defdevattach(struct deva *deva, struct devbase *dev, struct nvlist *atlist, argument
693 deva->d_atlist = atlist;
709 for (nv = atlist; nv != NULL; nv = nv->nv_next) {
744 nvfreel(atlist);
1723 * could specify a non-NULL atlist to defdevattach() below).
/netbsd-current/external/gpl3/gcc.old/dist/gcc/c-family/
H A Dc-attribs.c4702 tree atlist; local
4719 atlist = TYPE_ATTRIBUTES (type);
4727 atlist = DECL_ATTRIBUTES (expr);
4733 atlist = TYPE_ATTRIBUTES (type);
4749 for (; (atlist = lookup_attribute (namestr, atlist));
4750 found_attr = true, atlist = TREE_CHAIN (atlist))
4755 return attr_nonnull ? !TREE_VALUE (atlist) : true;
4761 if (!TREE_VALUE (atlist)
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/c-family/
H A Dc-attribs.cc5992 tree atlist; local
6009 atlist = TYPE_ATTRIBUTES (type);
6017 atlist = DECL_ATTRIBUTES (expr);
6023 atlist = TYPE_ATTRIBUTES (type);
6039 for (; (atlist = lookup_attribute (namestr, atlist));
6040 found_attr = true, atlist = TREE_CHAIN (atlist))
6045 return attr_nonnull ? !TREE_VALUE (atlist) : true;
6051 if (!TREE_VALUE (atlist)
[all...]

Completed in 229 milliseconds