Home
last modified time | relevance | path

Searched refs:ENV_HOME (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/cron/
H A Dcron.h107 #define ENV_HOME "HOME=" macro
H A Dcrontab.c494 } 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()
H A Dcron.c275 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()