| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.mi/ |
| mi-var-display.exp | 216 # Desc: create variable weird and children 217 mi_create_varobj weird weird "create local variable weird" 219 mi_list_varobj_children weird { 220 {weird.integer integer 0 int} 221 {weird.character character 0 char} 222 {weird.char_ptr char_ptr 1 "char \\*"} 223 {weird.long_int long_int 0 "long"} 224 {weird.int_ptr_ptr int_ptr_ptr 1 "int \\*\\*" [all...] |
| mi-var-child.exp | 38 set line_dlt_first_real [gdb_get_line_number "weird = &struct_declarations;"] 470 # Desc: create local variable "weird" 471 mi_create_varobj weird weird "create local variable weird" 474 # Desc: children of weird 475 mi_list_varobj_children "weird" { 476 {weird.integer integer 0 int} 477 {weird.character character 0 char} 478 {weird.char_ptr char_ptr 1 "char \\*" [all...] |
| mi-var-child.c | 211 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->func_ptr_struct = nothing1 [all...] |
| mi2-var-child.exp | 38 set line_dlt_first_real [gdb_get_line_number "weird = &struct_declarations;"] 470 # Desc: create local variable "weird" 471 mi_create_varobj weird weird "create local variable weird" 474 # Desc: children of weird 475 mi_list_varobj_children "weird" { 476 {weird.integer integer 0 int} 477 {weird.character character 0 char} 478 {weird.char_ptr char_ptr 1 "char \\*" [all...] |
| var-cmd.c | 234 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->func_ptr_struct = nothing1 [all...] |
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.mi/ |
| mi-var-display.exp | 216 # Desc: create variable weird and children 217 mi_create_varobj weird weird "create local variable weird" 219 mi_list_varobj_children weird { 220 {weird.integer integer 0 int} 221 {weird.character character 0 char} 222 {weird.char_ptr char_ptr 1 "char \\*"} 223 {weird.long_int long_int 0 "long"} 224 {weird.int_ptr_ptr int_ptr_ptr 1 "int \\*\\*" [all...] |
| mi-var-child.exp | 38 set line_dlt_first_real [gdb_get_line_number "weird = &struct_declarations;"] 470 # Desc: create local variable "weird" 471 mi_create_varobj weird weird "create local variable weird" 474 # Desc: children of weird 475 mi_list_varobj_children "weird" { 476 {weird.integer integer 0 int} 477 {weird.character character 0 char} 478 {weird.char_ptr char_ptr 1 "char \\*" [all...] |
| mi-var-child.c | 211 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->func_ptr_struct = nothing1 [all...] |
| mi2-var-child.exp | 38 set line_dlt_first_real [gdb_get_line_number "weird = &struct_declarations;"] 470 # Desc: create local variable "weird" 471 mi_create_varobj weird weird "create local variable weird" 474 # Desc: children of weird 475 mi_list_varobj_children "weird" { 476 {weird.integer integer 0 int} 477 {weird.character character 0 char} 478 {weird.char_ptr char_ptr 1 "char \\*" [all...] |
| var-cmd.c | 234 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->func_ptr_struct = nothing1 [all...] |
| /src/usr.bin/crunch/crunchide/ |
| exec_elf32.c | 188 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 = 1 [all...] |
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.stabs/ |
| weird.exp | 20 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}"]
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.stabs/ |
| weird.exp | 20 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}"]
|
| /src/external/gpl3/gcc.old/dist/gcc/d/dmd/ |
| utils.d | 147 * 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`;
|
| /src/external/gpl3/autoconf/dist/lib/Autom4te/ |
| ChannelDefs.pm | 115 Warnings about weird syntax, unused variables, typos ...
|
| /src/tests/bin/sh/ |
| t_cmdsub.sh | 62 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"'
|
| /src/external/mpl/bind/dist/bin/tests/system/enginepkcs11/ |
| setup.sh | 121 echo_i "Add weird zone to named.conf" 122 cp $infile ${dir}/zone.${alg}.weird.db 146 dnssec-policy "weird-${alg}-\"\:\;\?\&\[\]\@\!\$\*\+\,\|\=\.\(\)" { 153 zone "${alg}.\"\:\;\?\&\[\]\@\!\$\*\+\,\|\=\.\(\)foo.weird" { 155 file "zone.${alg}.weird.db"; 157 dnssec-policy "weird-${alg}-\"\:\;\?\&\[\]\@\!\$\*\+\,\|\=\.\(\)";
|
| /src/sys/arch/amiga/amiga/ |
| locore.s | 1158 | this weird code is the OFFICIAL way to reboot an Amiga ! ..
|
| /src/external/apache2/llvm/dist/llvm/bindings/go/llvm/ |
| ir.go | 26 // We use these weird structs here because *Ref types are pointers and
|
| /src/external/bsd/am-utils/dist/doc/ |
| texinfo.tex | 854 \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.
|
| /src/external/bsd/flex/dist/build-aux/ |
| texinfo.tex | 854 \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.
|
| /src/external/gpl2/xcvs/dist/build-aux/ |
| texinfo.tex | 932 \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.
|
| /src/external/gpl3/autoconf/dist/build-aux/ |
| texinfo.tex | 853 \indexnofonts % Allow `@@' and other weird things in file names. 3917 % Maybe so, but it also creates really weird page breaks when the 6698 \indexnofonts % Allow `@@' and other weird things in file names.
|
| /src/external/gpl3/binutils/dist/texinfo/ |
| texinfo.tex | 932 \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.
|
| /src/external/gpl3/binutils.old/dist/texinfo/ |
| texinfo.tex | 932 \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.
|