Home
last modified time | relevance | path

Searched refs:sloc (Results 1 – 14 of 14) sorted by relevance

/netbsd/src/crypto/external/bsd/openssl/dist/crypto/ocsp/
Docsp_ext.c437 OCSP_SERVICELOC *sloc = NULL; in OCSP_url_svcloc_new() local
440 if ((sloc = OCSP_SERVICELOC_new()) == NULL) in OCSP_url_svcloc_new()
442 X509_NAME_free(sloc->issuer); in OCSP_url_svcloc_new()
443 if ((sloc->issuer = X509_NAME_dup(issuer)) == NULL) in OCSP_url_svcloc_new()
446 && (sloc->locator = sk_ACCESS_DESCRIPTION_new_null()) == NULL) in OCSP_url_svcloc_new()
461 if (!sk_ACCESS_DESCRIPTION_push(sloc->locator, ad)) in OCSP_url_svcloc_new()
466 x = X509V3_EXT_i2d(NID_id_pkix_OCSP_serviceLocator, 0, sloc); in OCSP_url_svcloc_new()
470 OCSP_SERVICELOC_free(sloc); in OCSP_url_svcloc_new()
/netbsd/src/external/bsd/ipf/dist/samples/
Dproxy.c57 struct sockaddr_in sin, sloc, sout; local
78 if (getsockname(0, (struct sockaddr *)&sloc, &namelen) == -1) {
94 natlook.nl_inip = sloc.sin_addr;
97 natlook.nl_inport = sloc.sin_port;
/netbsd/src/external/gpl3/gcc/dist/gcc/cp/
Dcoroutines.cc3086 location_t sloc = EXPR_LOCATION (*stmt); in maybe_promote_temps() local
3144 tree cl = build_stmt (sloc, CLEANUP_STMT, expr_list, cleanup, var); in maybe_promote_temps()
3177 tree await_bind = build3_loc (sloc, BIND_EXPR, void_type_node, in maybe_promote_temps()
3290 location_t sloc = EXPR_LOCATION (*expr); in expand_one_truth_if() local
3301 = build3_loc (sloc, COND_EXPR, boolean_type_node, in expand_one_truth_if()
3474 location_t sloc = EXPR_LOCATION (IF_COND (if_stmt)); in await_statement_walker() local
3478 tree new_s = build2_loc (sloc, INIT_EXPR, boolean_type_node, in await_statement_walker()
3546 location_t sloc = EXPR_LOCATION (FOR_EXPR (for_stmt)); in await_statement_walker() local
3552 = create_named_label_with_ctx (sloc, buf, NULL_TREE); in await_statement_walker()
3554 add_stmt (build_stmt (sloc, LABEL_EXPR, it_expr_label)); in await_statement_walker()
[all …]
Ddecl.cc9072 location_t sloc = input_location; in cp_finish_decomp() local
9079 input_location = sloc; in cp_finish_decomp()
13538 location_t sloc = declspecs->locations[ds_storage_class]; in grokdeclarator() local
13541 error_at (sloc, "non-member %qs cannot be declared %<mutable%>", in grokdeclarator()
13547 error_at (sloc, in grokdeclarator()
13554 error_at (sloc, "function %qs cannot be declared %<mutable%>", in grokdeclarator()
13560 error_at (sloc, "%<static%> %qs cannot be declared %<mutable%>", in grokdeclarator()
13566 error_at (sloc, "%<const%> %qs cannot be declared %<mutable%>", in grokdeclarator()
13572 permerror (sloc, "reference %qs cannot be declared %<mutable%>", in grokdeclarator()
Dinit.cc605 location_t sloc = input_location; in maybe_instantiate_nsdmi_init() local
646 input_location = sloc; in maybe_instantiate_nsdmi_init()
/netbsd/src/external/gpl3/gcc/dist/libcpp/
Dlex.cc2765 pfile->comments.entries[pfile->comments.count].sloc = token->src_loc; in store_comment()
5043 location_t sloc in cpp_directive_only_process() local
5095 cpp_error_with_line (pfile, CPP_DL_ERROR, sloc, 0, in cpp_directive_only_process()
5237 location_t sloc = linemap_position_for_column (pfile->line_table, in cpp_directive_only_process() local
5250 sloc, 0, in cpp_directive_only_process()
5262 sloc, 0, in cpp_directive_only_process()
5320 cpp_error_with_line (pfile, CPP_DL_ERROR, sloc, 0, in cpp_directive_only_process()
/netbsd/src/external/gpl3/gcc/dist/libcpp/include/
Dcpplib.h1367 location_t sloc; member
/netbsd/src/external/gpl3/gcc/dist/gcc/
Dira.cc5279 struct sloc struct
5287 typedef struct sloc *sloc_t; argument
5319 sloc_t loc = XNEW (struct sloc); in ira_register_new_scratch_op()
Dcfgexpand.cc5903 location_t sloc = curr_insn_location (); in expand_gimple_basic_block() local
5962 set_curr_insn_location (sloc); in expand_gimple_basic_block()
5980 location_t sloc = curr_insn_location (); in expand_gimple_basic_block() local
6079 set_curr_insn_location (sloc); in expand_gimple_basic_block()
DChangeLog-20126358 * lra.c: Rename loc to sloc and loc_t to sloc_t.
DChangeLog-20207234 (struct sloc, sloc_t, scratches, scratch_bitmap)
DChangeLog-20181071 * gcc/lra.c (struct sloc): Add icode field.
DChangeLog-201426266 (struct sloc): Likewise for field "insn".
/netbsd/src/external/gpl3/binutils/dist/binutils/
DChangeLog-2020107 * dwarf.c (frame_display_row): Do without static variable "sloc".