/netbsd-src/external/ibm-public/postfix/dist/src/global/ |
H A D | header_body_checks_replace.ref | 7 header_body_checks: test-queueID: replace: body abcdef prolog: body 8 3 BODY N 1 |body 10 header_body_checks: test-queueID: replace: body --abcd ef: body 11 5 BODY N 16 |body 23 header_body_checks: test-queueID: replace: body pqrs prolog: body 24 12 BODY N 1 |body 26 header_body_checks: test-queueID: replace: body --pqrs: body 27 14 BODY N 14 |body 31 header_body_checks: test-queueID: replace: body body pqrs part 01: body 32 17 BODY N 1 |body [all …]
|
H A D | header_body_checks_prepend.ref | 10 header_body_checks: test-queueID: prepend: body abcdef prolog: body 11 body 14 header_body_checks: test-queueID: prepend: body --abcd ef: body 15 body 32 header_body_checks: test-queueID: prepend: body pqrs prolog: body 33 body 36 header_body_checks: test-queueID: prepend: body --pqrs: body 37 body 43 header_body_checks: test-queueID: prepend: body body pqrs part 01: body 44 body [all …]
|
H A D | header_body_checks_strip.ref | 5 header_body_checks: test-queueID: strip: body abcdef prolog: body line 7 header_body_checks: test-queueID: strip: body --abcd ef: body line 15 header_body_checks: test-queueID: strip: body pqrs prolog: body line 17 header_body_checks: test-queueID: strip: body --pqrs: body line 20 header_body_checks: test-queueID: strip: body body pqrs part 01: body line 22 header_body_checks: test-queueID: strip: body --pqrs: body line 25 header_body_checks: test-queueID: strip: body body pqrs part 02: body line 27 header_body_checks: test-queueID: strip: body --bogus-boundary: body line 28 header_body_checks: test-queueID: strip: body header: wietse: body line 30 header_body_checks: test-queueID: strip: body body asdasads: body line [all …]
|
H A D | header_body_checks_warn.ref | 8 header_body_checks: test-queueID: warning: body abcdef prolog 11 header_body_checks: test-queueID: warning: body --abcd ef 24 header_body_checks: test-queueID: warning: body pqrs prolog 27 header_body_checks: test-queueID: warning: body --pqrs 32 header_body_checks: test-queueID: warning: body body pqrs part 01 33 17 BODY N 1 |body pqrs part 01 35 header_body_checks: test-queueID: warning: body --pqrs 40 header_body_checks: test-queueID: warning: body body pqrs part 02 41 22 BODY N 1 |body pqrs part 02 43 header_body_checks: test-queueID: warning: body --bogus-boundary [all …]
|
/netbsd-src/usr.bin/make/unit-tests/ |
H A D | directive-for-escape.exp | 2 For: loop body with chars = !"#$%&'()*+,-./0-9:;<=>?@A-Z[\]_^a-z{|}~: 9 For: loop body with chars = !"\\#$%&'()*+,-./0-9:;<=>?@A-Z[\]_^a-z{|}~: 16 For: loop body with i = $: 19 For: loop body with i = ${V}: 22 For: loop body with i = ${V:=-with-modifier}: 25 For: loop body with i = $(V): 28 For: loop body with i = $(V:=-with-modifier): 32 For: loop body with i = $: 35 For: loop body with i = ${V}: 38 For: loop body wit [all...] |
/netbsd-src/sys/dev/pcmcia/ |
H A D | if_malo_pcmcia.c | 1272 struct malo_cmd_body_spec *body; in cmalo_cmd_get_hwspec() local 1273 const uint16_t psize = sizeof(*hdr) + sizeof(*body); in cmalo_cmd_get_hwspec() 1277 hdr->size = htole16(sizeof(*body)); in cmalo_cmd_get_hwspec() 1281 body = (struct malo_cmd_body_spec *)(hdr + 1); in cmalo_cmd_get_hwspec() 1282 memset(body, 0, sizeof(*body)); in cmalo_cmd_get_hwspec() 1284 memset(body->macaddr, 0xff, ETHER_ADDR_LEN); in cmalo_cmd_get_hwspec() 1301 struct malo_cmd_body_spec *body; in cmalo_cmd_rsp_hwspec() local 1303 body = (struct malo_cmd_body_spec *)(hdr + 1); in cmalo_cmd_rsp_hwspec() 1306 memcpy(ic->ic_myaddr, body->macaddr, ETHER_ADDR_LEN); in cmalo_cmd_rsp_hwspec() 1337 struct malo_cmd_body_scan *body; in cmalo_cmd_set_scan() local [all …]
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/nds32/ |
H A D | nds32-utils.c | 247 rtx body = PATTERN (insn); in extract_mem_rtx() local 253 if (MEM_P (SET_SRC (body))) in extract_mem_rtx() 254 return SET_SRC (body); in extract_mem_rtx() 257 if (GET_CODE (SET_SRC (body)) == UNSPEC) in extract_mem_rtx() 259 gcc_assert (MEM_P (XVECEXP (SET_SRC (body), 0, 0))); in extract_mem_rtx() 260 return XVECEXP (SET_SRC (body), 0, 0); in extract_mem_rtx() 264 gcc_assert (MEM_P (XEXP (SET_SRC (body), 0))); in extract_mem_rtx() 265 return XEXP (SET_SRC (body), 0); in extract_mem_rtx() 269 if (MEM_P (SET_DEST (body))) in extract_mem_rtx() 270 return SET_DEST (body); in extract_mem_rtx() [all …]
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/nds32/ |
H A D | nds32-utils.cc | 247 rtx body = PATTERN (insn); in extract_mem_rtx() local 253 if (MEM_P (SET_SRC (body))) in extract_mem_rtx() 254 return SET_SRC (body); in extract_mem_rtx() 257 if (GET_CODE (SET_SRC (body)) == UNSPEC) in extract_mem_rtx() 259 gcc_assert (MEM_P (XVECEXP (SET_SRC (body), 0, 0))); in extract_mem_rtx() 260 return XVECEXP (SET_SRC (body), 0, 0); in extract_mem_rtx() 264 gcc_assert (MEM_P (XEXP (SET_SRC (body), 0))); in extract_mem_rtx() 265 return XEXP (SET_SRC (body), 0); in extract_mem_rtx() 269 if (MEM_P (SET_DEST (body))) in extract_mem_rtx() 270 return SET_DEST (body); in extract_mem_rtx() [all …]
|
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/krb5/ |
H A D | mk_rep.c | 45 EncAPRepPart body; in krb5_mk_rep() local 54 memset (&body, 0, sizeof(body)); in krb5_mk_rep() 56 body.ctime = auth_context->authenticator->ctime; in krb5_mk_rep() 57 body.cusec = auth_context->authenticator->cusec; in krb5_mk_rep() 64 free_EncAPRepPart(&body); in krb5_mk_rep() 69 &body.subkey); in krb5_mk_rep() 71 free_EncAPRepPart(&body); in krb5_mk_rep() 75 body.subkey = NULL; in krb5_mk_rep() 81 ALLOC(body.seq_number, 1); in krb5_mk_rep() 82 if (body.seq_number == NULL) { in krb5_mk_rep() [all …]
|
/netbsd-src/sys/external/bsd/drm2/dist/drm/vmwgfx/ |
H A D | vmwgfx_scrn.c | 74 SVGAFifoCmdBlitScreenToGMRFB body; member 79 SVGAFifoCmdBlitGMRFBToScreen body; member 84 SVGA3dCmdBlitSurfaceToScreen body; member 89 SVGAFifoCmdDefineGMRFB body; member 181 SVGAFifoCmdDestroyScreen body; in vmw_sou_fifo_destroy() member 195 cmd->body.screenId = sou->base.unit; in vmw_sou_fifo_destroy() 497 gmr->body.format.bitsPerPixel = update->vfb->base.format->cpp[0] * 8; in vmw_sou_bo_define_gmrfb() 498 gmr->body.format.colorDepth = depth; in vmw_sou_bo_define_gmrfb() 499 gmr->body.format.reserved = 0; in vmw_sou_bo_define_gmrfb() 500 gmr->body.bytesPerLine = update->vfb->base.pitches[0]; in vmw_sou_bo_define_gmrfb() [all …]
|
H A D | vmwgfx_binding.c | 504 SVGA3dCmdSetShader body; in vmw_binding_scrub_shader() member 512 cmd->header.size = sizeof(cmd->body); in vmw_binding_scrub_shader() 513 cmd->body.cid = bi->ctx->id; in vmw_binding_scrub_shader() 514 cmd->body.type = binding->shader_slot + SVGA3D_SHADERTYPE_MIN; in vmw_binding_scrub_shader() 515 cmd->body.shid = ((rebind) ? bi->res->id : SVGA3D_INVALID_ID); in vmw_binding_scrub_shader() 536 SVGA3dCmdSetRenderTarget body; in vmw_binding_scrub_render_target() member 544 cmd->header.size = sizeof(cmd->body); in vmw_binding_scrub_render_target() 545 cmd->body.cid = bi->ctx->id; in vmw_binding_scrub_render_target() 546 cmd->body.type = binding->slot; in vmw_binding_scrub_render_target() 547 cmd->body.target.sid = ((rebind) ? bi->res->id : SVGA3D_INVALID_ID); in vmw_binding_scrub_render_target() [all …]
|
H A D | vmwgfx_context.c | 147 SVGA3dCmdDestroyContext body; in vmw_hw_context_destroy() member 173 cmd->header.size = sizeof(cmd->body); in vmw_hw_context_destroy() 174 cmd->body.cid = res->id; in vmw_hw_context_destroy() 248 SVGA3dCmdDefineContext body; in vmw_context_init() member 275 cmd->header.size = sizeof(cmd->body); in vmw_context_init() 276 cmd->body.cid = res->id; in vmw_context_init() 302 SVGA3dCmdDefineGBContext body; in vmw_gb_context_create() member 326 cmd->header.size = sizeof(cmd->body); in vmw_gb_context_create() 327 cmd->body.cid = res->id; in vmw_gb_context_create() 345 SVGA3dCmdBindGBContext body; in vmw_gb_context_bind() member [all …]
|
H A D | vmwgfx_surface.c | 175 SVGA3dCmdSurfaceDMA body; member 185 SVGA3dCmdDefineSurface body; member 193 SVGA3dCmdDestroySurface body; member 250 cmd->header.size = sizeof(cmd->body); in vmw_surface_destroy_encode() 251 cmd->body.sid = id; in vmw_surface_destroy_encode() 270 cmd_len = sizeof(cmd->body) + srf->num_sizes * sizeof(SVGA3dSize); in vmw_surface_define_encode() 274 cmd->body.sid = srf->res.id; in vmw_surface_define_encode() 280 cmd->body.surfaceFlags = (SVGA3dSurface1Flags)srf->flags; in vmw_surface_define_encode() 281 cmd->body.format = srf->format; in vmw_surface_define_encode() 283 cmd->body.face[i].numMipLevels = srf->mip_levels[i]; in vmw_surface_define_encode() [all …]
|
H A D | vmwgfx_execbuf.c | 63 __type body; \ 737 cmd->header.size = sizeof(cmd->body); in vmw_rebind_all_dx_query() 738 cmd->body.cid = ctx_res->id; in vmw_rebind_all_dx_query() 739 cmd->body.mobid = dx_query_mob->base.mem.start; in vmw_rebind_all_dx_query() 846 &cmd->body, NULL); in vmw_cmd_cid_check() 888 if (cmd->body.type >= SVGA3D_RT_MAX) { in vmw_cmd_set_render_target_check() 890 (unsigned int) cmd->body.type); in vmw_cmd_set_render_target_check() 896 &cmd->body.cid, &ctx); in vmw_cmd_set_render_target_check() 902 &cmd->body.target.sid, &res); in vmw_cmd_set_render_target_check() 917 binding.slot = cmd->body.type; in vmw_cmd_set_render_target_check() [all …]
|
/netbsd-src/usr.bin/make/ |
H A D | for.c | 67 Buffer body; /* Unexpanded body of the loop */ member 98 Buf_Init(&f->body); in ForLoop_New() 112 Buf_Done(&f->body); in ForLoop_Free() 291 Buf_AddStr(&accumFor->body, line); in For_Accum() 292 Buf_AddByte(&accumFor->body, '\n'); in For_Accum() 375 ForLoop_SubstVarLong(ForLoop *f, unsigned int firstItem, Buffer *body, in ForLoop_SubstVarLong() argument 395 Buf_AddRange(body, *inout_mark, start); in ForLoop_SubstVarLong() 396 Buf_AddStr(body, ":U"); in ForLoop_SubstVarLong() 397 AddEscaped(body, f->items.words[firstItem + i], endc); in ForLoop_SubstVarLong() 410 ForLoop_SubstVarShort(ForLoop *f, unsigned int firstItem, Buffer *body, in ForLoop_SubstVarShort() argument [all …]
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | rtl-error.cc | 37 rtx body = PATTERN (insn); in location_for_asm() local 42 if (GET_CODE (body) == SET && GET_CODE (SET_SRC (body)) == ASM_OPERANDS) in location_for_asm() 43 asmop = SET_SRC (body); in location_for_asm() 44 else if (GET_CODE (body) == ASM_OPERANDS) in location_for_asm() 45 asmop = body; in location_for_asm() 46 else if (GET_CODE (body) == PARALLEL in location_for_asm() 47 && GET_CODE (XVECEXP (body, 0, 0)) == SET) in location_for_asm() 48 asmop = SET_SRC (XVECEXP (body, 0, 0)); in location_for_asm() 49 else if (GET_CODE (body) == PARALLEL in location_for_asm() 50 && GET_CODE (XVECEXP (body, 0, 0)) == ASM_OPERANDS) in location_for_asm() [all …]
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | rtl-error.c | 37 rtx body = PATTERN (insn); in location_for_asm() local 42 if (GET_CODE (body) == SET && GET_CODE (SET_SRC (body)) == ASM_OPERANDS) in location_for_asm() 43 asmop = SET_SRC (body); in location_for_asm() 44 else if (GET_CODE (body) == ASM_OPERANDS) in location_for_asm() 45 asmop = body; in location_for_asm() 46 else if (GET_CODE (body) == PARALLEL in location_for_asm() 47 && GET_CODE (XVECEXP (body, 0, 0)) == SET) in location_for_asm() 48 asmop = SET_SRC (XVECEXP (body, 0, 0)); in location_for_asm() 49 else if (GET_CODE (body) == PARALLEL in location_for_asm() 50 && GET_CODE (XVECEXP (body, 0, 0)) == ASM_OPERANDS) in location_for_asm() [all …]
|
/netbsd-src/external/bsd/libfido2/dist/src/ |
H A D | io.c | 26 } body; in PACKED_TYPE() 61 fp->body.init.cmd = CTAP_FRAME_INIT | cmd; in tx_empty() 78 if (d->tx_len - CTAP_INIT_HEADER_LEN > sizeof(fp->body.init.data)) in tx_preamble() 84 fp->body.init.cmd = CTAP_FRAME_INIT | cmd; in tx_preamble() 85 fp->body.init.bcnth = (count >> 8) & 0xff; in tx_preamble() 86 fp->body.init.bcntl = count & 0xff; in tx_preamble() 88 memcpy(&fp->body.init.data, buf, count); in tx_preamble() 105 if (d->tx_len - CTAP_CONT_HEADER_LEN > sizeof(fp->body.cont.data)) in tx_frame() 111 fp->body.cont.seq = seq; in tx_frame() 113 memcpy(&fp->body.cont.data, buf, count); in tx_frame() [all …]
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/rs6000/ |
H A D | rs6000-p8swap.cc | 273 rtx body = PATTERN (insn); in insn_is_load_p() local 275 if (GET_CODE (body) == SET) in insn_is_load_p() 277 if (MEM_P (SET_SRC (body))) in insn_is_load_p() 280 if (GET_CODE (SET_SRC (body)) == VEC_SELECT in insn_is_load_p() 281 && MEM_P (XEXP (SET_SRC (body), 0))) in insn_is_load_p() 284 if (pattern_is_rotate64 (body) && MEM_P (XEXP (SET_SRC (body), 0))) in insn_is_load_p() 290 if (GET_CODE (body) != PARALLEL) in insn_is_load_p() 293 rtx set = XVECEXP (body, 0, 0); in insn_is_load_p() 306 rtx body = PATTERN (insn); in insn_is_store_p() local 307 if (GET_CODE (body) == SET && MEM_P (SET_DEST (body))) in insn_is_store_p() [all …]
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/sha/asm/ |
H A D | sha1-x86_64.pl | 583 my $body = shift; 584 my @insns = (&$body,&$body,&$body,&$body); # 40 instructions 665 my $body = shift; 666 my @insns = (&$body,&$body,&$body,&$body); # 32 to 44 instructions 737 my $body = shift; 738 my @insns = (&$body,&$body,&$body,&$body); # 32 instructions 772 my $body = shift; 773 my @insns = (&$body,&$body,&$body,&$body); # 32 instructions 802 my $body = shift; 803 my @insns = (&$body,&$body,&$body,&$body); # 32 instructions [all …]
|
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/sha/asm/ |
H A D | sha1-x86_64.pl | 585 my $body = shift; 586 my @insns = (&$body,&$body,&$body,&$body); # 40 instructions 667 my $body = shift; 668 my @insns = (&$body,&$body,&$body,&$body); # 32 to 44 instructions 739 my $body = shift; 740 my @insns = (&$body,&$body,&$body,&$body); # 32 instructions 774 my $body = shift; 775 my @insns = (&$body,&$body,&$body,&$body); # 32 instructions 804 my $body = shift; 805 my @insns = (&$body,&$body,&$body,&$body); # 32 instructions [all …]
|
/netbsd-src/external/bsd/libbind/dist/irs/ |
H A D | irp_pr.c | 136 char *body = NULL; in pr_byname() local 156 &body, &bodylen) != 0) { in pr_byname() 162 if (irp_unmarshall_pr(pr, body) != 0) { in pr_byname() 169 if (body != NULL) { in pr_byname() 170 memput(body, bodylen); in pr_byname() 185 char *body = NULL; in pr_bynumber() local 205 &body, &bodylen) != 0) { in pr_bynumber() 211 if (irp_unmarshall_pr(pr, body) != 0) { in pr_bynumber() 218 if (body != NULL) { in pr_bynumber() 219 memput(body, bodylen); in pr_bynumber() [all …]
|
H A D | irp_sv.c | 141 char *body; in sv_next() local 156 &body, &bodylen) != 0) { in sv_next() 162 if (irp_unmarshall_sv(sv, body) != 0) { in sv_next() 169 if (body != NULL) { in sv_next() 170 memput(body, bodylen); in sv_next() 186 char *body; in sv_byname() local 207 &body, &bodylen) != 0) { in sv_byname() 213 if (irp_unmarshall_sv(sv, body) != 0) { in sv_byname() 220 if (body != NULL) { in sv_byname() 221 memput(body, bodylen); in sv_byname() [all …]
|
H A D | irp_gr.c | 150 char *body; in gr_next() local 165 &body, &bodylen) != 0) { in gr_next() 174 if (irp_unmarshall_gr(gr, body) != 0) { in gr_next() 181 if (body != NULL) { in gr_next() 182 memput(body, bodylen); in gr_next() 197 char *body; in gr_byname() local 216 &body, &bodylen) != 0) { in gr_byname() 222 if (irp_unmarshall_gr(gr, body) != 0) { in gr_byname() 229 if (body != NULL) { in gr_byname() 230 memput(body, bodylen); in gr_byname() [all …]
|
H A D | irp_nw.c | 147 char *body = NULL; in nw_byaddr() local 167 &body, &bodylen) != 0) { in nw_byaddr() 173 if (irp_unmarshall_nw(nw, body) != 0) { in nw_byaddr() 180 if (body != NULL) { in nw_byaddr() 181 memput(body, bodylen); in nw_byaddr() 196 char *body = NULL; in nw_byname() local 216 &body, &bodylen) != 0) { in nw_byname() 222 if (irp_unmarshall_nw(nw, body) != 0) { in nw_byname() 229 if (body != NULL) { in nw_byname() 230 memput(body, bodylen); in nw_byname() [all …]
|