OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:STRCHR
(Results
1 - 6
of
6
) sorted by null
/bionic/libc/arch-x86/string/
strchr.S
1
/* $OpenBSD:
strchr
.S,v 1.3 2005/08/07 11:30:38 espie Exp $ */
2
#define
STRCHR
index.S
9
#ifdef
STRCHR
10
ENTRY(
strchr
)
function
/external/valgrind/main/exp-ptrcheck/
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/memcheck/
mc_replace_strmem.c
127
#define
STRCHR
(soname, fnname) \
140
// Apparently index() is the same thing as
strchr
()
141
STRCHR
(VG_Z_LIBC_SONAME,
strchr
)
142
STRCHR
(VG_Z_LIBC_SONAME, index)
144
STRCHR
(VG_Z_LIBC_SONAME, __GI_strchr)
145
STRCHR
(VG_Z_LD_LINUX_SO_2,
strchr
)
146
STRCHR
(VG_Z_LD_LINUX_SO_2, index)
147
STRCHR
(VG_Z_LD_LINUX_X86_64_SO_2, strchr
[
all
...]
/external/valgrind/main/helgrind/
hg_intercepts.c
[
all
...]
/external/valgrind/tsan/
ts_valgrind_intercepts.c
[
all
...]
Completed in 289 milliseconds