Home
last modified time | relevance | path

Searched refs:body (Results 1 – 25 of 697) sorted by relevance

12345678910>>...28

/openbsd/src/gnu/usr.bin/perl/cpan/ExtUtils-Constant/lib/ExtUtils/Constant/
DBase.pm206 my $body = $indent . "if ($memEQ($name_param, \"$name\", $len)) {\n";
211 $body .= $indent . "/* " . (' ' x length $memEQ)
216 $body .= $indent . "/* $front_chop"
219 return $body;
435 my $body = '';
450 $body .= $self->memEQ_clause ({name => $name, checked_at => $offset,
460 $body .= $indent . " if (" . $self->is_utf8_param . ") {\n";
462 $body .= $indent . " if (!" . $self->is_utf8_param . ") {\n";
465 $body .= $self->return_clause ({indent=>4 + length $indent}, $either);
467 $body .= $indent . " } else {\n";
[all …]
DXS.pm187 my $body = '';
188 $body .= ", int utf8" if $params->{''};
189 $body .= ", IV *iv_return" if $params->{IV};
190 $body .= ", NV *nv_return" if $params->{NV};
191 $body .= ", const char **pv_return" if $params->{PV};
192 $body .= ", SV **sv_return" if $params->{SV};
193 $body;
198 my $body = '';
199 $body .= ", utf8" if $params->{''};
200 $body .= ", iv_return" if $params->{IV};
[all …]
/openbsd/src/sys/dev/pcmcia/
Dif_malo.c1220 struct malo_cmd_body_spec *body; in cmalo_cmd_get_hwspec() local
1224 psize = sizeof(*hdr) + sizeof(*body); in cmalo_cmd_get_hwspec()
1227 hdr->size = htole16(sizeof(*body)); in cmalo_cmd_get_hwspec()
1230 body = (struct malo_cmd_body_spec *)(hdr + 1); in cmalo_cmd_get_hwspec()
1233 memset(body->macaddr, 0xff, ETHER_ADDR_LEN); in cmalo_cmd_get_hwspec()
1250 struct malo_cmd_body_spec *body; in cmalo_cmd_rsp_hwspec() local
1253 body = (struct malo_cmd_body_spec *)(hdr + 1); in cmalo_cmd_rsp_hwspec()
1257 ic->ic_myaddr[i] = body->macaddr[i]; in cmalo_cmd_rsp_hwspec()
1291 struct malo_cmd_body_scan *body; in cmalo_cmd_set_scan() local
1300 psize = sizeof(*hdr) + sizeof(*body); in cmalo_cmd_set_scan()
[all …]
/openbsd/src/gnu/gcc/gcc/
Drtl-error.c43 rtx body = PATTERN (insn); in location_for_asm() local
48 if (GET_CODE (body) == SET && GET_CODE (SET_SRC (body)) == ASM_OPERANDS) in location_for_asm()
49 asmop = SET_SRC (body); in location_for_asm()
50 else if (GET_CODE (body) == ASM_OPERANDS) in location_for_asm()
51 asmop = body; in location_for_asm()
52 else if (GET_CODE (body) == PARALLEL in location_for_asm()
53 && GET_CODE (XVECEXP (body, 0, 0)) == SET) in location_for_asm()
54 asmop = SET_SRC (XVECEXP (body, 0, 0)); in location_for_asm()
55 else if (GET_CODE (body) == PARALLEL in location_for_asm()
56 && GET_CODE (XVECEXP (body, 0, 0)) == ASM_OPERANDS) in location_for_asm()
[all …]
Dfinal.c390 rtx body; in get_attr_length_1() local
409 body = PATTERN (insn); in get_attr_length_1()
410 if (GET_CODE (body) == ADDR_VEC || GET_CODE (body) == ADDR_DIFF_VEC) in get_attr_length_1()
420 body = PATTERN (insn); in get_attr_length_1()
421 if (GET_CODE (body) == USE || GET_CODE (body) == CLOBBER) in get_attr_length_1()
424 else if (GET_CODE (body) == ASM_INPUT || asm_noperands (body) >= 0) in get_attr_length_1()
425 length = asm_insn_count (body) * fallback_fn (insn); in get_attr_length_1()
426 else if (GET_CODE (body) == SEQUENCE) in get_attr_length_1()
427 for (i = 0; i < XVECLEN (body, 0); i++) in get_attr_length_1()
428 length += get_attr_length (XVECEXP (body, 0, i)); in get_attr_length_1()
[all …]
Dtree-ssa-loop-ivcanon.c119 basic_block *body = get_loop_body (loop); in tree_num_loop_insns() local
124 for (bsi = bsi_start (body[i]); !bsi_end_p (bsi); bsi_next (&bsi)) in tree_num_loop_insns()
126 free (body); in tree_num_loop_insns()
404 basic_block *body; in empty_loop_p() local
434 body = get_loop_body (loop); in empty_loop_p()
438 if (body[i]->flags & BB_IRREDUCIBLE_LOOP) in empty_loop_p()
440 free (body); in empty_loop_p()
444 for (bsi = bsi_start (body[i]); !bsi_end_p (bsi); bsi_next (&bsi)) in empty_loop_p()
450 free (body); in empty_loop_p()
467 free (body); in empty_loop_p()
[all …]
/openbsd/src/gnu/usr.bin/gcc/gcc/
Drtl-error.c45 rtx body = PATTERN (insn); local
49 if (GET_CODE (body) == SET && GET_CODE (SET_SRC (body)) == ASM_OPERANDS)
50 asmop = SET_SRC (body);
51 else if (GET_CODE (body) == ASM_OPERANDS)
52 asmop = body;
53 else if (GET_CODE (body) == PARALLEL
54 && GET_CODE (XVECEXP (body, 0, 0)) == SET)
55 asmop = SET_SRC (XVECEXP (body, 0, 0));
56 else if (GET_CODE (body) == PARALLEL
57 && GET_CODE (XVECEXP (body, 0, 0)) == ASM_OPERANDS)
[all …]
Dfinal.c656 rtx body; local
675 body = PATTERN (insn);
676 if (GET_CODE (body) == ADDR_VEC || GET_CODE (body) == ADDR_DIFF_VEC)
686 body = PATTERN (insn);
687 if (GET_CODE (body) == USE || GET_CODE (body) == CLOBBER)
690 else if (GET_CODE (body) == ASM_INPUT || asm_noperands (body) >= 0)
691 length = asm_insn_count (body) * insn_default_length (insn);
692 else if (GET_CODE (body) == SEQUENCE)
693 for (i = 0; i < XVECLEN (body, 0); i++)
694 length += get_attr_length (XVECEXP (body, 0, i));
[all …]
Dc-objc-common.c315 tree body; local
327 body = c_begin_compound_stmt ();
333 return body;
337 finish_cdtor (body) in finish_cdtor() argument
338 tree body; in finish_cdtor()
348 RECHAIN_STMTS (body, COMPOUND_BODY (body));
362 tree body = start_cdtor ('I'); in c_objc_common_finish_file() local
368 finish_cdtor (body); in c_objc_common_finish_file()
373 tree body = start_cdtor ('D'); in c_objc_common_finish_file() local
379 finish_cdtor (body); in c_objc_common_finish_file()
/openbsd/src/lib/libfido2/src/
Dio.c25 } body; in PACKED_TYPE()
60 fp->body.init.cmd = CTAP_FRAME_INIT | cmd; in tx_empty()
77 if (d->tx_len - CTAP_INIT_HEADER_LEN > sizeof(fp->body.init.data)) in tx_preamble()
83 fp->body.init.cmd = CTAP_FRAME_INIT | cmd; in tx_preamble()
84 fp->body.init.bcnth = (count >> 8) & 0xff; in tx_preamble()
85 fp->body.init.bcntl = count & 0xff; in tx_preamble()
87 memcpy(&fp->body.init.data, buf, count); in tx_preamble()
104 if (d->tx_len - CTAP_CONT_HEADER_LEN > sizeof(fp->body.cont.data)) in tx_frame()
110 fp->body.cont.seq = seq; in tx_frame()
112 memcpy(&fp->body.cont.data, buf, count); in tx_frame()
[all …]
Dtpm.c44 uint8_t body[32]; in PACKED_TYPE()
51 uint8_t body[20];
59 uint8_t body[32];
88 uint8_t body[256];
95 uint8_t body[32];
153 if ((dgst->size = sizeof(dgst->body)) != SHA_DIGEST_LENGTH ||
159 EVP_DigestFinal_ex(ctx, dgst->body, NULL) != 1) {
175 name->size = sizeof(name->alg) + sizeof(name->body); in get_signed_name()
176 if (sizeof(name->body) != SHA256_DIGEST_LENGTH || in get_signed_name()
177 SHA256(pubarea->ptr, pubarea->len, name->body) != name->body) { in get_signed_name()
[all …]
/openbsd/src/gnu/llvm/lldb/tools/lldb-vscode/
Dlldb-vscode.cpp175 llvm::json::Object body; in SendProcessExitedEvent() local
176 body.try_emplace("exitCode", (int64_t)process.GetExitStatus()); in SendProcessExitedEvent()
177 event.try_emplace("body", std::move(body)); in SendProcessExitedEvent()
183 llvm::json::Object body; in SendThreadExitedEvent() local
184 body.try_emplace("reason", "exited"); in SendThreadExitedEvent()
185 body.try_emplace("threadId", (int64_t)tid); in SendThreadExitedEvent()
186 event.try_emplace("body", std::move(body)); in SendThreadExitedEvent()
352 llvm::json::Object body; in SendProcessEvent() local
353 EmplaceSafeString(body, "name", std::string(exe_path)); in SendProcessEvent()
355 body.try_emplace("systemProcessId", (int64_t)pid); in SendProcessEvent()
[all …]
/openbsd/src/gnu/usr.bin/perl/Porting/
Dgit-deltatool323 return unless my $body = $log->body;
324 say $lf ? "\n$body" : $body;
424 my $body = $log->body;
427 "perldelta: $section [pending]\n\n=head2 $subject\n\n$body\n"
442 my $body = $log->body;
445 …"perldelta: $section [pending]\n\n=head3 L<LINK>\n\n=over\n\n=item *\n\n$subject\n\n$body\n\n=back…
460 my $body = $log->body;
463 "perldelta: $section [pending]\n\n=item *\n\n$subject\n\n$body\n"
485 my $body = $log->body;
488 "perldelta: $section [pending]\n\n=item PLATFORM-NAME\n\n$subject\n\n$body\n"
[all …]
/openbsd/src/usr.bin/ctfconv/
Dgenerate.c58 struct dbuf body; member
149 dbuf_copy(&imcs->body, &func, sizeof(func)); in imcs_add_func()
155 dbuf_copy(&imcs->body, &func, sizeof(func)); in imcs_add_func()
159 dbuf_copy(&imcs->body, &arg, sizeof(arg)); in imcs_add_func()
169 dbuf_copy(&imcs->body, &type, sizeof(type)); in imcs_add_obj()
225 dbuf_copy(&imcs->body, &ctt, ctsz); in imcs_add_type()
233 dbuf_copy(&imcs->body, &eob, sizeof(eob)); in imcs_add_type()
240 dbuf_copy(&imcs->body, &cta, sizeof(cta)); in imcs_add_type()
254 dbuf_copy(&imcs->body, &ctm, sizeof(ctm)); in imcs_add_type()
270 dbuf_copy(&imcs->body, &ctlm, sizeof(ctlm)); in imcs_add_type()
[all …]
/openbsd/src/gnu/usr.bin/texinfo/makeinfo/
Dmacro.c103 add_macro (char *name, char **arglist, char *body, char *source_file, in add_macro() argument
147 free (def->body); in add_macro()
152 def->body = body; in add_macro()
294 apply (char **named, char **actuals, char *body) in apply() argument
302 new_body_size = strlen (body); in apply()
309 while (body[i]) in apply()
311 if (body[i] != '\\') in apply()
312 new_body[new_body_index++] = body[i++]; in apply()
319 while (body[i] && body[i] != '\\') in apply()
324 memcpy (param, body + param_start, len); in apply()
[all …]
/openbsd/src/lib/libcrypto/sha/asm/
Dsha1-586.pl520 my $body = shift;
521 my @insns = (&$body,&$body,&$body,&$body); # 40 instructions
604 my $body = shift;
605 my @insns = (&$body,&$body,&$body,&$body); # 32 to 48 instructions
672 my $body = shift;
673 my @insns = (&$body,&$body,&$body,&$body); # 32 instructions
707 my $body = shift;
708 my @insns = (&$body,&$body,&$body,&$body); # 32 instructions
732 my $body = shift;
733 my @insns = (&$body,&$body,&$body,&$body); # 32 instructions
[all …]
/openbsd/src/gnu/llvm/llvm/docs/_themes/llvm-theme/static/
Dllvm-theme.css17 body { selector
49 div.body {
140 /* -- body styles ----------------------------------------------------------- */
155 div.body p a{
181 div.body h1 a, div.body h2 a, div.body h3 a, div.body h4 a, div.body h5 a, div.body h6 a {
185 div.body h1,
186 div.body h2,
187 div.body h3,
188 div.body h4,
189 div.body h5,
[all …]
/openbsd/src/gnu/usr.bin/texinfo/info/
Dsearch.c370 char *body; in find_node_separator() local
372 body = binding->buffer; in find_node_separator()
379 if (((body[i] == INFO_FF && body[i + 1] == INFO_COOKIE) && in find_node_separator()
380 (body[i + 2] == '\n' || in find_node_separator()
381 (body[i + 2] == INFO_FF && body[i + 3] == '\n'))) || in find_node_separator()
382 ((body[i] == INFO_COOKIE) && in find_node_separator()
383 (body[i + 1] == '\n' || in find_node_separator()
384 (body[i + 1] == INFO_FF && body[i + 2] == '\n')))) in find_node_separator()
392 skip_node_separator (char *body) in skip_node_separator() argument
398 if (body[i] == INFO_FF) in skip_node_separator()
[all …]
/openbsd/src/gnu/usr.bin/perl/pod/
Dsplitpod42 my $body = join "", @{$pod{$func}};
45 my $has_over = $body =~ /^=over/;
46 my $has_back = $body =~ /^=back/;
47 $body =~ s/^=over\s*//m if $has_over and !$has_back;
48 $body =~ s/^=back\s*//m if $has_back and !$has_over;
61 $body
/openbsd/src/sys/dev/ic/
Dmalo.c2065 struct malo_cmd_postscan *body; in malo_cmd_set_postscan() local
2068 hdr->size = htole16(sizeof(*hdr) + sizeof(*body)); in malo_cmd_set_postscan()
2071 body = (struct malo_cmd_postscan *)(hdr + 1); in malo_cmd_set_postscan()
2073 bzero(body, sizeof(*body)); in malo_cmd_set_postscan()
2074 memcpy(&body->bssid, macaddr, ETHER_ADDR_LEN); in malo_cmd_set_postscan()
2075 body->isibss = htole32(ibsson); in malo_cmd_set_postscan()
2087 struct malo_cmd_channel *body; in malo_cmd_set_channel() local
2090 hdr->size = htole16(sizeof(*hdr) + sizeof(*body)); in malo_cmd_set_channel()
2093 body = (struct malo_cmd_channel *)(hdr + 1); in malo_cmd_set_channel()
2095 bzero(body, sizeof(*body)); in malo_cmd_set_channel()
[all …]
/openbsd/src/games/worm/
Dworm.c53 struct body { struct
56 struct body *prev; argument
57 struct body *next; argument
73 void display(struct body *, char);
76 void newpos(struct body *);
77 struct body *newlink(void);
193 struct body *bp, *np; in life()
221 display(struct body *pos, char chr) in display()
240 newpos(struct body *bp) in newpos()
269 struct body *nh; in process()
[all …]
/openbsd/src/gnu/llvm/llvm/utils/
Dunicode-case-fold.py31 body = "" variable
67 global body
74 body += " // {2}\n if (C == {0:#06x})\n return {1:#06x};\n".format(*b[0])
82 body += " if (C < {0:#06x})\n return C;\n".format(first)
83 body += " // {0} characters\n".format(len(b))
99 body += pattern.format(last, stride(b), modulo, shift(b[0]))
141 print(body)
/openbsd/src/gnu/usr.bin/cvs/vms/
Dpiped_child.c58 char body[NAM$C_MAXRSS+1]; member
136 {sizeof(write_mbxname.body)-1, DVI$_DEVNAM,
137 &write_mbxname.body, (size_t *) &write_mbxname.length},
140 {sizeof(read_mbxname.body)-1, DVI$_DEVNAM,
141 &read_mbxname.body, (size_t *) &read_mbxname.length},
144 read_mbxname.length = sizeof(read_mbxname.body);
145 write_mbxname.length = sizeof(write_mbxname.body);
203 read_mbxname.body, write_mbxname.body);
207 write_mbxname.body[write_mbxname.length] = '\0';
208 read_mbxname.body[read_mbxname.length] = '\0';
[all …]
/openbsd/src/gnu/gcc/gcc/cp/
Dcp-gimplify.c66 finish_bc_block (enum bc_t bc, tree label, tree body) in finish_bc_block() argument
76 append_to_statement_list (body, &sl); in finish_bc_block()
78 body = sl; in finish_bc_block()
83 return body; in finish_bc_block()
114 tree body = TRY_STMTS (*stmt_p); in genericize_try_block() local
117 gimplify_stmt (&body); in genericize_try_block()
124 *stmt_p = build2 (TRY_CATCH_EXPR, void_type_node, body, cleanup); in genericize_try_block()
133 tree body = HANDLER_BODY (*stmt_p); in genericize_catch_block() local
135 gimplify_stmt (&body); in genericize_catch_block()
138 *stmt_p = build2 (CATCH_EXPR, void_type_node, type, body); in genericize_catch_block()
[all …]
/openbsd/src/regress/usr.bin/mandoc/man/RS/
DlonelyRE.out_ascii9 tag body
10 out of body
12 tag body
13 out of body
17 out of body

12345678910>>...28