HelenOS sources

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