OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tzfake
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/compat/common/
kern_time_50.c
215
struct timezone
tzfake
;
local
229
memset(&
tzfake
, 0, sizeof(
tzfake
));
230
tzfake
.tz_minuteswest = 0;
231
tzfake
.tz_dsttime = 0;
232
error = copyout(&
tzfake
, SCARG(uap, tzp), sizeof(
tzfake
));
/src/sys/compat/netbsd32/
netbsd32_time.c
194
struct netbsd32_timezone
tzfake
;
local
208
memset(&
tzfake
, 0, sizeof(
tzfake
));
209
tzfake
.tz_minuteswest = 0;
210
tzfake
.tz_dsttime = 0;
211
error = copyout(&
tzfake
, SCARG_P32(uap, tzp), sizeof(
tzfake
));
netbsd32_compat_50.c
162
struct netbsd32_timezone
tzfake
;
local
176
memset(&
tzfake
, 0, sizeof(
tzfake
));
177
tzfake
.tz_minuteswest = 0;
178
tzfake
.tz_dsttime = 0;
179
error = copyout(&
tzfake
, SCARG_P32(uap, tzp), sizeof(
tzfake
));
/src/sys/kern/
kern_time.c
518
struct timezone
tzfake
;
local
532
tzfake
.tz_minuteswest = 0;
533
tzfake
.tz_dsttime = 0;
534
error = copyout(&
tzfake
, SCARG(uap, tzp), sizeof(
tzfake
));
Completed in 22 milliseconds
Indexes created Fri Feb 20 16:20:20 UTC 2026