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
783
# undef
tzname
macro
784
# define
tzname
tz_tzname
macro
874
extern char *
tzname
[];
localtime.c
59
__weak_alias(
tzname
,_tzname)
426
** 1. They might reference
tzname
[0] before calling tzset (explicitly
428
** 2. They might reference
tzname
[1] before calling tzset (explicitly
430
** 3. They might reference
tzname
[1] after setting to a time zone
432
** 4. They might reference
tzname
[0] after setting to a time zone
437
** WILDABBR is used. Another possibility: initialize
tzname
[0] to the
438
** string "
tzname
[0] used before set", and similarly for the other cases.
439
** And another: initialize
tzname
[0] to "ERA", with an explanation in the
441
** that
tzname
[0] has the "normal" length of three characters).
677
__aconst char *
tzname
[2] = {
variable
[
all
...]
/src/lib/libc/include/
namespace.h
763
#define
tzname
_tzname
macro
Completed in 47 milliseconds
Indexes created Wed Apr 22 00:22:44 UTC 2026