Searched refs:strnlen (Results 1 - 4 of 4) sorted by relevance

/bionic/libc/string/
H A Dstrnlen.c30 size_t strnlen(const char* str, size_t maxlen) function
/bionic/libc/unistd/
H A Dfnmatch.c290 if (strnlen(pattern, PATH_MAX) == PATH_MAX ||
291 strnlen(string, PATH_MAX) == PATH_MAX)
/bionic/libc/include/
H A Dstring.h69 extern size_t strnlen(const char *, size_t) __purefunc;
/bionic/libc/
H A DAndroid.mk198 string/strnlen.c \

Completed in 84 milliseconds