HelenOS sources

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