| /netbsd/src/external/bsd/mdocml/dist/ |
| 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 …]
|
| 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/ |
| 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); \
|
| 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/ |
| 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()
|
| D | externs1.h | 385 void outtype(const type_t *);
|
| /netbsd/src/sys/opencrypto/ |
| 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 …]
|
| D | cryptosoft.h | 60 const struct swcr_data *sw, void *buf, int outtype);
|
| /netbsd/src/crypto/external/bsd/openssl/dist/test/ |
| 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/ |
| D | emit2.c | 42 static void outtype(type_t *); 49 outtype(type_t *tp) in outtype() function 102 outtype(*ap); in outtype() 144 outtype(TP(sym->s_type)); in outdef()
|
| /netbsd/src/sys/dev/usb/ |
| 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/gpl3/gdb/dist/opcodes/ |
| D | wasm32-dis.c | 97 #define WASM_OPCODE(opcode, name, intype, outtype, clas, signedness) \ argument
|
| /netbsd/src/external/gpl3/binutils/dist/opcodes/ |
| D | wasm32-dis.c | 97 #define WASM_OPCODE(opcode, name, intype, outtype, clas, signedness) \ argument
|
| /netbsd/src/external/gpl3/binutils/dist/gas/config/ |
| D | tc-wasm32.c | 62 #define WASM_OPCODE(opcode, name, intype, outtype, class, signedness) \ argument
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| 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()
|