Home
last modified time | relevance | path

Searched defs:my_strlen (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Modules/_ctypes/libffi/testsuite/libffi.call/
Dstrlen.c10 static size_t ABI_ATTR my_strlen(char *s) in my_strlen() function
/external/google-breakpad/src/common/linux/
Dlinux_libc_support.cc40 size_t my_strlen(const char* s) { in my_strlen() function