HomeSort by: relevance | last modified time | path
    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