__talloc_strlendup 1593 third_party/talloc/talloc.c 	return __talloc_strlendup(t, p, strlen(p));
__talloc_strlendup 1614 third_party/talloc/talloc.c 	return __talloc_strlendup(t, p, strnlen(p, n));