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

  /src/usr.sbin/timed/timed/
slave.c 73 time_t tmpt; local in function:slave
255 tmpt = msg->tsp_time.tv_sec;
256 (void)strlcpy(newdate, ctime(&tmpt), sizeof(newdate));
333 tmpt = msg->tsp_time.tv_sec;
334 (void)strlcpy(newdate, ctime(&tmpt), sizeof(newdate));
341 tmpt = msg->tsp_time.tv_sec;
342 (void)strlcpy(newdate, ctime(&tmpt), sizeof(newdate));
master.c 78 time_t tmpt; local in function:master
167 tmpt = msg->tsp_time.tv_sec;
168 (void)strlcpy(newdate, ctime(&tmpt), sizeof(newdate));
185 tmpt = msg->tsp_time.tv_sec;
186 (void)strlcpy(newdate, ctime(&tmpt), sizeof(newdate));
  /src/games/pom/
pom.c 97 time_t tmpt, now; local in function:main
104 tmpt = parsetime(argv[1]);
106 localtime(&tmpt));
109 tmpt = now;
111 days = (tmpt - EPOCH_MINUS_1970 * 86400) / 86400.0;
113 if (tmpt < now)
115 else if (tmpt == now)
  /src/sbin/nvmectl/
bignum.c 2348 mp_digit tmpx, *tmpt, *tmpy; local in function:basic_multiply_partial_lower
2374 tmpt = t.dp + ix;
2382 r = ((mp_word)*tmpt) +
2387 *tmpt++ = (mp_digit) (r & ((mp_word) MP_MASK));
2394 *tmpt = u;
2528 mp_digit tmpx, *tmpt, *tmpy; local in function:basic_multiply_partial_upper
2550 tmpt = &(t.dp[digs]);
2557 r = ((mp_word)*tmpt) +
2562 *tmpt++ = (mp_digit) (r & ((mp_word) MP_MASK));
2567 *tmpt = carry
3143 mp_digit carry, tmpx, *tmpt; local in function:basic_square
    [all...]

Completed in 14 milliseconds