Home
last modified time | relevance | path

Searched defs:outtype (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/mandoc/
H A Dmandocd.c134 enum outt outtype; in main() local
258 process(struct mparse *parser, enum outt outtype, void *formatter) in process()
H A Dcatman.c53 run_mandocd(int sockfd, const char *outtype, const char* defos) in run_mandocd()
202 const char *defos, *outtype; in main() local
H A Dmain.c90 enum outt outtype; /* which output to use */ member
/freebsd/crypto/openssl/crypto/pem/
H A Dpem_local.h81 # define IMPLEMENT_PEM_provided_write_body_main(type, outtype) \ argument
97 OUTTYPE, outtype, writename) \ argument
115 OUTTYPE, outtype, writename) \ argument
H A Dpem_pk8.c74 const char *outtype = isder ? "DER" : "PEM"; in do_pk8pkey() local
/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()
203 iort_pci_rc_map(u_int seg, u_int rid, u_int outtype, u_int *outid) 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()
/freebsd/crypto/openssl/test/
H A Ddtlsv1listentest.c245 enum {GOOD, VERIFY, DROP} outtype; member