Query: tcl_putenv
OS: opensolaris
Section: 3tcl
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
Tcl_PutEnv(3TCL) Tcl Library Procedures Tcl_PutEnv(3TCL) __________________________________________________________________________________________________________________________________________________NAMETcl_PutEnv - procedures to manipulate the environmentSYNOPSIS#include <tcl.h> int Tcl_PutEnv(string)ARGUMENTSCONST char *string (in) Info about environment variable in the form NAME=value. The string argument is in the system encoding. _________________________________________________________________DESCRIPTIONTcl_PutEnv sets an environment variable. The information is passed in a single string of the form NAME=value. This procedure is intended to be a stand-in for the UNIX putenv system call. All tcl-based applications using putenv should redefine it to Tcl_PutEnv so that they will interface properly to the Tcl runtime.KEYWORDSenvironment, variableATTRIBUTESSee attributes(5) for descriptions of the following attributes: +--------------------+-----------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +--------------------+-----------------+ |Availability | SUNWTcl | +--------------------+-----------------+ |Interface Stability | Uncommitted | +--------------------+-----------------+NOTESSource for Tcl is available on http://opensolaris.org. Tcl 7.5 Tcl_PutEnv(3TCL)
Related Man Pages |
---|
tcl_init(3tcl) - opensolaris |
tcl_backslash(3tcl) - opensolaris |
tcl_putenv(3tcl) - opensolaris |
tcl_signalmsg(3tcl) - opensolaris |
tcl_sleep(3tcl) - opensolaris |
Similar Topics in the Unix Linux Community |
---|
run tcl (please help!) |
Tcl Dictionary 1.0 (Default branch) |
XOTclIDE 0.83 (Default branch) |
Problem with TCL package |
A better way to manipulate text |