HelenOS sources

inet_hostport_parse   42 uspace/lib/inet/include/inet/hostport.h extern errno_t inet_hostport_parse(const char *, inet_hostport_t **, char **);
inet_hostport_parse  265 uspace/lib/inet/src/hostport.c 	rc = inet_hostport_parse(str, &hp, endptr != NULL ? &eptr : NULL);
HelenOS homepage, sources at GitHub