Home
last modified time | relevance | path

Searched refs:tzenv (Results 1 – 22 of 22) sorted by relevance

/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/newlib/libc/time/
H A Dtzset_r.c30 char *tzenv; variable
61 ++tzenv;
69 tzenv += n;
75 ++tzenv;
78 ++tzenv;
91 tzenv += n;
102 tzenv += n;
109 ++tzenv;
112 ++tzenv;
123 tzenv += n;
[all …]
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/newlib/libc/time/
H A Dtzset_r.c30 char *tzenv; variable
61 ++tzenv;
69 tzenv += n;
75 ++tzenv;
78 ++tzenv;
91 tzenv += n;
102 tzenv += n;
109 ++tzenv;
112 ++tzenv;
123 tzenv += n;
[all …]
/dports/devel/tinygo/tinygo-0.14.1/lib/picolibc/newlib/libc/time/
H A Dtzset_r.c18 char *tzenv; in _tzset_unlocked_r() local
45 ++tzenv; in _tzset_unlocked_r()
50 tzenv += n; in _tzset_unlocked_r()
56 ++tzenv; in _tzset_unlocked_r()
59 ++tzenv; in _tzset_unlocked_r()
69 tzenv += n; in _tzset_unlocked_r()
81 tzenv += n; in _tzset_unlocked_r()
88 ++tzenv; in _tzset_unlocked_r()
91 ++tzenv; in _tzset_unlocked_r()
103 tzenv += n; in _tzset_unlocked_r()
[all …]
H A Dtzset.c75 char *tzenv; in tzset_unlocked() local
102 ++tzenv; in tzset_unlocked()
107 tzenv += n; in tzset_unlocked()
113 ++tzenv; in tzset_unlocked()
116 ++tzenv; in tzset_unlocked()
126 tzenv += n; in tzset_unlocked()
138 tzenv += n; in tzset_unlocked()
145 ++tzenv; in tzset_unlocked()
148 ++tzenv; in tzset_unlocked()
160 tzenv += n; in tzset_unlocked()
[all …]
/dports/devel/arm-none-eabi-newlib/newlib-2.4.0/newlib/libc/time/
H A Dtzset_r.c20 char *tzenv; variable
47 ++tzenv;
52 tzenv += n;
58 ++tzenv;
61 ++tzenv;
71 tzenv += n;
83 tzenv += n;
90 ++tzenv;
93 ++tzenv;
105 tzenv += n;
[all …]
/dports/devel/py-tzlocal/tzlocal-1.5.1/tzlocal/
H A Dunix.py7 def _tz_from_env(tzenv): argument
8 if tzenv[0] == ':':
9 tzenv = tzenv[1:]
12 if os.path.exists(tzenv):
13 with open(tzenv, 'rb') as tzfile:
18 tz = pytz.timezone(tzenv)
28 tzenv = os.environ.get('TZ')
29 if tzenv:
47 tzenv = _try_tz_from_env()
48 if tzenv:
[all …]
/dports/net-p2p/bazarr/bazarr-1.0.2/libs/tzlocal/
H A Dunix.py11 def _tz_from_env(tzenv): argument
12 if tzenv[0] == ':':
13 tzenv = tzenv[1:]
16 if os.path.isabs(tzenv) and os.path.exists(tzenv):
17 with open(tzenv, 'rb') as tzfile:
22 tz = pytz.timezone(tzenv)
32 tzenv = os.environ.get('TZ')
33 if tzenv:
51 tzenv = _try_tz_from_env()
52 if tzenv:
[all …]
/dports/multimedia/tautulli/Tautulli-2.8.0/lib/tzlocal/
H A Dunix.py11 def _tz_from_env(tzenv): argument
12 if tzenv[0] == ':':
13 tzenv = tzenv[1:]
16 if os.path.isabs(tzenv) and os.path.exists(tzenv):
17 with open(tzenv, 'rb') as tzfile:
22 tz = pytz.timezone(tzenv)
32 tzenv = os.environ.get('TZ')
33 if tzenv:
51 tzenv = _try_tz_from_env()
52 if tzenv:
[all …]
/dports/devel/py-babel/Babel-2.9.1/build/lib/babel/localtime/
H A D_unix.py12 def _tz_from_env(tzenv): argument
13 if tzenv[0] == ':':
14 tzenv = tzenv[1:]
17 if os.path.exists(tzenv):
18 with open(tzenv, 'rb') as tzfile:
23 tz = pytz.timezone(tzenv)
42 tzenv = os.environ.get('TZ')
43 if tzenv:
44 return _tz_from_env(tzenv)
/dports/devel/py-babel/Babel-2.9.1/babel/localtime/
H A D_unix.py12 def _tz_from_env(tzenv): argument
13 if tzenv[0] == ':':
14 tzenv = tzenv[1:]
17 if os.path.exists(tzenv):
18 with open(tzenv, 'rb') as tzfile:
23 tz = pytz.timezone(tzenv)
42 tzenv = os.environ.get('TZ')
43 if tzenv:
44 return _tz_from_env(tzenv)
/dports/devel/py-babel/stage/usr/local/lib/python3.8/site-packages/babel/localtime/
H A D_unix.py12 def _tz_from_env(tzenv): argument
13 if tzenv[0] == ':':
14 tzenv = tzenv[1:]
17 if os.path.exists(tzenv):
18 with open(tzenv, 'rb') as tzfile:
23 tz = pytz.timezone(tzenv)
42 tzenv = os.environ.get('TZ')
43 if tzenv:
44 return _tz_from_env(tzenv)
/dports/devel/py-pendulum/pendulum-2.1.1/pendulum/tz/
H A Dlocal_timezone.py154 tzenv = os.environ.get("TZ")
155 if tzenv:
157 return _tz_from_env(tzenv)
245 def _tz_from_env(tzenv): # type: (str) -> Timezone argument
246 if tzenv[0] == ":":
247 tzenv = tzenv[1:]
250 if os.path.exists(tzenv):
251 return TimezoneFile(tzenv)
255 return Timezone(tzenv)
/dports/devel/libpeak/libpeak-0.1.2/peak/
H A Dtz.c357 char *tzenv; in peak_tz_create_system() local
363 tzenv = getenv("TZFILE"); in peak_tz_create_system()
364 if (tzenv != NULL) in peak_tz_create_system()
366 tz = peak_tz_create(tzenv); in peak_tz_create_system()
371 tzenv = getenv("TZ"); in peak_tz_create_system()
372 if (tzenv != NULL) in peak_tz_create_system()
374 tz = peak_tz_create(tzenv); in peak_tz_create_system()
/dports/devel/efl/efl-1.25.1/src/lib/embryo/
H A Dembryo_time.c94 const char *tzenv; in _embryo_time_tzdate() local
99 tzenv = getenv("TZ"); in _embryo_time_tzdate()
100 if (tzenv) in _embryo_time_tzdate()
101 strncpy(prevtz, tzenv, sizeof(prevtz) - 1); in _embryo_time_tzdate()
/dports/lang/fpc-source/fpc-3.2.2/rtl/aix/
H A Dunxfunc.inc65 tzenv : pchar;
74 tzenv:=fpgetenv('TZ');
75 if assigned(tzenv) then
77 s:=strpas(tzenv);
/dports/lang/fpc-utils/fpc-3.2.2/rtl/aix/
H A Dunxfunc.inc65 tzenv : pchar;
74 tzenv:=fpgetenv('TZ');
75 if assigned(tzenv) then
77 s:=strpas(tzenv);
/dports/lang/fpc/fpc-3.2.2/rtl/aix/
H A Dunxfunc.inc65 tzenv : pchar;
74 tzenv:=fpgetenv('TZ');
75 if assigned(tzenv) then
77 s:=strpas(tzenv);
/dports/editors/fpc-ide/fpc-3.2.2/rtl/aix/
H A Dunxfunc.inc65 tzenv : pchar;
74 tzenv:=fpgetenv('TZ');
75 if assigned(tzenv) then
77 s:=strpas(tzenv);
/dports/x11-wm/enlightenment/enlightenment-0.24.2/src/modules/time/
H A Dtime.c17 const char *tzenv; \
21 tzenv = getenv("TZ"); \
22 if (tzenv) \
23 strncpy(prevtz, tzenv, sizeof(prevtz) - 1); \
/dports/www/firefox/firefox-99.0/js/src/vm/
H A DDateTime.cpp722 if (const char* tzenv = std::getenv("TZ")) { in internalResyncICUDefaultTimeZone() local
723 std::string_view tz(tzenv); in internalResyncICUDefaultTimeZone()
/dports/devel/glib20/glib-2.70.4/glib/
H A Dgtimezone.c1909 const gchar *tzenv = g_getenv ("TZ"); in g_time_zone_new_local() local
1915 if (tz_local && g_strcmp0 (g_time_zone_get_identifier (tz_local), tzenv)) in g_time_zone_new_local()
1919 tz_local = g_time_zone_new_identifier (tzenv); in g_time_zone_new_local()
/dports/finance/gnucash/gnucash-4.9/libgnucash/engine/
H A Dgnc-timezone.cpp362 if (auto tzenv = getenv("TZ")) in find_tz_file() local