Searched refs:ENV_HOME (Results 1 – 3 of 3) sorted by relevance
90 #define ENV_HOME "HOME=" macro
474 } else if (strncmp(&line[cursor], ENV_HOME,475 strlen(ENV_HOME)) == 0) {478 strncpy(buf, &line[cursor + strlen(ENV_HOME)],
276 static char homedir[LINE_MAX] = ENV_HOME;1184 if (strncmp(&line[cursor], ENV_HOME, in readcron()1185 strlen(ENV_HOME)) == 0) { in readcron()1193 &line[cursor + strlen(ENV_HOME)]); in readcron()