Rizin
unix-like reverse engineering framework and cli tools
Main Page
Related Pages
Modules
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
x
z
Functions
_
a
b
c
d
e
f
g
h
i
l
m
n
p
r
s
t
u
v
w
Variables
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
x
z
Enumerations
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
l
m
o
p
r
s
t
u
v
w
x
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
Enumerator
b
d
e
h
i
k
n
p
r
s
w
Properties
Events
Related Functions
Files
File List
File Members
All
$
.
[
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
[
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Variables
$
.
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Enumerations
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
y
z
Enumerator
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Macros
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Events
Friends
Macros
Modules
Pages
rz_name.h
Go to the documentation of this file.
1
#ifndef RZ_NAME_H
2
#define RZ_NAME_H
3
4
#include <
rz_types.h
>
5
6
#ifdef __cplusplus
7
extern
"C"
{
8
#endif
9
10
RZ_API
bool
rz_name_check
(
const
char
*
name
,
bool
strict);
11
RZ_API
bool
rz_name_filter
(
char
*
name
,
int
len
,
bool
strict);
12
RZ_API
char
*
rz_name_filter2
(
const
char
*
name
,
bool
strict);
13
RZ_API
bool
rz_name_validate_char
(
const
char
ch,
bool
strict);
14
15
#ifdef __cplusplus
16
}
17
#endif
18
19
#endif
// RZ_NAME_H
len
size_t len
Definition:
6502dis.c:15
RZ_API
#define RZ_API
Definition:
core_plugin_example.c:36
rz_name_validate_char
RZ_API bool rz_name_validate_char(const char ch, bool strict)
Definition:
name.c:6
rz_name_filter
RZ_API bool rz_name_filter(char *name, int len, bool strict)
Definition:
name.c:43
rz_name_filter2
RZ_API char * rz_name_filter2(const char *name, bool strict)
Definition:
name.c:92
rz_name_check
RZ_API bool rz_name_check(const char *name, bool strict)
Definition:
name.c:24
rz_types.h
name
Definition:
z80asm.h:102
librz
include
rz_util
rz_name.h
Generated by
1.9.1