summaryrefslogtreecommitdiff
path: root/src/lib/libc/stdlib/tfind.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* lint is dead: delete useless LINTLIBRARY commentsguenther2015-09-261-2/+1
| | | | ok millert@
* lint is dead (long live the lint!), so stop using it as a cpp conditionalguenther2014-03-161-2/+2
| | | | | | (namespace pollution!) or talking about its opinion on code. ok krw@
* ansi + de-registerpat2005-03-301-5/+3
| | | | ok otto deraadt
* add some missing $, ok djm@ 'That looks fine to me' millert@jsg2004-10-011-0/+2
|
* Part one of userland __P removal. Done with a simple regexp with some minor ↵millert2002-02-161-1/+1
| | | | hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.
* Fix decl for tfind(3)millert1997-06-141-1/+1
|
* PD tsearch as reqd by xpg; by esrderaadt1997-06-131-0/+41