getenv_long
#define TUNABLE_LONG_FETCH(path, var) getenv_long((path), (var))
int getenv_long(const char *name, long *data);