OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:local_tm
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/libxslt/libxslt/
extra.c
180
struct tm *
local_tm
;
local
240
local_tm
= localtime(&gmt);
252
local_tm
= localtime(&lmt);
255
* Now convert
local_tm
back into a string. This doesn't introduce
259
str = asctime(
local_tm
); /* "Tue Jun 26 05:02:16 2001" */
/external/tcpdump/
tcpdump.c
611
struct tm *
local_tm
;
local
614
if ((
local_tm
= localtime(&Gflag_time)) == NULL) {
621
strftime(filename, PATH_MAX, orig_name,
local_tm
);
[
all
...]
Completed in 3656 milliseconds