Searched refs:ENV_TZ (Results 1 – 3 of 3) sorted by relevance
89 #define ENV_TZ "TZ=" macro
443 if (strncmp(&line[cursor], ENV_TZ, strlen(ENV_TZ)) == 0) {446 strncpy(buf, &line[cursor + strlen(ENV_TZ)],
278 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()