Searched refs:outtype (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/contrib/mandoc/
H A Dmandocd.c130 enum outt outtype; local
133 outtype = OUTT_ASCII;
146 outtype = OUTT_ASCII;
148 outtype = OUTT_UTF8;
150 outtype = OUTT_HTML;
178 switch (outtype) {
214 process(parser, outtype, formatter);
216 if (outtype == OUTT_HTML)
232 switch (outtype) {
247 process(struct mparse *parser, enum outt outtype, voi argument
[all...]
H A Dcatman.c53 run_mandocd(int sockfd, const char *outtype, const char* defos) argument
60 execlp("mandocd", "mandocd", "-T", outtype,
63 execlp("mandocd", "mandocd", "-T", outtype,
202 const char *defos, *outtype; local
209 outtype = "ascii";
216 outtype = optarg;
239 run_mandocd(srv_fds[1], outtype, defos);
H A Dmain.c87 enum outt outtype; /* which output to use */ member in struct:curparse
189 curp.outtype = OUTT_LOCALE;
277 curp.outtype = OUTT_ASCII;
279 curp.outtype = OUTT_LINT;
283 curp.outtype = OUTT_TREE;
285 curp.outtype = OUTT_MAN;
287 curp.outtype = OUTT_HTML;
289 curp.outtype = OUTT_MARKDOWN;
291 curp.outtype = OUTT_UTF8;
293 curp.outtype
[all...]
/freebsd-12-stable/sys/arm64/acpica/
H A Dacpi_iort.c133 * Map a PCI RID to a SMMU node or an ITS node, based on outtype.
136 iort_pci_rc_map(u_int seg, u_int rid, u_int outtype, u_int *outid) argument
155 if (outtype == ACPI_IORT_NODE_ITS_GROUP &&
163 KASSERT(out_node->type == outtype, ("mapping fail"));

Completed in 164 milliseconds