Searched refs:__strchr_chk (Results 1 – 10 of 10) sorted by relevance
/bionic/libc/bionic/ |
D | strchr.cpp | 34 return __strchr_chk(p, ch, __BIONIC_FORTIFY_UNKNOWN_SIZE); in strchr()
|
D | fortify.cpp | 285 char* __strchr_chk(const char* p, int ch, size_t s_len) { in __strchr_chk() function
|
/bionic/libc/include/ |
D | string.h | 67 char* __strchr_chk(const char* _Nonnull, int, size_t) __INTRODUCED_IN(18); 370 return __strchr_chk(s, c, bos); in strchr() 586 return __strchr_chk(s, c, bos); in strchr()
|
/bionic/libc/ |
D | libc.mips64.map | 121 …__strchr_chk; # introduced-arm=18 introduced-arm64=21 introduced-mips=18 introduced-mips64=21 intr…
|
D | libc.x86_64.map | 121 …__strchr_chk; # introduced-arm=18 introduced-arm64=21 introduced-mips=18 introduced-mips64=21 intr…
|
D | libc.arm64.map | 121 …__strchr_chk; # introduced-arm=18 introduced-arm64=21 introduced-mips=18 introduced-mips64=21 intr…
|
D | libc.x86.map | 173 …__strchr_chk; # introduced-arm=18 introduced-arm64=21 introduced-mips=18 introduced-mips64=21 intr…
|
D | libc.mips.map | 173 …__strchr_chk; # introduced-arm=18 introduced-arm64=21 introduced-mips=18 introduced-mips64=21 intr…
|
D | libc.arm.map | 176 …__strchr_chk; # introduced-arm=18 introduced-arm64=21 introduced-mips=18 introduced-mips64=21 intr…
|
D | libc.map.txt | 177 …__strchr_chk; # introduced-arm=18 introduced-arm64=21 introduced-mips=18 introduced-mips64=21 intr…
|