ENV_HOME
if (strncmp(&line[cursor], ENV_HOME,
strlen(ENV_HOME)) == 0) {
&line[cursor + strlen(ENV_HOME)]);
static char homedir[LINE_MAX] = ENV_HOME;
} else if (strncmp(&line[cursor], ENV_HOME,
strlen(ENV_HOME)) == 0) {
(void) strncpy(buf, &line[cursor + strlen(ENV_HOME)],