OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TZDEFAULT
(Results
1 - 5
of
5
) sorted by relevancy
/src/include/
tzfile.h
29
#ifndef
TZDEFAULT
30
# define
TZDEFAULT
"/etc/localtime"
31
#endif /* !defined
TZDEFAULT
*/
/src/lib/libc/time/
Makefile
93
# The default local timezone is taken from the file
TZDEFAULT
.
94
TZDEFAULT
= $(TOPDIR)/etc/localtime
325
#
TZDEFAULT
(normally /etc/localtime) if TZ is unset.
711
-t '$(DESTDIR)$(
TZDEFAULT
)'
767
'#ifndef
TZDEFAULT
' \
768
'# define
TZDEFAULT
"$(
TZDEFAULT
)" /* default zone */' \
823
TZDEFAULT
='$(
TZDEFAULT
)' \
localtime.c
1030
name =
TZDEFAULT
;
1040
/* If the program is privileged, NAME is
TZDEFAULT
or
1042
if (name[0] == '/' && strcmp(name,
TZDEFAULT
) != 0) {
2044
Do not treat a missing
TZDEFAULT
file as an error. */
zic.c
1232
static const char *
tzdefault
;
variable
1329
if (
tzdefault
)
1331
tzdefault
= optarg;
1395
if (
tzdefault
== NULL)
1396
tzdefault
=
TZDEFAULT
;
1423
dolink(lcltime,
tzdefault
, true);
2185
if (lcltime != NULL && strcmp(fields[ZF_NAME],
tzdefault
) == 0) {
2187
tzdefault
);
/src/external/public-domain/tz/dist/
Makefile
93
# The default local timezone is taken from the file
TZDEFAULT
.
94
TZDEFAULT
= $(TOPDIR)/etc/localtime
325
#
TZDEFAULT
(normally /etc/localtime) if TZ is unset.
711
-t '$(DESTDIR)$(
TZDEFAULT
)'
767
'#ifndef
TZDEFAULT
' \
768
'# define
TZDEFAULT
"$(
TZDEFAULT
)" /* default zone */' \
823
TZDEFAULT
='$(
TZDEFAULT
)' \
Completed in 54 milliseconds
Indexes created Mon Apr 20 00:23:12 UTC 2026