summaryrefslogtreecommitdiffstats
path: root/lib/libc/string/strtok.c
Commit message (Collapse)AuthorAgeFilesLines
* Call strtok_r() via a libc private name from within strtok().tjr2002-09-071-2/+6
|
* Fix the style of the SCM ID's.obrien2002-03-221-5/+2
| | | | I believe have made all of libc .c's as consistent as possible.
* Add a few cleanups from rev 1.1:mike2002-01-151-10/+12
| | | | | | | | o Restore vendor ID. o Order variable types by size. o Remove a gratuitous temporary variable. Submitted by: bde
* o Add prototype for printf(3).mike2002-01-151-9/+12
| | | | | | | style(9): o Order variables in declarations. o Move initialization out of declaration. o Fix over-indents in previous delta.
* style(9)mike2002-01-151-95/+63
| | | | | Submitted by: Joseph Mallett <jmallett@xmach.org> Reviewed by: md5(1)
* rcsid[]->__FBSDIDobrien2001-11-071-4/+2
|
* Make the rcsid and FreeBSD IDs more sane in the wcs* and wmem* files.obrien2001-05-241-0/+5
| | | | Do the same for the non-wcs*/wmem* files while I'm here.
* Reviewed by: JKHwes1998-12-141-59/+132
| | | | | | Submitted by: Wes Peters Added strtok_r (reentrant) function and man page.
* BSD 4.4 Lite Lib Sourcesrgrimes1994-05-271-0/+90
OpenPOWER on IntegriCloud