Searched refs:TZ (Results 1 - 4 of 4) sorted by relevance

/haiku-fatelf/src/bin/rcs/
H A Dmaketime.c94 static char const *TZ; local
95 if (!TZ && !(TZ = getenv("TZ")))
96 faterror("The TZ environment variable is not set; please set it to your timezone");
/haiku-fatelf/src/bin/patch/
H A Dmaketime.c123 static char const *TZ; local
124 if (!TZ && !(TZ = getenv ("TZ")))
125 TZ_is_unset ("The TZ environment variable is not set; please set it to your timezone");
/haiku-fatelf/src/bin/coreutils/lib/
H A Dgetdate.c98 TZ strings in dates. */
2780 only valid TZ range, and consider first two digits as hours, if no
3153 /* A reasonable upper bound for the size of ordinary TZ strings.
3154 Use heap allocation if TZ's length exceeds this. */
3157 /* Return a copy of TZ, stored in TZBUF if it fits, and heap-allocated
3162 char *tz = getenv ("TZ");
3209 if (strncmp (p, "TZ=\"", 4) == 0)
3234 setenv_ok = setenv ("TZ", tz1, 1) == 0;
3386 by setting TZ="XXX1:00" and try mktime again. */
3398 if (setenv ("TZ", tz1bu
[all...]
/haiku-fatelf/src/bin/coreutils/
H A Dconfigure6200 date=`TZ=UTC0 date +%Y%m%dT%H%M%SZ`
30717 /* Values we'll use to set the TZ environment variable. */
30719 (char *) 0, "TZ=GMT0", "TZ=JST-9",
30720 "TZ=EST+3EDT+2,M10.1.0/00:00:00,M2.3.0/00:00:00"
30732 /* Use the portable POSIX.1 specification "TZ=PST8PDT,M4.1.0,M10.5.0"
30733 instead of "TZ=America/Vancouver" in order to detect the bug even
30736 putenv ("TZ=PST8PDT,M4.1.0,M10.5.0");
30820 /* Use the portable POSIX.1 specification "TZ=PST8PDT,M4.1.0,M10.5.0"
30821 instead of "TZ
[all...]

Completed in 180 milliseconds