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
param_key: use get_name_sym_from_key() instead of return_state_to_var_sym()
[smatch.git]
/
validation
/
ioc-typecheck.c
blob
7780773bc366d5dfea1bc11c9d15bcc207036674
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
*/