| /netbsd-src/external/bsd/mdocml/dist/ |
| H A D | mandocd.c | 130 enum outt outtype; in main() local 133 outtype = OUTT_ASCII; in main() 146 outtype = OUTT_ASCII; in main() 148 outtype = OUTT_UTF8; in main() 150 outtype = OUTT_HTML; in main() 178 switch (outtype) { in main() 214 process(parser, outtype, formatter); in main() 216 if (outtype == OUTT_HTML) in main() 232 switch (outtype) { in main() 247 process(struct mparse *parser, enum outt outtype, void *formatter) in process() argument [all …]
|
| H A D | main.c | 86 enum outt outtype; /* which output to use */ member 190 curp.outtype = OUTT_LOCALE; in main() 312 if (curp.outtype != OUTT_TREE || !curp.outopts->noval) in main() 557 if (argc > 1 && curp.outtype <= OUTT_UTF8) { in main() 582 switch (curp.outtype) { in main() 844 else if (curp->outtype == OUTT_HTML) in parse() 853 switch (curp->outtype) { in parse() 878 switch (curp->outtype) { in parse() 939 switch (curp->outtype) { in outdata_alloc() 1070 curp->outtype = OUTT_ASCII; in toptions() [all …]
|
| /netbsd-src/crypto/external/bsd/openssl/dist/crypto/pem/ |
| H A D | pem_local.h | 81 # define IMPLEMENT_PEM_provided_write_body_main(type, outtype) \ argument 82 ret = OSSL_ENCODER_to_##outtype(ctx, out); \ 97 OUTTYPE, outtype, writename) \ argument 101 IMPLEMENT_PEM_provided_write_body_main(type, outtype); \ 108 IMPLEMENT_PEM_provided_write_body_main(type, outtype); \ 115 OUTTYPE, outtype, writename) \ argument 120 IMPLEMENT_PEM_provided_write_body_main(type, outtype); \ 128 IMPLEMENT_PEM_provided_write_body_main(type, outtype); \
|
| H A D | pem_pk8.c | 74 const char *outtype = isder ? "DER" : "PEM"; in do_pk8pkey() local 77 outtype, "PrivateKeyInfo", propq); in do_pk8pkey()
|
| /netbsd-src/usr.bin/xlint/lint1/ |
| H A D | emit1.c | 90 outtype(const type_t *tp) in outtype() function 133 outtype(param->s_type); in outtype() 228 outtype(sym->s_type); in outsym() 309 outtype(arg->s_type); in outfdef() 310 outtype(fsym->s_type->t_subt); in outfdef() 312 outtype(fsym->s_type); in outfdef() 385 outtype(call->args[i]->tn_type); in outcall() 387 outtype(tn->tn_type); in outcall()
|
| H A D | externs1.h | 385 void outtype(const type_t *);
|
| /netbsd-src/sys/opencrypto/ |
| H A D | cryptosoft.c | 88 int outtype) in swcr_encdec() argument 121 COPYBACK(outtype, buf, crd->crd_inject, ivlen, iv); in swcr_encdec() 130 COPYDATA(outtype, buf, crd->crd_inject, ivlen, iv); in swcr_encdec() 138 if (outtype == CRYPTO_BUF_CONTIG) { in swcr_encdec() 180 } else if (outtype == CRYPTO_BUF_MBUF) { in swcr_encdec() 321 } else if (outtype == CRYPTO_BUF_IOV) { in swcr_encdec() 466 const struct swcr_data *sw, void *buf, int outtype) in swcr_authcompute() argument 480 switch (outtype) { in swcr_authcompute() 541 switch (outtype) { in swcr_authcompute() 563 swcr_combined(struct cryptop *crp, int outtype) in swcr_combined() argument [all …]
|
| H A D | cryptosoft.h | 60 const struct swcr_data *sw, void *buf, int outtype);
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/test/ |
| H A D | dtlsv1listentest.c | 245 enum {GOOD, VERIFY, DROP} outtype; member 324 if (tp->outtype == VERIFY) { in dtls_listen_test() 329 if (!TEST_true((ret == 0 && tp->outtype == DROP) in dtls_listen_test() 330 || (ret == 1 && tp->outtype == GOOD))) in dtls_listen_test()
|
| /netbsd-src/crypto/external/bsd/openssl/dist/test/ |
| H A D | dtlsv1listentest.c | 245 enum {GOOD, VERIFY, DROP} outtype; member 324 if (tp->outtype == VERIFY) { in dtls_listen_test() 329 if (!TEST_true((ret == 0 && tp->outtype == DROP) in dtls_listen_test() 330 || (ret == 1 && tp->outtype == GOOD))) in dtls_listen_test()
|
| /netbsd-src/usr.bin/xlint/lint2/ |
| H A D | emit2.c | 42 static void outtype(type_t *); 49 outtype(type_t *tp) in outtype() function 64 errx(1, "internal error: outtype(%d)", ts); in outtype() 93 errx(1, "internal error: outtype"); in outtype() 102 outtype(*ap); in outtype() 144 outtype(TP(sym->s_type)); in outdef()
|
| /netbsd-src/sys/dev/usb/ |
| H A D | uaudio.c | 1862 uaudio_io_terminaltype(struct uaudio_softc *sc, int outtype, struct io_terminal *iot, int id) in uaudio_io_terminaltype() argument 1872 if (it->output->terminals[i] == outtype) in uaudio_io_terminaltype() 1881 tml->terminals[it->output->size] = outtype; in uaudio_io_terminaltype() 1901 it->output->terminals[0] = outtype; in uaudio_io_terminaltype() 1952 return uaudio_io_terminaltype(sc, outtype, iot, src_id); in uaudio_io_terminaltype() 1954 it->inputs[0] = uaudio_io_terminaltype(sc, outtype, iot, src_id); in uaudio_io_terminaltype() 1975 it->inputs[0] = uaudio_io_terminaltype(sc, outtype, iot, src_id); in uaudio_io_terminaltype() 1989 it->inputs[i] = uaudio_io_terminaltype(sc, outtype, iot, in uaudio_io_terminaltype() 2004 it->inputs[i] = uaudio_io_terminaltype(sc, outtype, iot, in uaudio_io_terminaltype() 2019 it->inputs[i] = uaudio_io_terminaltype(sc, outtype, iot, in uaudio_io_terminaltype() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/ |
| H A D | arm_mve.td | 1154 multiclass DyadicImmShift<Type outtype, Immediate imm, string intname = NAME, 1156 defvar intparams = !if(!eq(outtype, Vector), [Vector], [outtype, Vector]); 1159 outtype, (args outtype:$a, Vector:$b, imm:$sh), 1163 outtype, (args outtype:$a, Vector:$b, imm:$sh, Predicate:$pred), 1168 multiclass VSHRN<Type outtype, Immediate imm, dag extraargs> { 1169 defm b: DyadicImmShift<outtype, imm, "vshrn", !con(extraargs, (? 0))>; 1170 defm t: DyadicImmShift<outtype, imm, "vshrn", !con(extraargs, (? 1))>;
|
| /netbsd-src/external/gpl3/binutils/dist/opcodes/ |
| H A D | wasm32-dis.c | 97 #define WASM_OPCODE(opcode, name, intype, outtype, clas, signedness) \ argument
|
| /netbsd-src/external/gpl3/binutils.old/dist/opcodes/ |
| H A D | wasm32-dis.c | 97 #define WASM_OPCODE(opcode, name, intype, outtype, clas, signedness) \ argument
|
| /netbsd-src/external/gpl3/binutils.old/dist/gas/config/ |
| H A D | tc-wasm32.c | 62 #define WASM_OPCODE(opcode, name, intype, outtype, class, signedness) \ argument
|
| /netbsd-src/external/gpl3/binutils/dist/gas/config/ |
| H A D | tc-wasm32.c | 62 #define WASM_OPCODE(opcode, name, intype, outtype, class, signedness) \ argument
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/ |
| H A D | AArch64InstrFormats.td | 6194 RegisterOperand outtype, RegisterOperand intype, 6197 : I<(outs outtype:$Rd), (ins intype:$Rn), asm, 6215 RegisterOperand outtype, RegisterOperand intype, 6218 : I<(outs outtype:$dst), (ins outtype:$Rd, intype:$Rn), asm, 6276 RegisterOperand outtype, RegisterOperand intype1, 6280 : I<(outs outtype:$Rd), (ins intype1:$Rn, intype2:$Rm), asm, 6302 RegisterOperand outtype, RegisterOperand intype1, 6306 : I<(outs outtype:$dst), (ins outtype:$Rd, intype1:$Rn, intype2:$Rm), asm,
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | gimplify.c | 6275 tree outtype = TREE_TYPE (TREE_VALUE (link)); in gimplify_asm_expr() local 6276 if (outtype != error_mark_node in gimplify_asm_expr() 6277 && (TREE_ADDRESSABLE (outtype) in gimplify_asm_expr() 6278 || !COMPLETE_TYPE_P (outtype) in gimplify_asm_expr() 6279 || !tree_fits_poly_uint64_p (TYPE_SIZE_UNIT (outtype)))) in gimplify_asm_expr()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | gimplify.cc | 6590 tree outtype = TREE_TYPE (TREE_VALUE (link)); in gimplify_asm_expr() local 6591 if (outtype != error_mark_node in gimplify_asm_expr() 6592 && (TREE_ADDRESSABLE (outtype) in gimplify_asm_expr() 6593 || !COMPLETE_TYPE_P (outtype) in gimplify_asm_expr() 6594 || !tree_fits_poly_uint64_p (TYPE_SIZE_UNIT (outtype)))) in gimplify_asm_expr()
|