repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Sync usage with man page.
[netbsd-mini2440.git]
/
gnu
/
dist
/
gcc4
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
20030224-1.c
blob
6832dc81e470fe14064e6a485e3f8d6fc88b02b7
1
void
zzz
(
char
*
s1
,
char
*
s2
,
int
len
,
int
*
q
)
2
{
3
int
z
=
5
;
4
unsigned int
i
,
b
;
5
struct
{
char
a
[
z
]; }
x
;
6
7
for
(
i
=
0
;
i
<
len
;
i
++)
8
s1
[
i
] =
s2
[
i
];
9
10
b
=
z
&
0x3
;
11
12
len
+= (
b
==
0
?
0
:
1
) +
z
;
13
14
*
q
=
len
;
15
16
foo
(
x
,
x
);
17
}