HelenOS sources
_test_prefix 882 common/str.c return _test_prefix(s, p);
_test_prefix 1352 common/str.c if (_test_prefix(str, utf8))
_test_prefix 1374 common/str.c if (_test_prefix(hs, n))
_test_prefix 882 kernel/generic/common/str.c return _test_prefix(s, p);
_test_prefix 1352 kernel/generic/common/str.c if (_test_prefix(str, utf8))
_test_prefix 1374 kernel/generic/common/str.c if (_test_prefix(hs, n))
_test_prefix 882 uspace/lib/c/common/str.c return _test_prefix(s, p);
_test_prefix 1352 uspace/lib/c/common/str.c if (_test_prefix(str, utf8))
_test_prefix 1374 uspace/lib/c/common/str.c if (_test_prefix(hs, n))
HelenOS homepage, sources at GitHub