Home
last modified time | relevance | path

Searched refs:memrchr (Results 1 – 2 of 2) sorted by relevance

/ndk/sources/host-tools/sed-4.2.1/lib/
Dstring.in.h106 extern void *memrchr (void const *, int, size_t)
110 # undef memrchr
111 # define memrchr(a,b,c) \ macro
114 memrchr (a, b, c))
/ndk/sources/android/crazy_linker/src/
Dcrazy_linker_proc_maps.cpp277 ::memrchr(entry.path, '/', entry.path_len)); in FindLoadAddressForFile()