Home
last modified time | relevance | path

Searched refs:outtype (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/mandoc/
H A Dmandocd.c134 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 Dcatman.c53 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 Dmain.c90 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 DNVPTXIntrinsics.td2780 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 Dpem_local.h81 # 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 Dpem_pk8.c74 const char *outtype = isder ? "DER" : "PEM"; in do_pk8pkey() local
77 outtype, "PrivateKeyInfo", propq); in do_pk8pkey()
/freebsd/crypto/openssl/test/
H A Ddtlsv1listentest.c245 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 Dacpi_iort.c180 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 Darm_mve.td1154 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 DAArch64InstrFormats.td6770 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,