summaryrefslogtreecommitdiff
path: root/lib/libc/string/strtok.c
Commit message (Collapse)AuthorAgeFilesLines
* Call strtok_r() via a libc private name from within strtok().Tim J. Robbins2002-09-071-2/+6
| | | | Notes: svn path=/head/; revision=103057
* Fix the style of the SCM ID's.David E. O'Brien2002-03-221-5/+2
| | | | | | | I believe have made all of libc .c's as consistent as possible. Notes: svn path=/head/; revision=92986
* Add a few cleanups from rev 1.1:Mike Barcroft2002-01-151-10/+12
| | | | | | | | | | | o Restore vendor ID. o Order variable types by size. o Remove a gratuitous temporary variable. Submitted by: bde Notes: svn path=/head/; revision=89400
* o Add prototype for printf(3).Mike Barcroft2002-01-151-9/+12
| | | | | | | | | | style(9): o Order variables in declarations. o Move initialization out of declaration. o Fix over-indents in previous delta. Notes: svn path=/head/; revision=89387
* style(9)Mike Barcroft2002-01-151-95/+63
| | | | | | | | Submitted by: Joseph Mallett <jmallett@xmach.org> Reviewed by: md5(1) Notes: svn path=/head/; revision=89385
* rcsid[]->__FBSDIDDavid E. O'Brien2001-11-071-4/+2
| | | | Notes: svn path=/head/; revision=86170
* Make the rcsid and FreeBSD IDs more sane in the wcs* and wmem* files.David E. O'Brien2001-05-241-0/+5
| | | | | | | Do the same for the non-wcs*/wmem* files while I'm here. Notes: svn path=/head/; revision=77117
* Reviewed by: JKHWes Peters1998-12-141-59/+132
| | | | | | | | | Submitted by: Wes Peters Added strtok_r (reentrant) function and man page. Notes: svn path=/head/; revision=41762
* BSD 4.4 Lite Lib SourcesRodney W. Grimes1994-05-271-0/+90
Notes: svn path=/cvs2svn/branches/unlabeled-1.1.1/; revision=1573