repo.or.cz
/
smatch.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
db/vim_db: don't complain when the file is not found
[smatch.git]
/
validation
/
ioc-typecheck.c
blob
34b37d310560ca85cc6443c5d311b5d60c26bd3f
1
extern
unsigned int
__invalid_size_argument_for_IOC
;
2
static unsigned
iocnrs
[] = {
3
[
1
?
0
:
__invalid_size_argument_for_IOC
] =
1
,
4
};
5
/*
6
* check-name: integer constant & conditional expression
7
* check-known-to-fail
8
*
9
* check-error-start
10
* check-error-end
11
*/