| /dflybsd-src/contrib/gcc-8.0/gcc/ |
| H A D | genautomata.c | 174 struct description; 299 static struct description *description; variable 600 struct description struct 2463 for (i = 0; i < description->decls_num; i++) in for_each_matching_insn() 2465 insn_reserv = description->decls[i]; in for_each_matching_insn() 2549 for (i = 0; i < description->decls_num; i++) in process_decls() 2551 decl = description->decls [i]; in process_decls() 2570 for (i = 0; i < description->decls_num; i++) in process_decls() 2572 decl = description->decls [i]; in process_decls() 2578 DECL_INSN_RESERV (decl)->insn_num = description->insns_num; in process_decls() [all …]
|
| /dflybsd-src/contrib/gcc-4.7/gcc/ |
| H A D | genautomata.c | 177 struct description; 314 static struct description *description; variable 615 struct description struct 2467 for (i = 0; i < description->decls_num; i++) in for_each_matching_insn() 2469 insn_reserv = description->decls[i]; in for_each_matching_insn() 2553 for (i = 0; i < description->decls_num; i++) in process_decls() 2555 decl = description->decls [i]; in process_decls() 2574 for (i = 0; i < description->decls_num; i++) in process_decls() 2576 decl = description->decls [i]; in process_decls() 2582 DECL_INSN_RESERV (decl)->insn_num = description->insns_num; in process_decls() [all …]
|
| H A D | opts.c | 1129 const char * description = NULL; in print_specific_help() local 1168 description = _("The following options are target specific"); in print_specific_help() 1171 description = _("The following options control compiler warning messages"); in print_specific_help() 1174 description = _("The following options control optimizations"); in print_specific_help() 1177 description = _("The following options are language-independent"); in print_specific_help() 1180 description = _("The --param option recognizes the following as parameters"); in print_specific_help() 1186 description = _("The following options are specific to just the language "); in print_specific_help() 1188 description = _("The following options are supported by the language "); in print_specific_help() 1194 if (description == NULL) in print_specific_help() 1199 description = _("The following options are not documented"); in print_specific_help() [all …]
|
| /dflybsd-src/contrib/lvm2/dist/lib/format_text/ |
| H A D | flags.c | 29 const char *description; member 115 if (!flags[f].description) in print_flags() 125 flags[f].description)) in print_flags() 158 for (f = 0; flags[f].description; f++) in read_flags() 159 if (!strcmp(flags[f].description, cv->v.str)) { in read_flags() 173 } else if (!flags[f].description && (type & STATUS_FLAG)) { in read_flags()
|
| /dflybsd-src/sys/dev/acpica/acpi_hp/ |
| H A D | acpi_hp.c | 154 char *description; member 160 .description = "Enable/Disable WLAN (WiFi)", 166 .description = "WLAN radio status", 172 .description = "WLAN radio ready to use (enabled and radio)", 178 .description = "Enable WLAN if radio is turned on", 184 .description = "Disable WLAN if radio is turned off", 190 .description = "Enable/Disable Bluetooth", 196 .description = "Bluetooth radio status", 202 .description = "Bluetooth radio ready to use" 209 .description = "Enable bluetooth if radio is turned on", [all …]
|
| /dflybsd-src/contrib/libarchive/libarchive/ |
| H A D | archive_read_support_filter_program.c | 91 char *description; member 107 struct archive_string description; member 405 archive_string_ensure(&state->description, l) == NULL) { in __archive_read_program() 409 archive_string_free(&state->description); in __archive_read_program() 415 archive_strcpy(&state->description, prefix); in __archive_read_program() 416 archive_strcat(&state->description, cmd); in __archive_read_program() 419 self->name = state->description.s; in __archive_read_program() 428 archive_string_free(&state->description); in __archive_read_program() 492 archive_string_free(&state->description); in program_filter_close()
|
| H A D | archive_write_add_filter_program.c | 76 struct archive_string description; member 114 if (archive_string_ensure(&data->description, in archive_write_add_filter_program() 117 archive_strcpy(&data->description, prefix); in archive_write_add_filter_program() 118 archive_strcat(&data->description, cmd); in archive_write_add_filter_program() 120 f->name = data->description.s; in archive_write_add_filter_program() 166 archive_string_free(&data->description); in archive_compressor_program_free()
|
| /dflybsd-src/sys/netgraph7/ |
| H A D | ng_nat.h | 69 char description[NG_NAT_DESC_LENGTH]; member 89 char description[NG_NAT_DESC_LENGTH]; member 106 char description[NG_NAT_DESC_LENGTH]; member 145 char description[NG_NAT_DESC_LENGTH]; member
|
| H A D | ng_nat.c | 423 bcopy(rp->description, entry->rdr.description, in ng_nat_rcvmsg() 427 entry->rdr.description[NG_NAT_DESC_LENGTH-1] = '\0'; in ng_nat_rcvmsg() 475 bcopy(ra->description, entry->rdr.description, in ng_nat_rcvmsg() 479 entry->rdr.description[NG_NAT_DESC_LENGTH-1] = '\0'; in ng_nat_rcvmsg() 529 bcopy(rp->description, entry->rdr.description, in ng_nat_rcvmsg() 533 entry->rdr.description[NG_NAT_DESC_LENGTH-1] = '\0'; in ng_nat_rcvmsg()
|
| /dflybsd-src/contrib/libpcap/ |
| H A D | pcap.c | 890 char *description = NULL; local 914 free(description); 915 if ((description = malloc(descrlen)) != NULL) { 916 ifrdesc.ifr_buffer.buffer = description; 920 description) 928 free(description); 929 description = NULL; 942 if ((description = malloc(descrlen)) != NULL) { 943 ifrdesc.ifr_data = (caddr_t)description; 948 free(description); [all …]
|
| /dflybsd-src/sys/vfs/hammer/ |
| H A D | hammer_ioctl.c | 566 ksnprintf(ver->description, sizeof(ver->description), in hammer_ioc_get_version() 570 ksnprintf(ver->description, sizeof(ver->description), in hammer_ioc_get_version() 574 ksnprintf(ver->description, sizeof(ver->description), in hammer_ioc_get_version() 578 ksnprintf(ver->description, sizeof(ver->description), in hammer_ioc_get_version() 582 ksnprintf(ver->description, sizeof(ver->description), in hammer_ioc_get_version() 586 ksnprintf(ver->description, sizeof(ver->description), in hammer_ioc_get_version() 590 ksnprintf(ver->description, sizeof(ver->description), in hammer_ioc_get_version() 594 ksnprintf(ver->description, sizeof(ver->description), in hammer_ioc_get_version()
|
| /dflybsd-src/sys/dev/acpica/acpi_fujitsu/ |
| H A D | acpi_fujitsu.c | 176 char *description; member 181 .description = "Speakers/headphones mute status" 186 .description = "Enable and disable the internal pointer" 191 .description = "Brightness level of the LCD panel" 196 .description = "Brightness level of the LCD panel" 201 .description = "Speakers/headphones volume level" 206 .description = "Number of volume level steps" 211 .description = "Number of brightness level steps" 420 sysctl_table[i].description); in acpi_fujitsu_init()
|
| /dflybsd-src/contrib/file/magic/Magdir/ |
| H A D | grace | 19 # ACE/gr fit description files 20 0 string #\ ACE/gr\ fit\ description\ ACE/gr fit description file
|
| H A D | lex | 11 # lex description file, from Daniel Quinlan <quinlan@yggdrasil.com> 12 0 search/1 %{ lex description text
|
| H A D | nifty | 39 >>136 string >\0 \b, description: %s 48 >>136 string >\0 \b, description: %s 63 >>240 string >\0 \b, description: %s 72 >>240 string >\0 \b, description: %s
|
| /dflybsd-src/sys/dev/acpica/acpi_thinkpad/ |
| H A D | acpi_thinkpad.c | 212 char *description; member 218 .description = "ACPI events enable", 223 .description = "ACPI eventmask", 228 .description = "Key Status", 234 .description = "LCD Brightness", 239 .description = "Volume", 244 .description = "Mute", 249 .description = "Thinklight enable", 254 .description = "Bluetooth enable", 259 .description = "WLAN enable", [all …]
|
| /dflybsd-src/bin/chio/ |
| H A D | chio.c | 524 const char *description; in do_status() local 535 description = NULL; in do_status() 616 description = "picker"; in do_status() 624 description = "slot"; in do_status() 632 description = "portal"; in do_status() 640 description = "drive"; in do_status() 646 description = NULL; in do_status() 654 changer_name, description); in do_status() 683 printf("%s %d: %s", description, ces->ces_addr, in do_status()
|
| /dflybsd-src/crypto/libressl/crypto/ct/ |
| H A D | ct_log.c | 178 const char *description = NCONF_get_string(conf, section, in ctlog_new_from_conf() local 182 if (description == NULL) { in ctlog_new_from_conf() 193 return CTLOG_new_from_base64(ct_log, pkey_base64, description); in ctlog_new_from_conf()
|
| /dflybsd-src/contrib/wpa_supplicant/src/tls/ |
| H A D | tlsv1_server_i.h | 77 void tlsv1_server_alert(struct tlsv1_server *conn, u8 level, u8 description); 83 u8 description, size_t *out_len);
|
| H A D | tlsv1_client_i.h | 79 void tls_alert(struct tlsv1_client *conn, u8 level, u8 description); 86 u8 description, size_t *out_len);
|
| /dflybsd-src/sbin/hammer/ |
| H A D | cmd_version.c | 79 version.description in hammer_cmd_get_version() 93 version.description); in hammer_cmd_get_version()
|
| /dflybsd-src/contrib/gcc-8.0/gcc/config/i386/ |
| H A D | k6.md | 27 ;; This description is based on data from the following documents: 52 ;; Generally this is a very poor description, but at least no worse than 53 ;; the old description, and a lot easier to extend to something more 115 ;; ??? Guessed latencies based on the old pipeline description. 205 ;; ??? From the old pipeline description. Egad! 261 ;; ??? Guessed latencies from the old pipeline description.
|
| /dflybsd-src/contrib/gcc-4.7/gcc/config/i386/ |
| H A D | k6.md | 28 ;; This description is based on data from the following documents: 53 ;; Generally this is a very poor description, but at least no worse than 54 ;; the old description, and a lot easier to extend to something more 116 ;; ??? Guessed latencies based on the old pipeline description. 206 ;; ??? From the old pipeline description. Egad! 262 ;; ??? Guessed latencies from the old pipeline description.
|
| /dflybsd-src/usr.bin/calendar/ |
| H A D | dates.c | 53 struct cal_desc *description; /* Event description */ member 197 e->description = desc; in event_add() 221 desc = e->description; in event_print_all()
|
| H A D | io.c | 75 struct cal_desc *description; /* event description (T_DATE) */ member 362 desc = entry.description; in cal_parse() 470 entry->description = cal_desc_new(&descriptions); in cal_readentry() 471 cal_desc_addline(entry->description, content); in cal_readentry() 481 cal_desc_addline(entry->description, in cal_readentry()
|