goinsane
2010-Nov-19 08:52 UTC
[dtrace-discuss] Documentation of string manipulation functions
Does someone know where I can find the documentation of the string manipulation and comparison funtions, like strstr, substr ? Can''t find them neither here http://wikis.sun.com/display/DTrace/Documentation nor within the current oracle "Dynamic Tracing Guide". The man-pages just refer to the guide. -- This message posted from opensolaris.org
Angelo Rajadurai
2010-Nov-19 12:19 UTC
[dtrace-discuss] Documentation of string manipulation functions
Hi, You can find all the built in actions in the dt_open.c source code here http://cvs.opensolaris.org/source/xref/onnv/onnv-gate/usr/src/lib/libdtrace/common/dt_open.c#140 Unfortunately not all of this is documented. As far as the string functions are concerned they are identical to their C equivalent. See man page for string(3c) -Angelo On Nov 19, 2010, at 3:52 AM, goinsane wrote:> Does someone know where I can find the documentation of the string manipulation and comparison funtions, like strstr, substr ? Can''t find them neither here http://wikis.sun.com/display/DTrace/Documentation nor within the current oracle "Dynamic Tracing Guide". The man-pages just refer to the guide. > -- > This message posted from opensolaris.org > _______________________________________________ > dtrace-discuss mailing list > dtrace-discuss at opensolaris.org-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://mail.opensolaris.org/pipermail/dtrace-discuss/attachments/20101119/68fa4c52/attachment.html>
Jens Elkner
2010-Nov-19 16:50 UTC
[dtrace-discuss] Documentation of string manipulation functions
On Fri, Nov 19, 2010 at 12:52:23AM -0800, goinsane wrote:> Does someone know where I can find the documentation of the string manipulation and comparison funtions, like strstr, substr ? Can''t find them neither here http://wikis.sun.com/display/DTrace/Documentation nor within the current oracle "Dynamic Tracing Guide". The man-pages just refer to the guide.At least http://www.solarisinternals.com/wiki/index.php/DTrace_Topics_Internals says something wrt. lltostr(). Is this page still maintained? Regards, jel. -- Otto-von-Guericke University http://www.cs.uni-magdeburg.de/ Department of Computer Science Geb. 29 R 027, Universitaetsplatz 2 39106 Magdeburg, Germany Tel: +49 391 67 12768