HelenOS sources

uri_scheme_validate  250 uspace/lib/uri/uri.c 	if (uri->scheme && !uri_scheme_validate(uri->scheme))
uri_scheme_validate   52 uspace/lib/uri/uri.h extern bool uri_scheme_validate(const char *);
HelenOS homepage, sources at GitHub