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

  /src/crypto/dist/ipsec-tools/src/racoon/
gssapi.c 159 gss_buffer_desc name_token; local
167 name_token.length = asprintf(&buf, "%s@%s", GSSAPI_DEF_NAME, name);
168 name_token.value = buf;
170 maj_stat = gss_import_name(&min_stat, &name_token,
174 maj_stat = gss_release_buffer(&min_stat, &name_token);
176 gssapi_error(min_stat, LOCATION, "release name_token");
179 maj_stat = gss_release_buffer(&min_stat, &name_token);
181 gssapi_error(min_stat, LOCATION, "release name_token");
283 gss_buffer_desc empty, name_token; local
301 name_token.length = iph1->approval->gssid->l
354 gss_buffer_desc name_token; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/c/
c-parser.cc 2857 c_token *name_token = c_parser_peek_token (parser);
2858 tree value = name_token->value;
2859 c_id_kind kind = name_token->id_kind;
2864 = name_token->keyword - RID_FIRST_ADDR_SPACE;
2865 declspecs_add_addrspace (name_token->location, specs, as);
2911 declspecs_add_type (name_token->location, specs, t);
17704 c_token *name_token = c_parser_peek_token (parser);
17705 location_t name_loc = name_token->location;
17706 if (name_token->type == CPP_NAME
17707 && (name_token->id_kind == C_ID_I
2855 c_token *name_token = c_parser_peek_token (parser); local
17699 c_token *name_token = c_parser_peek_token (parser); local
    [all...]
  /src/external/gpl3/gcc/dist/gcc/c/
c-parser.cc 3332 c_token *name_token = c_parser_peek_token (parser);
3333 tree value = name_token->value;
3334 c_id_kind kind = name_token->id_kind;
3339 = name_token->keyword - RID_FIRST_ADDR_SPACE;
3340 declspecs_add_addrspace (name_token->location, specs, as);
3399 declspecs_add_type (name_token->location, specs, t);
20406 c_token *name_token = c_parser_peek_token (parser);
20407 location_t name_loc = name_token->location;
20408 if (name_token->type == CPP_NAME
20409 && (name_token->id_kind == C_ID_I
3330 c_token *name_token = c_parser_peek_token (parser); local
20401 c_token *name_token = c_parser_peek_token (parser); local
    [all...]

Completed in 80 milliseconds