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
/
20040309-1.c
blob
df8390f207b6c31121b6877c6f9d66f27ab73623
1
static const char
default_tupleseps
[] =
",
\t
"
;
2
3
4
fubar
(
tupleseps
)
5
const char
*
tupleseps
;
6
{
7
char
*
kp
, *
sp
;
8
const char
*
septmp
;
9
const char
*
tseplist
;
10
tseplist
= (
tupleseps
) ?
tupleseps
:
default_tupleseps
;
11
while
(
kp
)
12
{
13
if
(*
tseplist
)
14
septmp
=
tseplist
;
15
bar
(*
septmp
);
16
if
(*
tseplist
)
17
if
(*
kp
)
18
;
19
}
20
}