HelenOS sources

inet_hostname_parse   38 uspace/lib/inet/include/inet/hostname.h extern errno_t inet_hostname_parse(const char *, char **, char **);
inet_hostname_parse   79 uspace/lib/inet/src/host.c 	rc = inet_hostname_parse(str, &name, &aend);
inet_hostname_parse   96 uspace/lib/inet/src/hostport.c 	rc = inet_hostname_parse(str, &name, &aend);
HelenOS homepage, sources at GitHub