HelenOS sources

strlen             65 uspace/app/sbi/src/os/posix.c 	a_len = strlen(a);
strlen             66 uspace/app/sbi/src/os/posix.c 	b_len = strlen(b);
strlen             97 uspace/app/sbi/src/os/posix.c 	assert(start + length <= strlen(str));
strlen            128 uspace/app/sbi/src/os/posix.c 	return strlen(str);
strlen            153 uspace/app/sbi/src/os/posix.c 	len = strlen(str);
strlen             71 uspace/lib/bithenge/src/linux/common.h 	return strlen(string);
strlen            223 uspace/lib/c/generic/string.c 	len = strlen(s2);
strlen            324 uspace/lib/c/generic/string.c 	size_t i = strlen(s);
strlen            387 uspace/lib/c/generic/string.c 	len = strlen(s2);
strlen            534 uspace/lib/c/generic/string.c 	sz = strlen(s);
strlen             67 uspace/lib/c/include/string.h extern size_t strlen(const char *);
strlen            714 uspace/lib/c/test/string.c 	PCUT_ASSERT_INT_EQUALS(0, strlen(""));
strlen            720 uspace/lib/c/test/string.c 	PCUT_ASSERT_INT_EQUALS(3, strlen("abc"));
strlen             89 uspace/lib/cpp/include/__bits/string/string.hpp             return ::strlen(s);
strlen             49 uspace/lib/pcut/src/os/stdc.c 	return strlen(s);
strlen             67 uspace/lib/posix/include/libc/string.h extern size_t strlen(const char *);
strlen            427 uspace/lib/posix/src/stdio.c 	if (dpref[strlen(dpref) - 1] != '/')
strlen            169 uspace/lib/posix/src/stdlib.c 	tmpl_len = strlen(tmpl);
strlen            203 uspace/lib/posix/src/stdlib.c 	tmpl_len = strlen(tmpl);
strlen            186 uspace/lib/posix/src/string.c 	if (strlen(errstr) + 1 > bufsz) {
HelenOS homepage, sources at GitHub