OpenSolaris

Printable Version Enter a New Search
Bug ID 4383867
Synopsis need strsep() in libc
State 10-Fix Delivered (Fix available in build)
Category:Subcategory library:libc
Keywords BSD | kiss | modern_times | rtiq_reviewed | strsep
Responsible Engineer Vladimir Kotal
Reported Against 5.5.1 , s81_24
Duplicate Of
Introduced In
Commit to Fix snv_99
Fixed In snv_99
Release Fixed solaris_nevada(snv_99)
Related Bugs 6487100 , 6725276 , 6732630 , 4655895
Submit Date 27-October-2000
Last Update Date 24-September-2008
Description
We currently have an implmentation of the BSD string function strsep() in
sendmail and in libresolv2.  This is a generic string manipulation function
useful in data parsing and is very similar (but safer and more flexible) to
strok().

We should provide strsep() in libc as part of <string.h>
This integration is covered by PSARC 2008/305, one pager is here:
  http://www.opensolaris.org/os/community/arc/caselog/2008/305/
Work Around
Link in libresolv2 to get it (not nice if you weren't otherwise using libresolv2).
Comments
N/A