strnlen            52 native_client_sdk/src/libraries/xray/stringpool.c   int n = strnlen(src, XRAY_STRING_POOL_NODE_SIZE + 1) + 1;
strnlen           351 third_party/talloc/libreplace/replace.c 	n = strnlen(s, n);
strnlen           282 third_party/talloc/libreplace/test/testsuite.c 	if (strnlen("bla", 2) != 2) {
strnlen           287 third_party/talloc/libreplace/test/testsuite.c 	if (strnlen("some text\n", 0) != 0) {
strnlen           292 third_party/talloc/libreplace/test/testsuite.c 	if (strnlen("some text", 20) != 9) {
strnlen          1614 third_party/talloc/talloc.c 	return __talloc_strlendup(t, p, strnlen(p, n));
strnlen          1686 third_party/talloc/talloc.c 	return __talloc_strlendup_append(s, strlen(s), a, strnlen(a, n));
strnlen          1710 third_party/talloc/talloc.c 	return __talloc_strlendup_append(s, slen, a, strnlen(a, n));