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

  /src/crypto/dist/ipsec-tools/src/racoon/
isakmp_xauth.c 863 char *atlist[3]; local
870 atlist[0] = NULL;
871 atlist[1] = NULL;
872 atlist[2] = NULL;
993 atlist[0] = racoon_malloc(tmplen);
995 atlist[1] = racoon_malloc(tmplen);
996 if ((atlist[0] == NULL)||(atlist[1] == NULL)) {
1001 strcpy(atlist[0],xauth_ldap_config.attr_addr->v);
1002 strcpy(atlist[1],xauth_ldap_config.attr_mask->v)
    [all...]
  /src/usr.bin/config/
gram.y 204 %type <list> atlist
432 ATTACH devbase AT atlist devattach_opt depend_list
642 atlist: label
644 | atlist ',' atname { $$ = new_nx($3, $1); }
  /src/external/gpl3/gcc.old/dist/gcc/c-family/
c-attribs.cc 5992 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) && attr_nonnull
    [all...]
  /src/external/gpl3/gcc/dist/gcc/c-family/
c-attribs.cc 6420 tree atlist; local
6437 atlist = TYPE_ATTRIBUTES (type);
6445 atlist = DECL_ATTRIBUTES (expr);
6451 atlist = TYPE_ATTRIBUTES (type);
6467 for (; (atlist = lookup_attribute (namestr, atlist));
6468 found_attr = true, atlist = TREE_CHAIN (atlist))
6473 return attr_nonnull ? !TREE_VALUE (atlist) : true;
6479 if (!TREE_VALUE (atlist) && attr_nonnull
    [all...]

Completed in 20 milliseconds