POSIX Single Process option group.
More...
|
| int | setenv (const char *envname, const char *envval, int overwrite) |
| | Set the value of an environment variable.
|
| |
| int | unsetenv (const char *name) |
| | Remove an environment variable.
|
| |
| int | uname (struct utsname *name) |
| | Get the name of the current system.
|
| |
| size_t | confstr (int name, char *buf, size_t len) |
| | Determine the value of a configurable system variable by name string.
|
| |
| long | sysconf (int opt) |
| | Get a configurable system variable.
|
| |
POSIX Single Process option group.
Covers confstr(), sysconf(), getenv(), setenv(), uname(), unsetenv(), and related single-process environment functions.
◆ confstr()
| size_t confstr |
( |
int |
name, |
|
|
char * |
buf, |
|
|
size_t |
len |
|
) |
| |
◆ setenv()
| int setenv |
( |
const char * |
envname, |
|
|
const char * |
envval, |
|
|
int |
overwrite |
|
) |
| |
◆ sysconf()
◆ uname()
◆ unsetenv()
| int unsetenv |
( |
const char * |
name | ) |
|