summaryrefslogtreecommitdiffstats
path: root/tapsets/API-env-var.html
diff options
authorwcohen <wcohen>2012-02-03 17:45:17 +0000
committerwcohen <wcohen>2012-02-03 17:45:17 +0000
commit39850c7c893cea67a6e34cd9e03e9b688a62bb88 (patch)
tree2eaf2b018c3b47a1b3338ae561a5c3ab5044670d /tapsets/API-env-var.html
parentRemove the old SystemTap Tapset Reference Manual (1.6) (diff)
Update the SystemTap Tapset Reference Manual (1.7)
Diffstat (limited to 'tapsets/API-env-var.html')
-rw-r--r--tapsets/API-env-var.html19
1 files changed, 19 insertions, 0 deletions
diff --git a/tapsets/API-env-var.html b/tapsets/API-env-var.html
new file mode 100644
index 00000000..dd37b768
--- /dev/null
+++ b/tapsets/API-env-var.html
@@ -0,0 +1,19 @@
1<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>function::env_var</title><meta name="generator" content="DocBook XSL Stylesheets V1.76.1"><link rel="home" href="index.html" title="SystemTap Tapset Reference Manual"><link rel="up" href="context_stp.html" title="Chapter 2. Context Functions"><link rel="prev" href="API-egid.html" title="function::egid"><link rel="next" href="API-euid.html" title="function::euid"></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">
2 <span>function::env_var</span>
3 </th></tr><tr><td width="20%" align="left"><a accesskey="p" href="API-egid.html">Prev</a> </td><th width="60%" align="center">Chapter 2. Context Functions</th><td width="20%" align="right"> <a accesskey="n" href="API-euid.html">Next</a></td></tr></table><hr></div><div class="refentry" title="function::env_var"><a name="API-env-var"></a><div class="titlepage"></div><div class="refnamediv"><h2>Name</h2><p>function::env_var —
4 Fetch environment variable from current process
5 </p></div><div class="refsynopsisdiv" title="Synopsis"><h2>Synopsis</h2><pre class="programlisting">
6 env_var:string(name:string)
7</pre></div><div class="refsect1" title="Arguments"><a name="id373864"></a><h2>Arguments</h2><div class="variablelist"><dl><dt><span class="term">
8 <em class="parameter"><code>name</code></em>
9 </span></dt><dd><p>
10 Name of the environment variable to fetch
11 </p></dd></dl></div></div><div class="refsect1" title="Description"><a name="id373892"></a><h2>Description</h2><p>
12 Returns the contents of the specified environment value
13 for the current process. If the variable isn't set an empty string
14 is returned.
15</p></div></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="API-egid.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="context_stp.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="API-euid.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">
16 <span>function::egid</span>
17  </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> 
18 <span>function::euid</span>
19 </td></tr></table></div></body></html>