HomeSort by: relevance | last modified time | path
    Searched defs:time_end (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/nsd/dist/
xfr-inspect.c 98 time_t time_end, time_start; local
124 time_end = (time_t)time_end_0;
131 printf("time_end: %d.%6.6d %s", (int)time_end_0,
132 (int)time_end_1, ctime(&time_end));
347 time_t time_end, time_start; local
373 time_end = (time_t)time_end_0;
380 printf("; time_end: %d.%6.6d %s", (int)time_end_0,
381 (int)time_end_1, ctime(&time_end));
  /src/external/bsd/unbound/dist/daemon/
remote.c 4638 struct timeval* time_end)
4644 memset(time_end, 0, sizeof(*time_end));
5910 struct timeval* time_reload, struct timeval* time_end)
5913 if(gettimeofday(time_end, NULL) < 0)
5916 timeval_subtract(&total, time_end, time_start);
5920 timeval_subtract(&deletetime, time_end, time_reload);
6839 time_end; local
6857 &time_reload, &time_end);
6880 &time_construct, &time_reload, &time_end))
    [all...]

Completed in 22 milliseconds