OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tzbuf
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/bsd/unbound/dist/util/
log.c
282
char
tzbuf
[16];
local
290
if(strftime(
tzbuf
, sizeof(
tzbuf
), "%z", tm_p) == 5) {
292
tzbuf
[5] =
tzbuf
[4];
293
tzbuf
[4] =
tzbuf
[3];
294
tzbuf
[3] = ':';
295
tzbuf
[6] = 0;
298
tmbuf, (int)tv.tv_usec/1000,
tzbuf
,
[
all
...]
/src/external/bsd/nsd/dist/
util.c
169
char
tzbuf
[16];
local
170
tzbuf
[0]=0;
178
if(strftime(
tzbuf
, sizeof(
tzbuf
), "%z", tm_p) == 5) {
180
tzbuf
[5] =
tzbuf
[4];
181
tzbuf
[4] =
tzbuf
[3];
182
tzbuf
[3] = ':';
183
tzbuf
[6] = 0
[
all
...]
/src/external/gpl2/xcvs/dist/lib/
getdate.y
1151
/* Return a copy of TZ, stored in
TZBUF
if it fits, and heap-allocated
1154
get_tz (char
tzbuf
[TZBUFSIZE])
1161
? memcpy (
tzbuf
, tz, tzsize)
Completed in 23 milliseconds
Indexes created Tue Aug 11 00:25:38 UTC 2026