Searched refs:ENV_TZ (Results 1 – 3 of 3) sorted by relevance
106 #define ENV_TZ "TZ=" macro
463 if (strncmp(&line[cursor], ENV_TZ, strlen(ENV_TZ)) == 0) { in copycron()466 (void) strncpy(buf, &line[cursor + strlen(ENV_TZ)], in copycron()
277 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()