OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:local_tm
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/bsd/libbind/dist/isc/
logging.c
280
struct tm *
local_tm
;
local
318
local_tm
= localtime_r(&tt, &tm_tmp);
320
local_tm
= localtime(&tt);
322
if (
local_tm
!= NULL) {
324
local_tm
->tm_mday, months[
local_tm
->tm_mon],
325
local_tm
->tm_year+1900,
local_tm
->tm_hour,
326
local_tm
->tm_min,
local_tm
->tm_sec
[
all
...]
/src/external/bsd/tcpdump/dist/
tcpdump.c
865
struct tm *
local_tm
;
local
868
if ((
local_tm
= localtime(&Gflag_time)) == NULL) {
889
if (strftime(filename, PATH_MAX, orig_name,
local_tm
) == 0) {
Completed in 24 milliseconds
Indexes created Wed Mar 04 15:26:31 UTC 2026