GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Get_Environment(special file) Get_Environment(special file)

Get_Environment — get a tool's environment

Get_Environment(in string variable,

out string value
[...]);

The Get_Environment request reports the value of the indicated environment variable(s).

The variable argument is the name of the environment variable to get.

The value argument is the value of the environment variable. If no value (in other words, (char *)0) is returned for this argument, then the variable was not present in the handler's environment. This condition is not an error. If an empty string (in other words, "") is returned for this argument, then the variable was present in the handler's environment, but had a null value.

The ttdt_session_join(3), function can be used to register for, and transparently process, the Get_Environment request.

ttdt_session_join(3); Set_Environment request.


Search for    or go to Top of page |  Section s |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.