__secure_getenv

Name

__secure_getenv -- get an environment variable

Synopsis

char *__secure_getenv(__const char *name);

Description

__secure_getenv(name) has the same specification as getenv(name) with the exception that if the program is running SUID or SGID enabled, the result is always NULL.