Home
last modified time | relevance | path

Searched refs:typestr (Results 1 – 17 of 17) sorted by relevance

/openbsd/src/usr.bin/tmux/
Dcmd-show-prompt-history.c56 const char *typestr = args_get(args, 'T'); in cmd_show_prompt_history_exec() local
61 if (typestr == NULL) { in cmd_show_prompt_history_exec()
68 type = status_prompt_type(typestr); in cmd_show_prompt_history_exec()
70 cmdq_error(item, "invalid type: %s", typestr); in cmd_show_prompt_history_exec()
81 if (typestr == NULL) { in cmd_show_prompt_history_exec()
93 type = status_prompt_type(typestr); in cmd_show_prompt_history_exec()
95 cmdq_error(item, "invalid type: %s", typestr); in cmd_show_prompt_history_exec()
Dstatus.c88 char *typestr; in status_prompt_add_typed_history() local
91 typestr = strsep(&line, ":"); in status_prompt_add_typed_history()
93 type = status_prompt_type(typestr); in status_prompt_add_typed_history()
101 status_prompt_add_history(typestr, PROMPT_TYPE_COMMAND); in status_prompt_add_typed_history()
/openbsd/src/sys/dev/isa/
Dif_we.c339 const char *typestr; in we_attach() local
364 typestr = we_params(asict, asich, &wsc->sc_type, NULL, in we_attach()
366 if (typestr == NULL) { in we_attach()
410 printf("%s: %s (%s-bit)", sc->sc_dev.dv_xname, typestr, in we_attach()
536 sc->sc_dev.dv_xname, typestr); in we_attach()
805 const char *typestr; in we_params() local
816 typestr = "WD8003S"; in we_params()
819 typestr = "WD8003E"; in we_params()
822 typestr = "WD8003EB"; in we_params()
825 typestr = "WD8003W"; in we_params()
[all …]
Dif_ne_isapnp.c102 const char *typestr; in ne_isapnp_attach() local
129 typestr = "NE1000"; in ne_isapnp_attach()
133 typestr = "NE2000"; in ne_isapnp_attach()
143 typestr = "NE2000 (RTL8019)"; in ne_isapnp_attach()
156 printf(": %s", typestr); in ne_isapnp_attach()
Dif_ne_isa.c142 const char *typestr; in ne_isa_attach() local
164 typestr = "NE1000"; in ne_isa_attach()
168 typestr = "NE2000"; in ne_isa_attach()
178 typestr = "NE2000 (RTL8019)"; in ne_isa_attach()
191 printf(", %s", typestr); in ne_isa_attach()
/openbsd/src/gnu/usr.bin/perl/ext/VMS-DCLsym/
DDCLsym.xs73 _setsym(name,val,typestr="LOCAL")
76 char * typestr
93 type = strNE(typestr,"GLOBAL") ?
115 _delsym(name,typestr="LOCAL")
117 char * typestr
125 if (!name || !typestr) {
131 type = strNE(typestr,"GLOBAL") ?
/openbsd/src/sys/arch/luna88k/cbus/
Dif_ne_cbus.c177 const char *typestr; in ne_cbus_attach() local
202 typestr = "NE1000"; in ne_cbus_attach()
206 typestr = "NE2000"; in ne_cbus_attach()
216 typestr = "NE2000 (RTL8019)"; in ne_cbus_attach()
229 printf(", %s", typestr); in ne_cbus_attach()
/openbsd/src/usr.sbin/radiusd/
Dradiusd_module.c480 const char *typestr; in module_imsg_handler() local
488 typestr = "ACCSREQ"; in module_imsg_handler()
495 typestr = "NEXTRES"; in module_imsg_handler()
502 typestr = "ACCTREQ"; in module_imsg_handler()
509 typestr = "REQDECO"; in module_imsg_handler()
517 typestr = "RESDECO0_REQ"; in module_imsg_handler()
519 typestr = "RESDECO"; in module_imsg_handler()
525 "length is wrong", typestr); in module_imsg_handler()
534 "%s message: %m", typestr); in module_imsg_handler()
545 "received length is too big", typestr); in module_imsg_handler()
[all …]
Dradiusd.c1469 const char *typestr = "unknown"; in radiusd_module_imsg() local
1473 typestr = "ACCSREQ_ANSWER"; in radiusd_module_imsg()
1476 typestr = "ACCSREQ_NEXT"; in radiusd_module_imsg()
1479 typestr = "REQDECO_DONE"; in radiusd_module_imsg()
1482 typestr = "RESDECO_DONE"; in radiusd_module_imsg()
1489 typestr); in radiusd_module_imsg()
1496 "unknown", typestr, module->name, q_id); in radiusd_module_imsg()
1500 imsg->hdr.type, typestr)) != NULL) { in radiusd_module_imsg()
1517 "requested", q->id, typestr); in radiusd_module_imsg()
1551 "requested", q->id, typestr); in radiusd_module_imsg()
/openbsd/src/gnu/llvm/clang/docs/tools/
Ddump_format_style.py62 def to_yaml_type(typestr: str):
63 if typestr == 'bool':
65 elif typestr == 'int':
67 elif typestr == 'unsigned':
69 elif typestr == 'std::string':
72 subtype, napplied = re.subn(r'^std::vector<(.*)>$', r'\1', typestr)
76 return typestr
/openbsd/src/gnu/gcc/gcc/config/crx/
Dcrx.c752 const char *typestr; in crx_legitimate_address_p() local
756 typestr = "Invalid"; in crx_legitimate_address_p()
759 typestr = "Register relative"; in crx_legitimate_address_p()
762 typestr = "Post-increment"; in crx_legitimate_address_p()
765 typestr = "Scaled index"; in crx_legitimate_address_p()
768 typestr = "Absolute"; in crx_legitimate_address_p()
773 fprintf (stderr, "CRX Address type: %s\n", typestr); in crx_legitimate_address_p()
/openbsd/src/usr.bin/dig/
Dhost.c540 char typestr[DNS_RDATATYPE_FORMATSIZE]; in printmessage() local
542 dns_rdatatype_format(query->lookup->rdtype, typestr, in printmessage()
543 sizeof(typestr)); in printmessage()
544 printf("%s has no %s record\n", namestr, typestr); in printmessage()
/openbsd/src/usr.sbin/nsd/
Dzonec.h112 const char *typestr);
/openbsd/src/sbin/unwind/libunbound/services/
Dauthzone.c4785 char typestr[32]; in log_rrlist_position() local
4793 (void)sldns_wire2str_type_buf(rr_type, typestr, sizeof(typestr)); in log_rrlist_position()
4795 str, typestr); in log_rrlist_position()
7805 char typestr[32]; in zonemd_dnssec_verify_rrset() local
7806 typestr[0]=0; in zonemd_dnssec_verify_rrset()
7807 sldns_wire2str_type_buf(rrset->type, typestr, sizeof(typestr)); in zonemd_dnssec_verify_rrset()
7809 "zonemd: verify %s RRset with DNSKEY", typestr); in zonemd_dnssec_verify_rrset()
8249 char* reason = NULL, *ds_bogus = NULL, *typestr="DNSKEY"; in auth_zonemd_dnskey_lookup_callback() local
8265 typestr = "DS"; in auth_zonemd_dnskey_lookup_callback()
8277 "zonemd lookup of %s was bogus: %s", typestr, reason); in auth_zonemd_dnskey_lookup_callback()
[all …]
/openbsd/src/usr.sbin/unbound/services/
Dauthzone.c4785 char typestr[32]; in log_rrlist_position() local
4793 (void)sldns_wire2str_type_buf(rr_type, typestr, sizeof(typestr)); in log_rrlist_position()
4795 str, typestr); in log_rrlist_position()
7805 char typestr[32]; in zonemd_dnssec_verify_rrset() local
7806 typestr[0]=0; in zonemd_dnssec_verify_rrset()
7807 sldns_wire2str_type_buf(rrset->type, typestr, sizeof(typestr)); in zonemd_dnssec_verify_rrset()
7809 "zonemd: verify %s RRset with DNSKEY", typestr); in zonemd_dnssec_verify_rrset()
8249 char* reason = NULL, *ds_bogus = NULL, *typestr="DNSKEY"; in auth_zonemd_dnskey_lookup_callback() local
8265 typestr = "DS"; in auth_zonemd_dnskey_lookup_callback()
8277 "zonemd lookup of %s was bogus: %s", typestr, reason); in auth_zonemd_dnskey_lookup_callback()
[all …]
/openbsd/src/sys/dev/usb/
Dif_urndis.c123 const char *typestr; member
1393 printf("%s: using %s", DEVNAME(sc), uc->typestr); in urndis_attach()
/openbsd/src/gnu/llvm/llvm/lib/Target/Mips/
DMipsInstrFPU.td258 class CEQS_FT<string typestr, RegisterClass RC, InstrItinClass Itin,
261 !strconcat("c.$cond.", typestr, "\t$fs, $ft"),
263 !strconcat("c.$cond.", typestr)>, HARDFLOAT {