OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:TIME_T
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/bsd/cron/dist/
externs.h
71
#define
TIME_T
time_t
/src/external/gpl3/gdb/dist/gdb/nat/
linux-osdata.c
49
/* Define
TIME_T
to be at least as large as
time_t
, so that reading
52
typedef long long
TIME_T
;
914
time_from_time_t (char *time, int maxlen,
TIME_T
seconds)
920
time_t
t = (
time_t
) seconds;
971
TIME_T
atime, dtime, ctime;
1067
TIME_T
otime, ctime;
1148
TIME_T
stime, rtime, ctime;
/src/external/gpl3/gdb.old/dist/gdb/nat/
linux-osdata.c
49
/* Define
TIME_T
to be at least as large as
time_t
, so that reading
52
typedef long long
TIME_T
;
914
time_from_time_t (char *time, int maxlen,
TIME_T
seconds)
920
time_t
t = (
time_t
) seconds;
971
TIME_T
atime, dtime, ctime;
1067
TIME_T
otime, ctime;
1148
TIME_T
stime, rtime, ctime;
Completed in 34 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026