Searched refs:description (Results 1 - 25 of 197) sorted by relevance

12345678

/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/ppc/
H A Dregisters.c85 register_descriptions description; local
89 description.type = reg_gpr;
90 description.index = atoi(reg+1);
91 description.size = sizeof(gpreg);
94 description.type = reg_fpr;
95 description.index = atoi(reg+1);
96 description.size = sizeof(fpreg);
99 description.type = reg_pc;
100 description.index = 0;
101 description
[all...]
H A Dpsim.c789 register_descriptions description; local
805 /* find the register description */
806 description = register_description(reg);
807 if (description.type == reg_invalid)
809 cooked_buf = alloca (description.size);
812 switch (description.type) {
815 *(gpreg*)cooked_buf = cpu_registers(processor)->gpr[description.index];
819 *(spreg*)cooked_buf = cpu_registers(processor)->spr[description.index];
823 *(sreg*)cooked_buf = cpu_registers(processor)->sr[description.index];
827 *(fpreg*)cooked_buf = cpu_registers(processor)->fpr[description
947 register_descriptions description; local
1152 FILE *description; local
[all...]
H A Ddebug.c40 const char *description; member in struct:_trace_option_descriptor
152 (trace_description[i].description
153 ? trace_description[i].description
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/testsuite/gdb.gdb/
H A Dselftest.exp48 set description "step over context initialization"
52 set description "step over argc initialization"
56 set description "step over argv initialization"
60 set description "step over quiet initialization"
64 set description "step over batch initialization"
68 set description "step over symarg initialization"
72 set description "step over execarg initialization"
76 set description "step over pidarg initialization"
80 set description "step over corearg initialization"
84 set description "ste
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gettext/gettext-runtime/
H A DMakefile.vms17 $(MMS) $(MMSQUALIFIERS) /description=Makefile.vms all
20 $(MMS) $(MMSQUALIFIERS) /description=Makefile.vms all
23 $(MMS) $(MMSQUALIFIERS) /description=Makefile.vms all
26 # $(MMS) $(MMSQUALIFIERS) /description=Makefile.vms all
29 $(MMS) $(MMSQUALIFIERS) /description=Makefile.vms all
32 $(MMS) $(MMSQUALIFIERS) /description=Makefile.vms all
35 $(MMS) $(MMSQUALIFIERS) /description=Makefile.vms all
43 $(MMS) $(MMSQUALIFIERS) /description=Makefile.vms install
46 $(MMS) $(MMSQUALIFIERS) /description=Makefile.vms install
49 $(MMS) $(MMSQUALIFIERS) /description
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gettext/gettext-tools/
H A DMakefile.vms14 $(MMS) $(MMSQUALIFIERS) /description=Makefile.vms all
18 $(MMS) $(MMSQUALIFIERS) /description=[-.-.gettext-runtime.intl]Makefile.vms /macro=("srcdir=[-.-.gettext-runtime.intl]") all
21 $(MMS) $(MMSQUALIFIERS) /description=Makefile.vms all
24 $(MMS) $(MMSQUALIFIERS) /description=Makefile.vms all
27 $(MMS) $(MMSQUALIFIERS) /description=Makefile.vms all
30 $(MMS) $(MMSQUALIFIERS) /description=Makefile.vms all
33 $(MMS) $(MMSQUALIFIERS) /description=Makefile.vms all
36 $(MMS) $(MMSQUALIFIERS) /description=Makefile.vms all
39 $(MMS) $(MMSQUALIFIERS) /description=Makefile.vms all
42 $(MMS) $(MMSQUALIFIERS) /description
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/file/dist/python/
H A Dsetup.py9 description = 'libmagic Python bindings', variable
/netbsd-6-1-5-RELEASE/gnu/dist/gettext/
H A DMakefile.vms2 # Usage: $ mms /description=Makefile.vms
10 $(MMS) $(MMSQUALIFIERS) /description=Makefile.vms all
13 $(MMS) $(MMSQUALIFIERS) /description=Makefile.vms all
18 $(MMS) $(MMSQUALIFIERS) /description=Makefile.vms install
21 $(MMS) $(MMSQUALIFIERS) /description=Makefile.vms install
26 $(MMS) $(MMSQUALIFIERS) /description=Makefile.vms installdirs
29 $(MMS) $(MMSQUALIFIERS) /description=Makefile.vms installdirs
34 $(MMS) $(MMSQUALIFIERS) /description=Makefile.vms uninstall
37 $(MMS) $(MMSQUALIFIERS) /description=Makefile.vms uninstall
42 $(MMS) $(MMSQUALIFIERS) /description
[all...]
/netbsd-6-1-5-RELEASE/sys/dev/podulebus/
H A Dpodulebus.h51 const char *description; member in struct:podule_description
56 const char *description; member in struct:manufacturer_description
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/bin/tests/net/
H A Ddriver.h45 const char *description; member in struct:__anon1251
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/tests/data/
H A Dndb.conf21 attrblob description
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/wind/
H A Dtest-punycode.c60 printf("punycode %u (%s) failed: %d\n", i, e->description, ret);
70 i, e->description,
79 i, e->description, (unsigned int)len, buf, e->pc);
H A Dgen-errorlist.py104 (start, length, description, tables) = x
107 print "no symbol for %s" % description
110 % (start, length, symbols, ",".join(tables), description))
H A Dgen-map.py120 (key, value, description, table) = x
130 (key, value, description, tables) = x
133 print "no symbol for %s %s (%s)" % (key, description, tables)
137 % (key, len(v), offsetTable[key], symbols, ",".join(tables), description))
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/i386/
H A Dx86-64-gidt.s1 # Instructions to load/store global/interrupt description table
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/
H A Ddw2-stack-boundary.exp44 gdb_test "file $binfile" {Reading symbols from .*\.\.\.location description stack underflow\.\.\.location description stack overflow\.\.\.done\.} "check partial symtab errors"
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/hx509/
H A Dtest_nist2.in84 description=
88 description="${other}"
119 echo "# ${description}" > nist2-passed-${name}.tmp
125 echo "$r ${name} ${description}"
126 echo "# ${description}" > nist2-failed-${name}.tmp
/netbsd-6-1-5-RELEASE/external/gpl2/lvm2/dist/lib/format_text/
H A Dflags.c29 const char *description; member in struct:flag
115 if (!flags[f].description)
125 flags[f].description))
158 for (f = 0; flags[f].description; f++)
159 if (!strcmp(flags[f].description, cv->v.str)) {
173 } else if (!flags[f].description && (type & STATUS_FLAG)) {
/netbsd-6-1-5-RELEASE/external/bsd/tcpdump/dist/missing/
H A Ddlnames.c52 const char *description; member in struct:dlt_choice
56 #define DLT_CHOICE(code, description) { #code, description, code }
172 return (dlt_choices[i].description);
/netbsd-6-1-5-RELEASE/external/bsd/tre/dist/python/
H A Dsetup.py24 description = "Python module for TRE", variable
/netbsd-6-1-5-RELEASE/lib/libmenu/
H A Ditem.c43 {NULL, 0}, /* item description struct */
85 * Return the pointer to the item description
93 return item->description.string;
285 new_item(char *name, char *description) argument
311 if (description == NULL)
312 new_one->description.length = 0;
314 /* fill in the description structure, stash the length then
315 allocate room for description string and copy it in */
316 new_one->description.length = strlen(description);
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/testsuite/gdb.threads/
H A Dpthreads.exp220 set description "Stopped with a ^C"
223 pass $description
226 pass $description
229 fail "$description (timeout)"
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/util/
H A Dmkrc.pl25 if ($extname =~ /dll/i) { $description = "OpenSSL shared library"; }
26 else { $description = "OpenSSL application"; }
52 VALUE "FileDescription", "$description\\0"
/netbsd-6-1-5-RELEASE/external/bsd/libpcap/dist/
H A Dinet.c131 u_int flags, const char *description, char *errbuf)
232 if (description != NULL) {
234 * We have a description for this interface.
236 curdev->description = strdup(description);
237 if (curdev->description == NULL) {
248 curdev->description = NULL;
361 * "dev.{adapter family name}.{adapter unit}.%desc" to get a description
364 * "dev.an.0.%pnpinfo" has a better description, although one might argue
367 * that in the description
130 add_or_find_if(pcap_if_t **curdev_ret, pcap_if_t **alldevs, const char *name, u_int flags, const char *description, char *errbuf) argument
414 char *description = NULL; local
579 pcap_add_if(pcap_if_t **devlist, const char *name, u_int flags, const char *description, char *errbuf) argument
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/libarchive/dist/libarchive/
H A Darchive_read_support_compression_program.c123 char *description; member in struct:program_filter
362 char *description; local
367 description = (char *)malloc(strlen(prefix) + strlen(cmd) + 1);
368 if (state == NULL || out_buf == NULL || description == NULL) {
373 free(description);
378 state->description = description;
379 strcpy(state->description, prefix);
380 strcat(state->description, cmd);
381 self->name = state->description;
[all...]

Completed in 327 milliseconds

12345678