Searched defs:outtype (Results 1 – 7 of 7) sorted by relevance
| /freebsd/contrib/mandoc/ |
| H A D | mandocd.c | 134 enum outt outtype; main() local 258 process(struct mparse * parser,enum outt outtype,void * formatter) process() argument [all...] |
| H A D | catman.c | 53 run_mandocd(int sockfd,const char * outtype,const char * defos) run_mandocd() argument 202 const char *defos, *outtype; main() local
|
| H A D | main.c | 90 enum outt outtype; /* which output to use */ member [all...] |
| /freebsd/crypto/openssl/crypto/pem/ |
| H A D | pem_local.h | 81 # define IMPLEMENT_PEM_provided_write_body_main(type, outtype) \ argument 97 OUTTYPE, outtype, writename) \ argument 115 OUTTYPE, outtype, writename) \ argument
|
| H A D | pem_pk8.c | 74 const char *outtype = isder ? "DER" : "PEM"; in do_pk8pkey() local
|
| /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() 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 D | dtlsv1listentest.c | 245 enum {GOOD, VERIFY, DROP} outtype; member
|