HelenOS sources

cut_str            67 uspace/lib/uri/uri.c 	uri->scheme = cut_str(scheme, str);
cut_str            85 uspace/lib/uri/uri.c 		host_or_user_info = cut_str(authority_start, str);
cut_str            92 uspace/lib/uri/uri.c 			port_or_user_credential = cut_str(second_part, str);
cut_str           104 uspace/lib/uri/uri.c 			uri->host = cut_str(host_start, str);
cut_str           111 uspace/lib/uri/uri.c 				uri->port = cut_str(port_start, str);
cut_str           122 uspace/lib/uri/uri.c 	uri->path = cut_str(path_start, str);
cut_str           129 uspace/lib/uri/uri.c 		uri->query = cut_str(query_start, str);
cut_str           137 uspace/lib/uri/uri.c 		uri->fragment = cut_str(fragment_start, str);
HelenOS homepage, sources at GitHub