| /freebsd-14.2/contrib/mandoc/ |
| 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() 254 switch (outtype) { in process() [all …]
|
| H A D | catman.c | 53 run_mandocd(int sockfd, const char *outtype, const char* defos) in run_mandocd() argument 60 execlp("mandocd", "mandocd", "-T", outtype, in run_mandocd() 63 execlp("mandocd", "mandocd", "-T", outtype, in run_mandocd() 202 const char *defos, *outtype; in main() local 209 outtype = "ascii"; in main() 216 outtype = optarg; in main() 239 run_mandocd(srv_fds[1], outtype, defos); in main()
|
| H A D | main.c | 211 outst.outtype = OUTT_LOCALE; in main() 298 outst.outtype = OUTT_LINT; in main() 302 outst.outtype = OUTT_TREE; in main() 304 outst.outtype = OUTT_MAN; in main() 306 outst.outtype = OUTT_HTML; in main() 314 outst.outtype = OUTT_PS; in main() 316 outst.outtype = OUTT_PDF; in main() 662 switch (outst.outtype) { in main() 1008 switch (outst->outtype) { in parse() 1033 switch (outst->outtype) { in parse() [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXIntrinsics.td | 2721 : NVPTXInst<(outs outtype:$r, outtype:$g, 2747 : NVPTXInst<(outs outtype:$r, outtype:$g, 2774 : NVPTXInst<(outs outtype:$r, outtype:$g, 2802 : NVPTXInst<(outs outtype:$r, outtype:$g, 2835 : NVPTXInst<(outs outtype:$r, outtype:$g, 2863 : NVPTXInst<(outs outtype:$r, outtype:$g, 4204 : NVPTXInst<(outs outtype:$r, outtype:$g, outtype:$b, outtype:$a), 4226 : NVPTXInst<(outs outtype:$r, outtype:$g, outtype:$b, outtype:$a), 4257 : NVPTXInst<(outs outtype:$r, outtype:$g, outtype:$b, outtype:$a), 4279 : NVPTXInst<(outs outtype:$r, outtype:$g, outtype:$b, outtype:$a), [all …]
|
| /freebsd-14.2/crypto/openssl/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()
|
| /freebsd-14.2/crypto/openssl/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()
|
| /freebsd-14.2/sys/arm64/acpica/ |
| H A D | acpi_iort.c | 181 iort_smmu_trymap(struct iort_node *node, u_int outtype, u_int *outid) in iort_smmu_trymap() argument 188 if (outtype == ACPI_IORT_NODE_ITS_GROUP && in iort_smmu_trymap() 196 KASSERT(node->type == outtype, ("mapping fail")); in iort_smmu_trymap() 204 iort_pci_rc_map(u_int seg, u_int rid, u_int outtype, u_int *outid) in iort_pci_rc_map() argument 218 out_node = iort_smmu_trymap(out_node, outtype, &nxtid); in iort_pci_rc_map() 229 iort_named_comp_map(const char *devname, u_int rid, u_int outtype, u_int *outid) in iort_named_comp_map() argument 243 out_node = iort_smmu_trymap(out_node, outtype, &nxtid); in iort_named_comp_map()
|
| /freebsd-14.2/contrib/llvm-project/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))>;
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64InstrFormats.td | 6769 RegisterOperand outtype, RegisterOperand intype, 6772 : I<(outs outtype:$Rd), (ins intype:$Rn), asm, 6791 RegisterOperand outtype, RegisterOperand intype, 6794 : I<(outs outtype:$dst), (ins outtype:$Rd, intype:$Rn), asm, 6852 RegisterOperand outtype, RegisterOperand intype1, 6856 : I<(outs outtype:$Rd), (ins intype1:$Rn, intype2:$Rm), asm, 6878 RegisterOperand outtype, RegisterOperand intype1, 6882 : I<(outs outtype:$dst), (ins outtype:$Rd, intype1:$Rn, intype2:$Rm), asm,
|