Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cron/
H A Dcron.h106 #define ENV_TZ "TZ=" macro
H A Dcrontab.c463 if (strncmp(&line[cursor], ENV_TZ, strlen(ENV_TZ)) == 0) { in copycron()
466 (void) strncpy(buf, &line[cursor + strlen(ENV_TZ)], in copycron()
H A Dcron.c277 static char tzone[LINE_MAX] = ENV_TZ;
1166 if (strncmp(&line[cursor], ENV_TZ, in readcron()
1167 strlen(ENV_TZ)) == 0) { in readcron()
1172 if (!isvalid_tz(&line[cursor + strlen(ENV_TZ)], NULL, in readcron()