/freebsd/contrib/mandoc/ |
H A D | mandocd.c | 134 enum outt outtype; in main() local 141 outtype = OUTT_ASCII; in main() 154 outtype = OUTT_ASCII; in main() 156 outtype = OUTT_UTF8; in main() 158 outtype = OUTT_HTML; in main() 186 switch (outtype) { in main() 222 process(parser, outtype, formatter); in main() 224 if (outtype == OUTT_HTML) in main() 240 switch (outtype) { in main() 258 process(struct mparse *parser, enum outt outtype, void *formatter) in process() argument [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 | 90 enum outt outtype; /* which output to use */ member 214 outst.outtype = OUTT_LOCALE; in main() 299 outst.outtype = OUTT_ASCII; in main() 301 outst.outtype = OUTT_LINT; in main() 305 outst.outtype = OUTT_TREE; in main() 307 outst.outtype = OUTT_MAN; in main() 309 outst.outtype = OUTT_HTML; in main() 311 outst.outtype = OUTT_MARKDOWN; in main() 313 outst.outtype = OUTT_UTF8; in main() 315 outst.outtype = OUTT_LOCALE; in main() [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/ |
H A D | NVPTXIntrinsics.td | 2780 class TEX_1D_base<string inst, NVPTXRegClass outtype, 2782 : NVPTXInst<(outs outtype:$r, outtype:$g, 2783 outtype:$b, outtype:$a), 2788 multiclass TEX_1D<string inst, NVPTXRegClass outtype, NVPTXRegClass intype> { 2789 def _RR : TEX_1D_base<inst, outtype, intype, 2791 def _RI : TEX_1D_base<inst, outtype, intype, 2793 def _IR : TEX_1D_base<inst, outtype, intype, 2795 def _II : TEX_1D_base<inst, outtype, intype, 2806 class TEX_1D_LEVEL_base<string inst, NVPTXRegClass outtype, 2808 : NVPTXInst<(outs outtype:$r, outtype:$g, [all …]
|
/freebsd/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/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/sys/arm64/acpica/ |
H A D | acpi_iort.c | 180 iort_smmu_trymap(struct iort_node *node, u_int outtype, u_int *outid) in iort_smmu_trymap() argument 187 if (outtype == ACPI_IORT_NODE_ITS_GROUP && in iort_smmu_trymap() 195 KASSERT(node->type == outtype, ("mapping fail")); in iort_smmu_trymap() 203 iort_pci_rc_map(u_int seg, u_int rid, u_int outtype, u_int *outid) in iort_pci_rc_map() argument 217 out_node = iort_smmu_trymap(out_node, outtype, &nxtid); in iort_pci_rc_map() 228 iort_named_comp_map(const char *devname, u_int rid, u_int outtype, u_int *outid) in iort_named_comp_map() argument 242 out_node = iort_smmu_trymap(out_node, outtype, &nxtid); in iort_named_comp_map()
|
/freebsd/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/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64InstrFormats.td | 6770 RegisterOperand outtype, RegisterOperand intype, 6773 : I<(outs outtype:$Rd), (ins intype:$Rn), asm, 6792 RegisterOperand outtype, RegisterOperand intype, 6795 : I<(outs outtype:$dst), (ins outtype:$Rd, intype:$Rn), asm, 6853 RegisterOperand outtype, RegisterOperand intype1, 6857 : I<(outs outtype:$Rd), (ins intype1:$Rn, intype2:$Rm), asm, 6879 RegisterOperand outtype, RegisterOperand intype1, 6883 : I<(outs outtype:$dst), (ins outtype:$Rd, intype1:$Rn, intype2:$Rm), asm,
|