OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:last_zone
(Results
1 - 2
of
2
) sorted by relevancy
/src/bin/sh/
var.c
1503
static timezone_t
last_zone
; /* timezone data for tzs zone */
local in function:get_tod
1526
if (
last_zone
)
1527
tzfree(
last_zone
);
1528
last_zone
= zone = tzalloc(tz);
1533
zone =
last_zone
;
1545
if (zone && zone !=
last_zone
) {
1557
if (zone !=
last_zone
) {
1571
if (zone && zone !=
last_zone
) {
var.c
1503
static timezone_t
last_zone
; /* timezone data for tzs zone */
local in function:get_tod
1526
if (
last_zone
)
1527
tzfree(
last_zone
);
1528
last_zone
= zone = tzalloc(tz);
1533
zone =
last_zone
;
1545
if (zone && zone !=
last_zone
) {
1557
if (zone !=
last_zone
) {
1571
if (zone && zone !=
last_zone
) {
Completed in 22 milliseconds
Indexes created Mon Sep 29 21:09:56 GMT 2025