summaryrefslogtreecommitdiffstats
path: root/include/search.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Change lsearch()'s "base" argument to require a non-const pointer tomatthew2014-07-181-2/+2
* bsearch() doesn't belong here (it's in <stdlib.h>)guenther2012-07-101-4/+2
* Adapt things to use __type_t instead of _BSD_TYPE_T_millert2006-01-061-5/+5
* POSIX says "data" is void *, not char *. Also remove extern from prototypes.millert2004-07-081-23/+24
* hsearch API/ABI u_int -> size_t -> crank majors; ok millertderaadt2004-06-241-2/+2
* Manual cleanup of remaining userland __P use (excluding packages maintained outside the tree)millert2002-02-171-14/+14
* Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.millert2002-02-161-6/+6
* Well, as we are heading for a release people are encouraged to rebuild theirniklas1997-09-211-0/+1
* Fix decl for tfind(3)millert1997-06-141-1/+1
* initial import of NetBSD treederaadt1995-10-181-0/+57