Discussion:
Documentation of string manipulation functions
goinsane
2010-11-19 08:52:23 UTC
Permalink
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-11-19 12:19:31 UTC
Permalink
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
Post by goinsane
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
Jens Elkner
2010-11-19 16:50:05 UTC
Permalink
Post by goinsane
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
Loading...