Searched refs:ENV_HOME (Results 1 – 3 of 3) sorted by relevance
107 #define ENV_HOME "HOME=" macro
494 } else if (strncmp(&line[cursor], ENV_HOME, in copycron()495 strlen(ENV_HOME)) == 0) { in copycron()498 (void) strncpy(buf, &line[cursor + strlen(ENV_HOME)], in copycron()
275 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()