OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tzname
(Results
1 - 11
of
11
) sorted by relevancy
/src/lib/libc/time/
tzselect.ksh
457
tzname
= ("(<[[:alnum:]+-][[:alnum:]+-][[:alnum:]+-]+>" \
467
tzpattern = ("^(:.*|"
tzname
offset "("
tzname
\
private.h
742
# undef
tzname
743
# define
tzname
tz_tzname
macro
815
extern char *
tzname
[];
strptime.c
584
(const char * const *)
tzname
,
592
tm->TM_ZONE =
tzname
[i];
localtime.c
36
__weak_alias(
tzname
,_tzname)
161
** 1. They might reference
tzname
[0] before calling tzset (explicitly
163
** 2. They might reference
tzname
[1] before calling tzset (explicitly
165
** 3. They might reference
tzname
[1] after setting to a time zone
167
** 4. They might reference
tzname
[0] after setting to a time zone
172
** WILDABBR is used. Another possibility: initialize
tzname
[0] to the
173
** string "
tzname
[0] used before set", and similarly for the other cases.
174
** And another: initialize
tzname
[0] to "ERA", with an explanation in the
176
** that
tzname
[0] has the "normal" length of three characters).
338
__aconst char *
tzname
[2] = {
variable in typeref:typename:__aconst char * [2]
[
all
...]
zdump.c
192
/* Platforms with TM_ZONE don't need
tzname
, so they can use the
732
tzname
may have been altered since our caller broke down
733
LOT, and
tzname
needs to be changed back. */
1160
if (0 <= tmp->tm_isdst &&
tzname
[0 < tmp->tm_isdst])
1161
return
tzname
[0 < tmp->tm_isdst];
strftime.c
732
if (
tzname
[t->tm_isdst != 0][0] == '-')
/src/usr.bin/lock/
lock.c
181
tzn =
tzname
[0];
/src/include/
time.h
117
extern __aconst char *
tzname
[2];
/src/sys/external/bsd/compiler_rt/dist/lib/msan/
msan_interceptors.cc
1072
extern char *
tzname
[2];
1078
if (
tzname
[0])
1079
__msan_unpoison(
tzname
[0], REAL(strlen)(
tzname
[0]) + 1);
1080
if (
tzname
[1])
1081
__msan_unpoison(
tzname
[1], REAL(strlen)(
tzname
[1]) + 1);
/src/usr.bin/finger/
lprint.c
77
#define TIMEZONE(a)
tzname
[0]
/src/lib/libc/include/
namespace.h
763
#define
tzname
_tzname
macro
Completed in 35 milliseconds
Indexes created Sat Oct 25 16:10:12 GMT 2025