summaryrefslogtreecommitdiffstats
path: root/tapsets/API-user-string-n-quoted.html
diff options
authorserhei <serhei>2021-11-19 16:31:03 +0000
committerserhei <serhei>2021-11-19 16:31:03 +0000
commit4e6b6ad960cf9c79a814f3a09f8048ff389d866e (patch)
tree15bec9f2679d23e3260effd22004c749ff5c8bdd /tapsets/API-user-string-n-quoted.html
parentadd new tutorial/* (diff)
removed man pages
Diffstat (limited to 'tapsets/API-user-string-n-quoted.html')
-rw-r--r--tapsets/API-user-string-n-quoted.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/tapsets/API-user-string-n-quoted.html b/tapsets/API-user-string-n-quoted.html
index 851d3df2..728848a3 100644
--- a/tapsets/API-user-string-n-quoted.html
+++ b/tapsets/API-user-string-n-quoted.html
@@ -1,6 +1,6 @@
1<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>function::user_string_n_quoted</title><meta name="generator" content="DocBook XSL Stylesheets Vsnapshot"><link rel="home" href="index.html" title="SystemTap Tapset Reference Manual"><link rel="up" href="conversions.stp.html" title="Chapter 25. String and data retrieving functions Tapset"><link rel="prev" href="API-user-string-n-nofault.html" title="function::user_string_n_nofault"><link rel="next" href="API-user-string-n-warn.html" title="function::user_string_n_warn"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center"><span class="phrase">function::user_string_n_quoted</span></th></tr><tr><td width="20%" align="left"><a accesskey="p" href="API-user-string-n-nofault.html">Prev</a> </td><th width="60%" align="center">Chapter 25. String and data retrieving functions Tapset</th><td width="20%" align="right"> <a accesskey="n" href="API-user-string-n-warn.html">Next</a></td></tr></table><hr></div><div class="refentry"><a name="API-user-string-n-quoted"></a><div class="titlepage"></div><div class="refnamediv"><h2>Name</h2><p>function::user_string_n_quoted — 1<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>function::user_string_n_quoted</title><meta name="generator" content="DocBook XSL Stylesheets Vsnapshot"><link rel="home" href="index.html" title="SystemTap Tapset Reference Manual"><link rel="up" href="conversions.stp.html" title="Chapter 25. String and data retrieving functions Tapset"><link rel="prev" href="API-user-string-n-nofault.html" title="function::user_string_n_nofault"><link rel="next" href="API-user-string-n-warn.html" title="function::user_string_n_warn"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center"><span class="phrase">function::user_string_n_quoted</span></th></tr><tr><td width="20%" align="left"><a accesskey="p" href="API-user-string-n-nofault.html">Prev</a> </td><th width="60%" align="center">Chapter 25. String and data retrieving functions Tapset</th><td width="20%" align="right"> <a accesskey="n" href="API-user-string-n-warn.html">Next</a></td></tr></table><hr></div><div class="refentry"><a name="API-user-string-n-quoted"></a><div class="titlepage"></div><div class="refnamediv"><h2>Name</h2><p>function::user_string_n_quoted —
2 Retrieves and quotes string from user space 2 Retrieves and quotes string from user space
3 </p></div><div class="refsynopsisdiv"><h2>Synopsis</h2><pre class="programlisting">1) user_string_n_quoted:string(addr:long,n:long)</pre><pre class="programlisting">2) user_string_n_quoted:string(addr:long,inlen:long,outlen:long)</pre></div><div class="refsect1"><a name="idm45904818950368"></a><h2>Arguments</h2><div class="variablelist"><dl class="variablelist"><dt><span class="term"><em class="parameter"><code>addr</code></em></span></dt><dd><p> 3 </p></div><div class="refsynopsisdiv"><h2>Synopsis</h2><pre class="programlisting">1) user_string_n_quoted:string(addr:long,n:long)</pre><pre class="programlisting">2) user_string_n_quoted:string(addr:long,inlen:long,outlen:long)</pre></div><div class="refsect1"><a name="idm45409694839104"></a><h2>Arguments</h2><div class="variablelist"><dl class="variablelist"><dt><span class="term"><em class="parameter"><code>addr</code></em></span></dt><dd><p>
4 the user space address to retrieve the string from 4 the user space address to retrieve the string from
5 </p></dd><dt><span class="term"><em class="parameter"><code>n</code></em></span></dt><dd><p> 5 </p></dd><dt><span class="term"><em class="parameter"><code>n</code></em></span></dt><dd><p>
6 the maximum length of the string (if not null terminated) 6 the maximum length of the string (if not null terminated)
@@ -8,7 +8,7 @@
8 the maximum length of the string to read (if not null terminated) 8 the maximum length of the string to read (if not null terminated)
9 </p></dd><dt><span class="term"><em class="parameter"><code>outlen</code></em></span></dt><dd><p> 9 </p></dd><dt><span class="term"><em class="parameter"><code>outlen</code></em></span></dt><dd><p>
10 the maximum length of the output string 10 the maximum length of the output string
11 </p></dd></dl></div></div><div class="refsect1"><a name="idm45904818941024"></a><h2>Description</h2><p>1) Returns up to n characters of a C string from the given 11 </p></dd></dl></div></div><div class="refsect1"><a name="idm45409694829760"></a><h2>Description</h2><p>1) Returns up to n characters of a C string from the given
12 user space memory address where any ASCII characters that are not 12 user space memory address where any ASCII characters that are not
13 printable are replaced by the corresponding escape sequence in the 13 printable are replaced by the corresponding escape sequence in the
14 returned string. Note that the string will be surrounded by double quotes. 14 returned string. Note that the string will be surrounded by double quotes.