![]() |
This is Unofficial EPICS BASE Doxygen Site
|
#include <string.h>
#include <stdlib.h>
#include <stdio.h>
#include <ctype.h>
#include <errno.h>
#include "epicsStdio.h"
#include <errlog.h>
#include <cantProceed.h>
#include <envDefs.h>
#include <osiUnistd.h>
#include "epicsFindSymbol.h"
#include <iocsh.h>
Go to the source code of this file.
Functions | |
LIBCOM_API void epicsStdCall | epicsEnvSet (const char *name, const char *value) |
Set an environment variable's value. More... | |
LIBCOM_API void epicsStdCall | epicsEnvUnset (const char *name) |
Clear the value of an environment variable. More... | |
LIBCOM_API void epicsStdCall | epicsEnvShow (const char *name) |
Print value of an environment variable, or all variables. More... | |
LIBCOM_API void epicsStdCall epicsEnvSet | ( | const char * | name, |
const char * | value | ||
) |
Set an environment variable's value.
The setenv() routine is not available on all operating systems. This routine provides a portable alternative for all EPICS targets.
name | Environment variable name. |
value | New value for environment variable. |
Definition at line 32 of file osdEnv.c.
LIBCOM_API void epicsStdCall epicsEnvShow | ( | const char * | name | ) |