OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:STRCHR
(Results
1 - 3
of
3
) sorted by null
/external/valgrind/main/exp-sgcheck/
h_intercepts.c
74
#define
STRCHR
(soname, fnname) \
87
// Apparently index() is the same thing as
strchr
()
88
STRCHR
(VG_Z_LIBC_SONAME,
strchr
)
89
STRCHR
(VG_Z_LIBC_SONAME, index)
91
STRCHR
(VG_Z_LIBC_SONAME, __GI_strchr)
92
STRCHR
(VG_Z_LD_LINUX_SO_2,
strchr
)
93
STRCHR
(VG_Z_LD_LINUX_SO_2, index)
94
STRCHR
(VG_Z_LD_LINUX_X86_64_SO_2, strchr
[
all
...]
/external/valgrind/main/helgrind/
hg_intercepts.c
[
all
...]
/external/valgrind/main/memcheck/
mc_replace_strmem.c
61
20020
STRCHR
200
/*----------------------
strchr
----------------------*/
202
#define
STRCHR
(soname, fnname) \
215
// Apparently index() is the same thing as
strchr
()
217
STRCHR
(VG_Z_LIBC_SONAME,
strchr
)
218
STRCHR
(VG_Z_LIBC_SONAME, index)
219
STRCHR
(VG_Z_LIBC_SONAME, __GI_strchr)
221
STRCHR
(VG_Z_LD_LINUX_SO_2,
strchr
)
[
all
...]
Completed in 180 milliseconds