Home
last modified time | relevance | path

Searched defs:strnlen (Results 1 – 3 of 3) sorted by relevance

/llvm-project/llvm/include/llvm/Support/SystemZ/
H A DzOSSupport.h40 inline std::size_t strnlen(const char *S, std::size_t MaxLen) { in strnlen() function
/llvm-project/clang/test/Analysis/
H A Dstring-fail.c41 #define strnlen BUILTIN(strnlen) macro
/llvm-project/clang/test/Sema/
H A Denable_if.c29 inline size_t strnlen(const char *s, size_t maxlen) in strnlen() function