summaryrefslogtreecommitdiffstats
path: root/tapsets/API-user-string-n-quoted.html
diff options
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 853ac487..0b64b5b5 100644
--- a/tapsets/API-user-string-n-quoted.html
+++ b/tapsets/API-user-string-n-quoted.html
@@ -2,11 +2,11 @@
2 Retrieves and quotes string from user space 2 Retrieves and quotes string from user space
3 </p></div><div class="refsynopsisdiv" title="Synopsis"><h2>Synopsis</h2><pre class="programlisting"> 3 </p></div><div class="refsynopsisdiv" title="Synopsis"><h2>Synopsis</h2><pre class="programlisting">
4 user_string_n_quoted:string(addr:long,n:long) 4 user_string_n_quoted:string(addr:long,n:long)
5</pre></div><div class="refsect1" title="Arguments"><a name="idp11698880"></a><h2>Arguments</h2><div class="variablelist"><dl><dt><span class="term"><em class="parameter"><code>addr</code></em></span></dt><dd><p> 5</pre></div><div class="refsect1" title="Arguments"><a name="idp11702752"></a><h2>Arguments</h2><div class="variablelist"><dl><dt><span class="term"><em class="parameter"><code>addr</code></em></span></dt><dd><p>
6 the user space address to retrieve the string from 6 the user space address to retrieve the string from
7 </p></dd><dt><span class="term"><em class="parameter"><code>n</code></em></span></dt><dd><p> 7 </p></dd><dt><span class="term"><em class="parameter"><code>n</code></em></span></dt><dd><p>
8 the maximum length of the string (if not null terminated) 8 the maximum length of the string (if not null terminated)
9 </p></dd></dl></div></div><div class="refsect1" title="Description"><a name="idp11704128"></a><h2>Description</h2><p> 9 </p></dd></dl></div></div><div class="refsect1" title="Description"><a name="idp11708000"></a><h2>Description</h2><p>
10 Returns up to n characters of a C string from the given 10 Returns up to n characters of a C string from the given
11 user space memory address where any ASCII characters that are not 11 user space memory address where any ASCII characters that are not
12 printable are replaced by the corresponding escape sequence in the 12 printable are replaced by the corresponding escape sequence in the