summaryrefslogtreecommitdiff
path: root/lib/libc/regex/grot/split.c
Commit message (Collapse)AuthorAgeFilesLines
* split.ih:Enji Cooper2015-12-051-0/+2
| | | | | | | | | | | | - Create automatically generated include header for split.c main.c: - Use function definitions from debug.ih and split.ih instead of externs Sponsored by: EMC / Isilon Storage Division Notes: svn path=/head/; revision=291837
* Use `==` instead of `=` in the function comment above split(..) so mkh -pEnji Cooper2015-12-051-1/+1
| | | | | | | | | | exposes split(..). MFC after: 1 week Sponsored by: EMC / Isilon Storage Division Notes: svn path=/head/; revision=291836
* Use ANSI C function prototypes/definitions instead of K&R style onesEnji Cooper2015-12-051-16/+11
| | | | | | | | MFC after: 1 week Sponsored by: EMC / Isilon Storage Division Notes: svn path=/head/; revision=291835
* Fix the style of the SCM ID's.David E. O'Brien2002-03-221-2/+3
| | | | | | | I believe have made all of libc .c's as consistent as possible. Notes: svn path=/head/; revision=92986
* Remove 'register' keyword.David E. O'Brien2002-03-211-17/+17
| | | | Notes: svn path=/head/; revision=92889
* Spencer's regex(3) test code.Daniel C. Sobral2000-07-091-0/+318
Obtained from: BSD/OS Notes: svn path=/head/; revision=62856