OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:tzname
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/gpl2/diffutils/dist/lib/
strftime.c
59
extern char *
tzname
[];
175
# define
tzname
__tzname
macro
552
time zone names contained in the external variable `
tzname
' shall
1296
zone =
tzname
[tp->tm_isdst];
/src/external/gpl2/xcvs/dist/lib/
strftime.c
54
extern char *
tzname
[];
144
# define
tzname
__tzname
macro
1267
zone =
tzname
[tp->tm_isdst != 0];
/src/external/gpl3/gcc/dist/libstdc++-v3/python/libstdcxx/v6/
printers.py
76
def
tzname
(self, dt):
member in class:UTC
/src/lib/libc/time/
private.h
776
# undef
tzname
macro
777
# define
tzname
tz_tzname
macro
867
extern char *
tzname
[];
localtime.c
59
__weak_alias(
tzname
,_tzname)
468
** 1. They might reference
tzname
[0] before calling tzset (explicitly
470
** 2. They might reference
tzname
[1] before calling tzset (explicitly
472
** 3. They might reference
tzname
[1] after setting to a time zone
474
** 4. They might reference
tzname
[0] after setting to a time zone
479
** WILDABBR is used. Another possibility: initialize
tzname
[0] to the
480
** string "
tzname
[0] used before set", and similarly for the other cases.
481
** And another: initialize
tzname
[0] to "ERA", with an explanation in the
483
** that
tzname
[0] has the "normal" length of three characters).
667
__aconst char *
tzname
[2] = {
variable
[
all
...]
/src/lib/libc/include/
namespace.h
763
#define
tzname
_tzname
macro
Completed in 38 milliseconds
Indexes created Sat Feb 28 05:31:39 UTC 2026