Searched refs:weird (Results 1 - 25 of 35) sorted by relevance

12

/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.mi/
H A Dmi-var-display.exp221 # Desc: create variable weird and children
222 mi_create_varobj weird weird "create local variable weird"
224 mi_list_varobj_children weird {
225 {weird.integer integer 0 int}
226 {weird.character character 0 char}
227 {weird.char_ptr char_ptr 1 "char \\*"}
228 {weird.long_int long_int 0 "long"}
229 {weird
[all...]
H A Dmi-var-child.exp43 set line_dlt_first_real [gdb_get_line_number "weird = &struct_declarations;"]
475 # Desc: create local variable "weird"
476 mi_create_varobj weird weird "create local variable weird"
479 # Desc: children of weird
480 mi_list_varobj_children "weird" {
481 {weird.integer integer 0 int}
482 {weird.character character 0 char}
483 {weird
[all...]
H A Dmi-var-child.c211 weird_struct *weird; local
229 weird = &struct_declarations;
232 weird->char_ptr = "hello";
236 weird->long_array[0] = 1234;
238 weird->long_array[2] = 3456;
240 weird->long_array[4] = 5678;
242 weird->long_array[6] = 7890;
244 weird->long_array[8] = 9012;
247 weird->func_ptr = nothing;
248 weird
[all...]
H A Dmi2-var-child.exp43 set line_dlt_first_real [gdb_get_line_number "weird = &struct_declarations;"]
475 # Desc: create local variable "weird"
476 mi_create_varobj weird weird "create local variable weird"
479 # Desc: children of weird
480 mi_list_varobj_children "weird" {
481 {weird.integer integer 0 int}
482 {weird.character character 0 char}
483 {weird
[all...]
H A Dvar-cmd.c233 weird_struct *weird; local
251 weird = &struct_declarations;
254 weird->char_ptr = "hello";
258 weird->long_array[0] = 1234;
260 weird->long_array[2] = 3456;
262 weird->long_array[4] = 5678;
264 weird->long_array[6] = 7890;
266 weird->long_array[8] = 9012;
269 weird->func_ptr = nothing;
270 weird
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.mi/
H A Dmi-var-display.exp221 # Desc: create variable weird and children
222 mi_create_varobj weird weird "create local variable weird"
224 mi_list_varobj_children weird {
225 {weird.integer integer 0 int}
226 {weird.character character 0 char}
227 {weird.char_ptr char_ptr 1 "char \\*"}
228 {weird.long_int long_int 0 "long"}
229 {weird
[all...]
H A Dmi-var-child.exp43 set line_dlt_first_real [gdb_get_line_number "weird = &struct_declarations;"]
475 # Desc: create local variable "weird"
476 mi_create_varobj weird weird "create local variable weird"
479 # Desc: children of weird
480 mi_list_varobj_children "weird" {
481 {weird.integer integer 0 int}
482 {weird.character character 0 char}
483 {weird
[all...]
H A Dmi-var-child.c211 weird_struct *weird; local
229 weird = &struct_declarations;
232 weird->char_ptr = "hello";
236 weird->long_array[0] = 1234;
238 weird->long_array[2] = 3456;
240 weird->long_array[4] = 5678;
242 weird->long_array[6] = 7890;
244 weird->long_array[8] = 9012;
247 weird->func_ptr = nothing;
248 weird
[all...]
H A Dmi2-var-child.exp43 set line_dlt_first_real [gdb_get_line_number "weird = &struct_declarations;"]
475 # Desc: create local variable "weird"
476 mi_create_varobj weird weird "create local variable weird"
479 # Desc: children of weird
480 mi_list_varobj_children "weird" {
481 {weird.integer integer 0 int}
482 {weird.character character 0 char}
483 {weird
[all...]
H A Dvar-cmd.c234 weird_struct *weird; local
252 weird = &struct_declarations;
255 weird->char_ptr = "hello";
259 weird->long_array[0] = 1234;
261 weird->long_array[2] = 3456;
263 weird->long_array[4] = 5678;
265 weird->long_array[6] = 7890;
267 weird->long_array[8] = 9012;
270 weird->func_ptr = nothing;
271 weird
[all...]
/netbsd-current/usr.bin/crunch/crunchide/
H A Dexec_elf32.c188 int rv, i, weird; local
202 weird = 0;
210 if (!weird && symtabsnum != -1) {
211 weird = 1;
217 if (!weird && strtabsnum != (ehdr.e_shnum - 1)) {
218 weird = 1;
226 if (!weird && strtabsnum == -1) {
227 weird = 1;
230 if (!weird && stroff != maxoff) {
231 weird
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-mips-elf/
H A Djaloverflow.d8 # instruction. jal is a bit weird since the upper four bits of the
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-mmix/
H A Dbpo-22.d7 # This weird combination of format and emulation options caused hiccups in
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/ppc/
H A Dsimpshft.s19 extldi %r4,%r3,64,63 # bit weird, that one.
64 extlwi %r4,%r3,32,31 # bit weird, that one.
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.stabs/
H A Dweird.exp20 set testfile weird
21 set srcfile [standard_output_file weird.s]
267 set exec_output [remote_exec build "sed" "${sedoptions} -f ${sedscript}" "${srcdir}/${subdir}/weird.def" "${srcfile}"]
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.stabs/
H A Dweird.exp20 set testfile weird
21 set srcfile [standard_output_file weird.s]
263 set exec_output [remote_exec build "sed" "${sedoptions} -f ${sedscript}" "${srcdir}/${subdir}/weird.def" "${srcfile}"]
/netbsd-current/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dutils.d147 * GNU make uses a weird quoting scheme for white space.
207 enum input = `/foo\bar/weird$.:name#\ with spaces.ext`;
208 enum expected = `/foo\bar/weird$$.\:name\#\\\ with\ spaces.ext`;
/netbsd-current/external/gpl3/autoconf/dist/lib/Autom4te/
H A DChannelDefs.pm115 Warnings about weird syntax, unused variables, typos ...
/netbsd-current/tests/bin/sh/
H A Dt_cmdsub.sh62 atf_check -s exit:0 -o inline:'weird; string *\n' -e empty \
63 ${TEST_SH} -c 'X=$( echo "weird; string *" ); echo "$X"'
109 atf_check -s exit:0 -o inline:'weird; string *\n' -e empty \
110 ${TEST_SH} -c 'X=` echo "weird; string *" `; echo "$X"'
/netbsd-current/sys/arch/amiga/amiga/
H A Dlocore.s1164 | this weird code is the OFFICIAL way to reboot an Amiga ! ..
/netbsd-current/external/bsd/am-utils/dist/doc/
H A Dtexinfo.tex854 \indexnofonts % Allow `@@' and other weird things in file names.
3941 % Maybe so, but it also creates really weird page breaks when the
6759 \indexnofonts % Allow `@@' and other weird things in file names.
/netbsd-current/external/gpl2/xcvs/dist/build-aux/
H A Dtexinfo.tex932 \indexnofonts % Allow `@@' and other weird things in file names.
3733 % Maybe so, but it also creates really weird page breaks when the
6421 \indexnofonts % Allow `@@' and other weird things in file names.
/netbsd-current/external/gpl3/gcc/dist/gcc/doc/include/
H A Dtexinfo.tex853 \indexnofonts % Allow `@@' and other weird things in file names.
3919 % Maybe so, but it also creates really weird page breaks when the
6700 \indexnofonts % Allow `@@' and other weird things in file names.
/netbsd-current/external/gpl3/gdb/dist/texinfo/
H A Dtexinfo.tex932 \indexnofonts % Allow `@@' and other weird things in file names.
3730 % Maybe so, but it also creates really weird page breaks when the
6417 \indexnofonts % Allow `@@' and other weird things in file names.
/netbsd-current/external/gpl3/binutils/dist/texinfo/
H A Dtexinfo.tex932 \indexnofonts % Allow `@@' and other weird things in file names.
3730 % Maybe so, but it also creates really weird page breaks when the
6417 \indexnofonts % Allow `@@' and other weird things in file names.

Completed in 598 milliseconds

12