summaryrefslogtreecommitdiffstats
path: root/tools/regression/lib/libc/resolv/resolv.c
Commit message (Collapse)AuthorAgeFilesLines
* MFC r291359,r291362:ngie2015-12-041-1/+4
| | | | | | | | | | | | | r291359: Skip over lines that start with # (comments) r291362: r291359 was incorrect. Skip over tokens that start with `#' as fgetln can return more than one '\n' delimited line in a buffer Handle empty lines too, just in case
* Non-void function should return a value.emaste2012-11-201-1/+1
| | | | Found by: clang
* The NetBSD Foundation has granted permission to remove clause 3 and 4 fromjoel2010-03-031-7/+0
| | | | | | their software. Obtained from: NetBSD
* - add $FreeBSD$.ume2005-05-041-10/+128
| | | | | | | - do service lookup. - add options to use gethostbyname(3) or getipnodebyname(3) instead of getaddrinfo(3). - add option to do reverse lookup.
* import of parallel name resolution test.ume2005-05-041-0/+212
Obtained from: NetBSD
OpenPOWER on IntegriCloud