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
Generate a list of functions that allocate data.
[smatch.git]
/
validation
/
escapes.c
blob
b0d2b4b742c272b09e0ff571b8b9cdbce7667427
1
static int
e
[] = {
'
\'
'
,
'
\"
'
,
'
\?
'
,
'
\\
'
,
2
'
\a
'
,
'
\b
'
,
'
\f
'
,
'
\n
'
,
'
\r
'
,
'
\t
'
,
'
\v
'
, };
3
static char
*
s
=
"
\'\"\?\\ \a\b\f\n\r\t\v
"
;
4
/*
5
* check-name: Character escape sequences
6
*/