Searched refs:local (Results 1 - 25 of 1173) sorted by relevance

1234567891011>>

/netbsd-current/tests/usr.bin/xlint/lint1/
H A Dmsg_191.c11 int local; local
13 /* expect+1: warning: 'local' set but not used in function 'example' [191] */
14 local = 3;
16 local = 5;
H A Dmsg_222.c17 unsigned int local = -1; local
22 if (local & -1)
26 if (local < -1)
29 local &= -1;
32 local += -1;
H A Dmsg_268.c11 /* expect+1: warning: variable 'local' declared inline [268] */
12 inline int local = arg; local
14 return local;
H A Dmsg_302.c18 int local = 3; local
20 return &local;
26 int local[5], *indirect = local; local
31 return local;
34 return &local[3];
37 return 5 + local;
40 return local + 5;
43 return local - -3;
49 return (local);
[all...]
H A Dmsg_231.c12 /* expect+1: warning: 'local' unused in function 'example' [192] */
13 int local; local
H A Dexpr_cast.c26 } local = { local
32 return (struct S)local;
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/macros/
H A Daltmacro.d0 local
/netbsd-current/tests/usr.bin/indent/
H A Dfmt_init.c16 int local = { initializer }; local
17 int local = { local
34 int local = {initializer}; local
35 int local = { local
H A Dopt_ldi.c17 int local; local
27 int local; local
37 int local; local
47 int local; local
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/mips/
H A Dvxworks1.s1 la $4,local
3 lw $4,local
5 sw $4,local
7 ulw $4,local
9 usw $4,local
15 local: .word 4 label
H A Dmacro-warn-2.s3 local: label
5 la $4,local
9 la $4,local
H A Dbranch-local-n32-5.d1 #name: MIPS branch local symbol relocation 5 (n32)
3 #error_output: branch-local-5.l
4 #source: branch-local-5.s
H A Dbranch-local-n32-6.d1 #name: MIPS branch local symbol relocation 6 (n32)
3 #error_output: branch-local-6.l
4 #source: branch-local-6.s
H A Dbranch-local-n64-5.d1 #name: MIPS branch local symbol relocation 5 (n64)
3 #error_output: branch-local-5.l
4 #source: branch-local-5.s
H A Dbranch-local-n64-6.d1 #name: MIPS branch local symbol relocation 6 (n64)
3 #error_output: branch-local-6.l
4 #source: branch-local-6.s
H A Dbranch-local-2.d1 #name: MIPS branch local symbol relocation 2
3 #error_output: branch-local-2.l
/netbsd-current/tests/usr.bin/xlint/lint2/
H A Dmsg_013.exp1 my_printf: malformed format string local.c(12)
2 my_printf: malformed format string local.c(13)
3 my_printf, arg 2 inconsistent with format local.c(13)
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/arm/
H A Dundefined.l2 [^:]*:1: Error: undefined local label `\.Lval'
H A Dundefined_coff.l2 [^:]*:1: Error: undefined local label `Lval'
H A Dabs12.s4 ldr r0,[r1,#local]
5 ldr r0,[r1,#local + 12]
6 ldr r0,[r1,#local + 0x100000]
7 local: label
/netbsd-current/external/gpl3/gdb.old/dist/zlib/
H A Dtrees.h3 local const ct_data static_ltree[L_CODES+2] = {
64 local const ct_data static_dtree[D_CODES] = {
118 local const int base_length[LENGTH_CODES] = {
123 local const int base_dist[D_CODES] = {
/netbsd-current/external/gpl3/binutils/dist/zlib/
H A Dtrees.h3 local const ct_data static_ltree[L_CODES+2] = {
64 local const ct_data static_dtree[D_CODES] = {
118 local const int base_length[LENGTH_CODES] = {
123 local const int base_dist[D_CODES] = {
/netbsd-current/external/gpl3/gdb/dist/zlib/
H A Dtrees.h3 local const ct_data static_ltree[L_CODES+2] = {
64 local const ct_data static_dtree[D_CODES] = {
118 local const int base_length[LENGTH_CODES] = {
123 local const int base_dist[D_CODES] = {
/netbsd-current/external/gpl3/binutils.old/dist/zlib/
H A Dtrees.h3 local const ct_data static_ltree[L_CODES+2] = {
64 local const ct_data static_dtree[D_CODES] = {
118 local const int base_length[LENGTH_CODES] = {
123 local const int base_dist[D_CODES] = {
/netbsd-current/common/dist/zlib/
H A Dtrees.h3 local const ct_data static_ltree[L_CODES+2] = {
64 local const ct_data static_dtree[D_CODES] = {
118 local const int base_length[LENGTH_CODES] = {
123 local const int base_dist[D_CODES] = {

Completed in 311 milliseconds

1234567891011>>