EPATH
if ((epath = malloc(strlen(EPATH) + strlen(cpath) + 1)) == NULL) {
(void) strcpy(epath, EPATH);
(void) putenv(EPATH);