Searched defs:strnlen (Results 1 - 5 of 5) sorted by relevance

/external/bison/lib/
H A Dstrnlen.c23 #include "strnlen.h"
29 strnlen (const char *string, size_t maxlen) function
/external/clang/test/Analysis/
H A Dstring-fail.c37 // strnlen()
40 #define strnlen BUILTIN(strnlen) macro
41 size_t strnlen(const char *s, size_t maxlen);
44 if (strnlen(x, 10) < 5)
46 if (strnlen(x, 10) < 5)
57 size_t a = strnlen(z.a, 10);
59 size_t b = strnlen(z.a, 10);
65 size_t c = strnlen(z.a, 10);
72 size_t a = strnlen(
[all...]
/external/elfutils/
H A Dconfig-compat-darwin.h41 static inline size_t strnlen (const char *__string, size_t __maxlen) function
H A Dconfig-compat-freebsd.h44 static inline size_t strnlen (const char *__string, size_t __maxlen) function
/external/e2fsprogs/e2fsck/
H A De2fsck.h359 #define strnlen(str, x) e2fsck_strnlen((str),(x)) macro

Completed in 874 milliseconds